@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:focus {
    outline: none;
}
body {
    font-family: Arial, Helvetica, sans-serif;
}
/* FORMULARIO =================================== */

.form_wrap {
    width: 1050px;
    height: auto;
    margin: 50px auto;
    display: flex;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
/* Informacion de Contacto*/

.cantact_info::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #B70404;
    opacity: 0.8;
}
.cantact_info {
    width: 38%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('../pri.jpg');
    background-size: cover;
    background-position: center center;
}

.cantact_infoACT::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f2a306;
    opacity: 0.93;
}
.cantact_infoACT {
    width: 38%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('../ACT.jpg');
    background-size: cover;
    background-position: center center;
}
.info_title, .info_items {
    position: relative;
    z-index: 2;
    color: #fff;
}
.info_title {
    margin-bottom: 60px;
}
.info_title span {
    font-size: 100px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.info_title h2 {
    font-size: 35px;
    text-align: center;
}
.info_items p {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.info_items p:nth-child(1) span {
    font-size: 30px;
    margin-right: 10px;
}
.info_items p:nth-child(2) span {
    font-size: 50px;
    margin-right: 15px;
    margin-left: 4px;
}
/* Formulario de contacto*/

form.form_contact {
    width: 100%;
    padding: 30px 40px;
}
form.form_contact h2 {
    font-size: 25px;
    font-weight: 600;
    color: #303030;
    margin-bottom: 30px;
}
form.form_contact .user_info {
    display: flex;
    flex-direction: column;
}
form.form_contact label {
    font-weight: 600;
}
.ns  {
    font-weight: 10;
}
form.form_contact input, form.form_contact textarea {
    width: 100%;
    padding: 8px 0px 5px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 2px solid #D1D1D1;
    font-family: Arial, Helvetica, sans-serif;
    color: #5A5A5A;
    font-size: 14px;
    font-weight: 400;
}
form.form_contact textarea {
    max-width: 100%;
    min-width: 100%;
    max-height: 90px;
}
form.form_contact input[type="submit"] {
    width: 180px;
    background: #DBDBDB;
    padding: 10px;
    border: none;
    border-radius: 25px;
    align-self: flex-end;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
form.form_contact input[type="submit"]:hover {
    background: #1C8D1C;
}

/* Ventana de errores*/

.modal_wrap {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mensaje_modal {
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    width: 400px;
    padding: 30px 20px 15px;
}
.mensaje_modal h3 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.mensaje_modal h3:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #C5C5C5;
    margin: 10px 0px 15px;
}
.mensaje_modal p {
    font-size: 16px;
    color: #606060;
}
.mensaje_modal p:before {
    content: "\f00d";
    font-family: FontAwesome;
    display: inline-block;
    color: #E25151;
    margin-right: 8px;
}
#btnClose {
    display: inline-block;
    padding: 3px 10px;
    margin-top: 10px;
    background: #E25151;
    color: #fff;
    border: 2px solid #B14141;
    cursor: pointer;
    float: right;
}
/*==================================================================
[ Social ]*/

/*==========================================================================================================
[ Social ]*/

/*==================================================================
[ Social ]*/

/*==================================================================
[ Social ]*/

/*==================================================================
[ Social ]*/

/*==================================================================
[ Social ]*/

.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
}
.wrap-contact100 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}
.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
    pointer-events: none;
    font-family: Poppins-Regular;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
}
.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}
@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}
/*//////////////////////////////////////////////////////////////////
[ Restyle Select2 ]*/

.select2-container {
    display: block;
    max-width: 100% !important;
    width: auto !important;
}
.select2-container .select2-selection--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    height: 48px;
    outline: none;
    position: relative;
}
/*------------------------------------------------------------------
[ Dropdown option ]*/

