.contGenTextAMDK{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 130px;
    padding-bottom: 70px;
}
.conttextPrivacidad{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
}
.textPrivacidad{
    position: relative;
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contTitSecc{
    margin-top: 40px;
    text-align: center;
}
.textPrivacidad h3, .contTitSecc h3{
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 20px;
    color: #000;
    font-family: "NeoSans Medium";
}
.textPrivacidad h3:before, .contTitSecc h3:before{
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    width: 120px;
    height: 2px;
    background-color: #bb162b;
    margin-left: -60px;
}
.textPrivacidad p{
    color: #6E6E70;
    font-family: "NeoSans";
    text-align: justify;
}

.textPrivacidad p.footPriv {
    font-family: "NeoSans";
    text-align: center;
    font-weight: bold;
}

.contBanner{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 350px;
    margin-top: 20px;
    background-position: center;
    background-size: cover;
    background-image: url(/img/banner-contacto.jpg);
}
.contGenForm{
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 100;
}
.contFormH{
    position: relative;
    overflow: hidden;
    width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.contInp{
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}
input, select, textarea{
    outline: 0 !important;
}
.contInp input{
    color: #333;
    width: 100%;
    display: inline-block;
    border: 0;
    font-family: "NeoSans";
    font-size: 15px;
    padding: 10px 5px;
    background-color: #FFF;
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
}
.contInp input:focus{
    border-bottom: 1px solid #bb162b;
}
.contInp input::-webkit-input-placeholder { color: #333; }
.contInp input::-webkit-input-placeholder { color: #333; }
.contInp input::-moz-placeholder { color: #333; }
.contInp input:-ms-input-placeholder { color: #333; }
.contInp2 input{
    width: 46%;
    float: left;
}
.contInp2 select{
    width: 47%;
    float: left;
}
.contInp2 input:last-child, .contInp2 select:last-child{
    float: right;
}
.contInp3 input, .contInp3 select{
    width: 30%;
}
.contInp3 input:first-child, .contInp3 select:first-child{
    float: left;
}
.contInp3 input:last-child, .contInp3 select:last-child{
    float: right;
}
.contBtnsEnv{
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}
.btnEnvGen{
    display: inline-block;
    width: 190px;
    cursor: pointer;
    text-align: center;
    margin: 0 15px;
}
.btnEnvGen span{
    display: inline-block;
    font-family: "NeoSans";
    font-size: 13px;
    padding: 15px 0px;
    text-transform: uppercase;
}
.btnCur{
    background-color: #EEEDEB;
}
.btnCur span{
    color: #666;
}
.btnEnv{
    background-color: #bb162b;
}
.btnEnv span{
    color: #FFF;
}
.contInfoBott{
    position: relative;
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0px;
}
.divInfoLeft{
    position: relative;
    overflow: hidden;
    width: 400px;
    float: left;
}
.divInfoMed{
    position: relative;
    overflow: hidden;
    float: left;
}
.contInfoLeft{
    position: relative;
    overflow: hidden;
    padding: 0px 5px;
}
.contInfoLeft span{
    color: #333;
    font-family: "NeoSans Medium";
    font-size: 14px;
}
.contTelef{
    padding-right: 30px;
}
.contDir{
    width: 200px;
    margin-left: 25px;
}
.btnLLam{
    font-family: "NeoSans Medium";
    text-decoration: none;
    display: inline-block;
    color: #bb162b;
    padding: 5px 0px;
    padding-right: 25px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-image: url(/img/icon-phone.svg);
}
.divBord:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #bb162b;
}
.contMapaConc{
    width: 400px;
    float: right;
}
#mapa1{
    width: 100%;
    height: 72px;
}

.contInp select{
    color: #333;
    
    padding: 5px 0px;
    border: 0px;
    border-bottom: 1px solid #000;
    text-align: left;
    margin: 5px 0px;
    font-family: "NeoSans";
    font-size: 15px;
    text-align-last: left;
}

.lblAdjunto{
    color: #333;
    font-family: "NeoSans Medium";
    font-size: 14px;
}

@media all and (max-width: 1350px){
    .textPrivacidad{
        padding: 50px 0px; 
    }
    .contBanner{
        height: 260px;
    }
}
@media all and (max-width: 450px){
   .textPrivacidad p{
    text-align: justify;
   } 
   .contBanner {
       height: 145px;
   }
   .textPrivacidad {
       padding: 20px 0px 50px;
   }
}

@media screen and (max-width: 768px){
	
.contFormH {
	width: 90vw;
}

.contGenForm {
    z-index: 0;
}

.contInfoBott {
    width: 90vw;
}

.contFormH {
    width: 90vw;
}

}