@charset "UTF-8";

.estSecc{
    padding-top: 100px;
    padding-bottom: 100px;
}
section:first-of-type{
    border-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.estFndClaro{
    background-color: #fff;
    color:#000;
}
.estFndOscuro{
    background-color: #000;
    color: #fff;
}



h1.estTit{
    font-family: 'RealHead';
    font-size: 60pt;
    padding-bottom: 20px;
    text-align: center;
}
h2.estSubTit{
    font-size: 21pt;
    font-weight: bold;
    padding-bottom: 20px;
}
div.estCont{
    text-align: center;
    font-size: 21pt;
    margin-bottom: 50px;
}
p.estDescrip{
    font-size: 21pt;
}

.estCont h3{
    font-size: 48pt;
}
.estCont h4{
    font-size: 29pt;
}
.estCont p{
    font-size: 17pt;
}


.cntForm{
    
}
.cntForm label{
    font-family: 'RealHeadMedium';
    font-size: 14pt;
    color:#080A0B;
    height: 30px;
    display: block;
}
.cntForm input[type="text"], .cntForm textarea{
    display: block;
    width: 100%;
    border: none;
    background: none;
    font-size: 14pt;
    
    padding: 15px 10px;
    color: #333;
    font-size: 14pt;
    height: 80px;
    border-bottom: 1px solid #080A0B;
    margin-bottom: 50px;
}
.cntForm textarea{
    border: 1px solid #080A0B;
    height: 100%;
    margin-top: 80px;
    height: 480px;
    resize: none;
}

.cntForm input[type="text"]:focus{
    outline: none;
    border-bottom: 1px solid #FD322A;
}
.cntForm #btnmsj{
    border: 1px solid #080A0B;
    padding: 15px 50px;
    border-radius: 30px;
}
/*.cntForm input[type="textarea"]{
    border: none;
    background: none;
    font-size: 14pt;
    border-bottom: 1px solid #080A0B;
    margin-bottom: 50px;
}*/