.select2-container--open .select2-dropdown {
    z-index: 1251;
    width: calc(100% + 2px);
    border: 0px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    left: -2px;
    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.select2-dropdown--above {
    top: -34px;
}
.select2-dropdown--below {
    top: 2px;
}
.select2-container .select2-results__option[aria-selected] {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 26px;
}
.select2-container .select2-results__option[aria-selected="true"] {
    background: #878787;
    color: white;
}
.select2-container .select2-results__option--highlighted[aria-selected] {
    background: #B70404;
    color: white;
}
.select2-results__options {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #404b46;
    line-height: 1.2;
}
.select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #404b46;
    line-height: 1.2;
}
.wrap-input100 .dropDownSelect2 .select2-container--open {
    width: 100% !important;
}
.wrap-input100 .dropDownSelect2 .select2-dropdown {
    width: calc(100% + 2px) !important;
}
}
























	.contact{
		padding: 4%;
		height: 400px;
	}
	.col-md-5{
		background: #ff9b00;
		padding: 4%;
		border-top-left-radius: 0.5rem;
		border-bottom-left-radius: 0.5rem;
	}
	
	.correcto{
		background: #407c00;
		padding: 4%;
		border-top-left-radius: 0.5rem;
		border-bottom-left-radius: 0.5rem;
	}
	
	.promovido{
		background: #B70404;
		padding: 4%;
		border-top-left-radius: 0.5rem;
		border-bottom-left-radius: 0.5rem;
	}
	
	.col-md-12{
		margin: 20px 0px;
	}
	
	.col-md-6{
		background: #F4F4F4;
		padding: 1%;
		border-top-left-radius: 0.5rem;
		border-bottom-left-radius: 0.5rem;
		border-top-right-radius: 0.5rem;
		border-bottom-right-radius: 0.5rem;
	}
	
	#pro{
		background: #7A6584;
		padding: 3%;
		margin: 20px 0px;
		border-top-left-radius: 0.5rem;
		border-bottom-left-radius: 0.5rem;
		border-top-right-radius: 0.5rem;
		border-bottom-right-radius: 0.5rem;
	}
	
	#act{
	    
		background: #B71817;
		padding: 3%;
		margin: 20px 0px;
		border-top-left-radius: 0.5rem;
		border-bottom-left-radius: 0.5rem;
		border-top-right-radius: 0.5rem;
		border-bottom-right-radius: 0.5rem;
	}
	#aviso{
	    color:#9E9E9E; 
	   font-weight: bold;  
	   font-size: 100%;
		padding: 3%;
		margin: 50px 0px 40px 0px;
		
		border-top-left-radius: 0.5rem;
		border-bottom-left-radius: 0.5rem;
		border-top-right-radius: 0.5rem;
		border-bottom-right-radius: 0.5rem;
	}
	
	#footer{
	    background-color: #F4F4F4;
	    position: absolute;
  padding-top: 50px;
  color: white;
	}
	
	
	
	a{
	   color:#FFFFFF; 
	   font-weight: bold;
	   font-size: 150%;
	}
	
	
	a:hover {
    color:#FFFFFF; 
	   font-weight: bold;
}

a#copiador:active {
    transform: scale(1.06);
    box-shadow: 5px 0px 10px black;
}

a#copiador:focus {
    outline: none;
}
	
	.contact-info{
		margin-top:10%;
	}
	.contact-info img{
		margin-bottom: 15%;
	}
	.contact-info h2{
		margin-bottom: 10%;
	}
	.col-md-7{
	    
		background: #fff;
		padding: 3%;
		border-top-right-radius: 0.5rem;
		border-bottom-right-radius: 0.5rem;
	}
	
	.contact-form button{
		background: #25274d;
		color: #fff;
		font-weight: 600;
		width: 25%;
	}
	.contact-form button:focus{
		box-shadow:none;
	}
	
	
	
	
	
span#enlace {
    color: black;
    font-size: 1.3em;
    padding: 9px 14px;
    background-color: #dbdbdb;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

a#copiador {
    background-color: #d35400;
    color: white;
    border: none;
    padding: 4px;
    font-size: 1.2em;
    display: inline-block;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}

a#copiador:hover {
    background-color: #e67e22;
}

a#copiador:active {
    transform: scale(1.06);
    box-shadow: 5px 0px 10px black;
}

a#copiador:focus {
    outline: none;
} 