*{
    font-family: 'Open Sans', sans-serif;
}
.soloMob{
    display: none!important;
}
.soloDesk{
    display: block!important;
}


.sinNada{
    padding: 0;
    margin: 0;
}
.m-logo{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 10px;
    margin-bottom: 10px;
}
.m-logo .logoSch{
    width: 200px;
}
.m-logo .logoSaur{
    margin-left: 40px;
    width: 100px;
}
.redesMenu{
    margin-top: 10px!important;
    margin-bottom: 10px!important;
    display: flex;
    justify-content: center!important;
    align-content: center;
    align-items: center;
    justify-items: center;
    text-align: center;
    width: 100%;
    margin: auto;
}
.barra-Menu{
    max-height: 100%;
    height: 130px;
}
.formu{
    background: url("../img/backform.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.textIntro{
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 12px;
}

.textIntro h2{
    font-weight: bold;
    font-size: 40px;
    margin: auto;
    text-align: center;
}

.cont-iconos{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; 
    margin: auto;
}
.cont-iconos h2{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #8E3F57;
}

.formu-item{

    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #ECE8E7;
    height: 100%;
    width:500px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.formu-item h3{
  
    font-weight: bold;
}
.text-p{
    padding-bottom: 30px;
    font-weight:500;
    margin: auto;
    text-align: center;
}
input, select{
    border: none!important;
}

form{
    display: flex;
    flex-direction: column;
}
form input, form select{
    border: 0!important;
    margin-top: 10px;
    padding-left: 8px;
    background-color: white!important;
    height: 30px!important;
}
.cont-box{
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.cboxMail{
    margin-top: 0!important;
}
label{
    margin-bottom: 0!important;
}

form h3{
    font-size: 20px;
}

.BtnForm{
    background-color: #6C3651;
    border: none;
    margin-top: 10px;
    height: 40px;
    color: white;
    font-weight: bold;
}

.infoForm{
    font-size: 11px;
}

.cont-items{
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.item{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.item h2, .item p{
    text-align:center;
}
.precios{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 200px;
    background-color: #9A8880;
    justify-content: center;
}

.precios-txt{
    color: white;
    font-size: 16px;
    
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.cont-precios{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    text-align: center;
    width: 100%;

}

.precios-precios1{
    text-align: center;
    margin-top: 20px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;


    background-color: #E0CBC2;
    width: 100%;
    height: 60px;
}

.precios-precios2{
    text-align: center;
    margin-top: 20px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;


    background-color: #E0CBC2;
    width: 100%;
    height: 60px;
}

.espacio{
    width: 10px;
}

.fotos{
    background: violet;
    height: 250px;
    width: 100%;
}

#foto1{
    background: url("../img/foto1.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
#foto2{
    background: url("../img/foto2.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
#foto3{
    background: url("../img/foto3.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
#foto4{
    background: url("../img/foto4.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

#foto5{
    background: url("../img/foto5.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
#foto6{
    background: url("../img/foto6.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
#foto7{
    background: url("../img/foto7.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
#foto8{
    background: url("../img/foto8.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.cont-barra{
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #AA7B40;
    color: white;
    font-size: 26px;
    font-weight: bold;
}
.cont-barra span{
    text-align: center;
}
footer{
    height: 120px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
.f-text{
    display: flex;
    justify-content: center;
}
.f-text span{
    text-align: center;    
    color: black;
    font-size: 12px;
}
label{
    padding-top: 10px;

}
.redes{
    display: flex;
    justify-content: flex-end;
    justify-items: center;
    align-content: center;
    align-items: center;
}

#mensaje1, #mensaje2, #mensaje3, #mensaje4, #mensaje5, #mensaje6, #mensaje7 {
    display: none;
    text-align: center!important;
    width: 100%;
    margin: auto;

    margin-top: 5px;
    background-color: rgb(235, 190, 190);
}   
.text-error{
    color: rgb(141, 19, 19);
    font-size: 14px;
    padding: 5px;
}

.mensajesError{
    height: 24px;
}

.disabled span{
    color:black !important;
    background:rgb(200, 111, 111) !important;    
}
.enabled a{
    color:black !important;
    background:rgb(223, 223, 223) !important;    
}


/* PAGINA GRACIAS*/


.cont-gracias{
    background-color: rebeccapurple;
    background: url("../img/backformMob.jpg") no-repeat!important;
    background-size: contain;
    background-position: bottom!important;
    width: 100%;
    height: 600px;
}

.con-txt-gracias{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    width: 50%;
    padding: 80px;
    margin-bottom: 140px;
}

.con-txt-gracias h1{
    font-size: 25px;
    font-weight: bold;
}
.con-txt-gracias a{
    background-color: #C5610E;
    padding: 8px 18px;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: .3s all;
    font-weight: bold!important;
}

.con-txt-gracias a:hover{
    background-color: rgb(190, 129, 78);
    padding: 8px 18px;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold!important;
}
/*23-10-2019*/

.tArea{
    border: 0;
    resize: none;
}