/*
Theme Name: Sarti
Theme URI: 
Author: Revarts
Author URI: 
Description: Theme Revart
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: musica, mobile first, responsive
Text Domain: escuelasarti
*/


*{ 
    box-sizing: border-box; 
    margin: 0px ; 
    padding: 0px ;
    border: 0px;
    /*outline: solid 1px red;*/
}

html{
    box-sizing: border-box; 
}

*, *:before, *:after{
    box-sizing: inherit; 
}

img{
    vertical-align: top;
}

.container{
    width: 90%;
    height: auto;
    margin: 0 auto;
}

a{
    text-decoration: none;
}


@media only screen and (min-width: 720px) {
    .container{
        width: 85%;
    }
}


@media only screen and (min-width: 1300px) {
    .container{
        width: 1100px;
    }
}


.titulos{
    font-size: 1.8em;
    font-family: 'Hind', sans-serif;
    font-weight: normal;
}



.titulo__slogan{
    font-size: 2.5em;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: #333333;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 20px;
    
    
}

@media only screen and (min-width: 720px) {
    
    .titulo__slogan{
        font-size: 3.5em;
        font-family: 'Poppins', sans-serif;
        margin: 0px;
        margin-bottom: 20px;
        text-align: center;
    }

}


.subtitulos{
    font-size: 1.2em;
    font-family: 'Hind', sans-serif;
    font-weight: normal;
}

 h3{
     font-size: .9em;
     font-family: 'Hind', sans-serif;
      font-weight: normal;
}


.subtitulos__b{
    font-size: 16px;
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    margin-top: 40px;
}
/*
.licenciaturas__items ul li{
   font-size: 14px;
    color: #666666;
    font-family: 'Hind', sans-serif;
}

.licenciaturas__items ul {
list-style: none;
margin: 0;
}

.licenciaturas__items ul:first-child {
   padding: 0;
}

.licenciaturas__items ul li {
    line-height: 180%;
    text-indent: -14px;
}

.licenciaturas__items ul li:last-child {
    border: none;
}

.licenciaturas__items ul li:before {
    content: "";
    border-left: 4px solid #CCC;
    padding-left: 10px;
}*/



/*.licenciaturas__items ul {
    list-style-image: url('http://192.168.15.15/sarti_wp/wp-content/uploads/2018/10/bullet5x5.png');
    margin-left: 12px;
}
*/

.licenciaturas__items ul li {
    color: #666666;
    font-size: 16px;
    margin: 8px 0;
}



.parrafos{
    font-size: 16px;
    color: #666666;
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    margin: 10px 0;
}

.fa-circle{
    color: #d50526;
    font-size: 8px;
}


p{
    font-size: 16px;
    color: #666666;
    font-family: 'Hind', sans-serif;
    margin: 10px 0;
    line-height: 22px;
}

.parrafo__slogan{
    font-size: 20px;
    color: #666666;
    font-family: 'Hind', sans-serif;
    margin-bottom: 15px;
    text-align: center;
}


.container__boton{
    height: auto;

    padding: 0 20px;
    margin: 50px auto;

    display: flex;
    align-items: center;
    justify-content: center;
}


.rojo{
    width: 200px;
    height: 50px;
    font-size: 16px;
    background: #f80022;
    color: #ffffff;
    font-family: 'Hind', sans-serif;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    line-height: 50px;

}

.rojo_v2{
    width: 200px;
    height: 50px;
    font-size: 16px;
    background: #f80022;
    color: #ffffff;
    font-family: 'Hind', sans-serif;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    padding: 15px;
}

.rojo_v3{
    width: 200px;
    height: 60px;
    font-size: 16px;
    background: #f80022;
    color: #ffffff;
    font-family: 'Hind', sans-serif;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 10px 15px ;
}



.white{
    color: white;
}





/******** MENU ********/

header{
    width: 100%;
    position: relative;
    display: block;
    z-index: 99;
}

.slideimg{
    
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: solid 8px #f80022;
}

.slideimg img{
    width: 100%;
    height: auto;
    margin: auto;
    }




.container__logo{
    width:50%;
    height: auto;
    position: absolute;
    left: 0;
    
}

@media only screen and (min-width: 700px){
        .container__logo {
               width: 20%;
               height: auto;
        }
}

@media only screen and (min-width: 720px){
    .container__logo {
       width: 20%;
       height: auto;
    }
}

@media only screen and (min-width: 800px){
    .container__logo {
       width: 25%;
       height: auto;
    }
}

.container__logo img{
    width:100%;
    height: auto;
    
}

.menu__principal{
    width:100%;
    height: auto;
    position: absolute;
    right: 0;
    
}

@media only screen and (min-width: 720px) {
    .menu__principal{
        width:auto;
        height: auto;
         
    }
}


.barmenu{
    display: flex;
    justify-content: space-between;
    position: relative;
}


.container__menu{
    display: block;
    margin-top: 40px;

}

@media only screen and (min-width: 720px) {
    .container__menu{
        display: block;
        margin-top: 0px;
    }
}



.box__slogan{
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header{
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 99;
    background: ;
}

nav {
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 99;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(255, 255, 255, 1);
}

nav .container__menu {
    display: none;
}

@media only screen and (min-width: 720px) {
    nav .container__menu {
        display: block;
        margin-top: 16px;
    }
}



.container__menu ul{
    height: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: rgba( 255, 255, 255, .8);
}

@media only screen and (min-width: 720px) {
    .container__menu ul{
        height: 100%;
        list-style: none;
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
        background-color: rgba( 255, 255, 255, .0);
    }
}

.container__menu ul li {
    margin: 5px 0 5px 0; 
    text-align: center;
}

@media only screen and (min-width: 720px) {
    .container__menu ul li {
        margin: 0 0 20px 0;  
        text-align: center;
    }
}

.container__menu ul li:first-of-type {
    margin-left: 0px ; 

}

.container__menu ul li a{
    text-decoration: none;
    margin-left: 20px ; 
    font-family: 'Hind', sans-serif;
    font-weight: 400;
    color: #333333;
    font-size: 16px;

}


.menu-fijo {
    position: fixed;
    top: 0;
}

/******** mobile menu ********/


.mobile__menu{
    display: flex;
    justify-content: flex-end;
}


@media only screen and (max-width: 720px) {
    .mobile__menu a {
        height: 40px;
        display: block;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        color: #333333;
    }
}

@media only screen and (min-width: 720px) {
    .mobile__menu a {
        display: none;
    }
}


/******** terminos ********/

.img__head{
    width: 100%;
    height: 380px;
    border-bottom: solid 8px #f80022;
}

.container__terminos{
    padding: 80px 0;
}





/******** QUIENES SOMOS ********/


.section__quinessomos{
    display: block;
    font-family: 'Hind', sans-serif;
    padding-top: 130px;
}

@media only screen and (min-width: 720px) {
    .section__quinessomos{
        display: flex;
        justify-content: space-between;
    }
}

.quienessomos{
    width: 100%;
}

@media only screen and (min-width: 720px) {
    .quienessomos{
        width: 25%;
    }
}

.licenciaturas{
    width: 100%;
    margin-top: 1em;
}

@media only screen and (min-width: 720px) {
    .licenciaturas{
        width: 65%;
        display: flex;
        flex-wrap: wrap;

    }
}

.licenciaturas__items{
    margin-top: 40px;
    font-family: 'Hind', sans-serif;
    font-weight: 300;
}

@media only screen and (min-width: 720px) {
    .licenciaturas__items{
        width: 30%;
        margin-top: 0px;
        margin-bottom: 50px;
        margin-right: 5%;
    }
    .licenciaturas__items:nth-of-type(3n+0){
        margin-right: 0;
    }
}


.licenciaturas__linea{
    width: 60%;
    height: 1px;
    background: #999999;
}

@media only screen and (min-width: 720px) {
    .licenciaturas__linea{
        margin-top: 30px;
    }
}

.container__content{
}

.container__subtitulos{
    height: 54px;
}



/******** POR QUE SOMOS ********/


.section__porquenosoros{
    width: 100%;
    height: 860px;
    padding: 130px 0 5% 0;
}

@media only screen and (min-width: 720px) {
    .section__porquenosoros{
        width: 100%;
        height: 830px;
        padding: 130px 0 5% 0;
    }
}



.container__porquenosotros{
        width: 100%;
   }

@media only screen and (min-width: 720px) {
   .container__porquenosotros{
        width: 60%;
   }
}





/******** FORMULARIO ********/
.wpcf7-form p a{
    color: #f80022; 
}

.conatiner__contacto{
    display: flex;
    flex-direction: column;
    padding-top: 120px;
    justify-content: center;
}

@media only screen and (min-width: 720px) {
    .conatiner__contacto{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}



.contacto__formulario{
    width: 100%;
    margin-bottom: 120px;
}

@media only screen and (min-width: 720px) {
    .contacto__formulario{
        width: 40%;
        margin-bottom: 120px;
    }
}

.contacto__formulario p{
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    color: #666666;
    font-size: 16px;
}


.formulario__item{
    padding: 10px 0;
    display: flex;
    flex-direction: column;
}

.formulario__label{
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    color: #666666;
    font-size: 16px;
}

.formulario__label__required{
    color: #f80022;
}

.formulario__input{
    width: 100%;
    height: 40px;
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    border: solid 2px #cccccc;
    margin-top: 10px;
    border-radius: 0px !important;
}





select.formulario__input{
    border: solid 2px #cccccc;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #666666;
}


.formulario__item__checkbox{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

@media only screen and (min-width: 720px) {
   .formulario__item__checkbox{
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        margin-left: 30px;
        margin-bottom: 10px;
    }
}

.checkbox{
    margin: 5px 0;
}

.submit_rigth{
    float: right;
}


span .wpcf7-list-item-label{
    color: #666666;
    font-family: 'Hind', sans-serif;
    font-weight: 300;
}

.wpcf7-list-item {
    display: block !important;
    margin: 10px 0  0 30px !important;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=checkbox]::-ms-check {
  display: none;
}
input[type=checkbox] {
  position: relative;
  width: 1em;
  height: 1em;
  border: 1px solid gray;
  /* Adjusts the position of the checkboxes on the text baseline */ 
  vertical-align: -2px;
  /* Set here so that Windows' High-Contrast Mode can override */
  color: #d50526;
  outline: none;
}

input[type=checkbox]::before {
  content: "✔";
  position: absolute;
  font-size: 1.2em;
  right: 0;
  top: -0.3em;
  visibility: hidden;

}

input[type=checkbox]:checked::before {
  /* Use `visibility` instead of `display` to avoid recalculating layout */
  visibility: visible;
}

input[type=checkbox]:disabled {
  border-color: black;
  background: #ddd;
}




.wpcf7-form-control-wrap{
     width: 100%;
    height: auto;
    bottom: 20px;
}



.wpcf7-list-item{
    width: 80%;
    height: auto;
}


@media only screen and (min-width: 720px) {
    .wpcf7-list-item{
        width: 100%;
        height: auto;
    }
}

span.wpcf7-list-item-label{
    width: 100%;
    height: auto;
}


@-moz-document url-prefix() {
    .formulario__label {margin-bottom:  20px;} 
}



.wpcf7-not-valid-tip{
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    color: #d50526;
}




/******** Mapa ********/

.
.datos__contacto{
    margin-top: 0px;
    width: 100%;
    height: 300px;
}


@media only screen and (min-width: 720px) {
    .datos__contacto{
        margin-top: 45px;
        width: 50%;
        height: 400px;
    }
}


.contacto__mapa{
    margin-top: 0px;
    width: 100%;
    height: 300px;

}

@media only screen and (min-width: 720px) {
    .contacto__mapa{
        margin-top: 0px;
        width: 100%;
        height: 400px;
       
    }
}

.datos__direccion{
    margin-top: 20px;
}
.datos__titulo{
    color: #f80022;
}

.datos__texto{
    color: #666666;
    font-weight: 300;
}



.wpcf7-response-output {
    display: none !important;
}

.wpcf7-display-none, .wpcf7-validation-errors{
    margin-top: 10px;
}

/******** POR QUE SOMOS ********/

.section__footer{
    width: 100%;
    height: auto;
    background-color: #333333;
    padding: 20px 0;
}

.container__footer{
    display: flex;
    flex-direction: column;
   
}

@media only screen and (min-width: 720px) {
   .container__footer{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
    }
}


.footer__logo{
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 720px) {
   .footer__logo{
        display: flex;
        justify-content: flex-start;
    }
}



.footer__derechos{
    margin-top: 10px;
}

.footer__derechos p{
    color: #ffffff;
    font-family: 'Hind', sans-serif;
    text-align: center;
    font-size: 12px;

}

.footer__social{
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 30px;
    margin-top: 10px;
    
}


@media only screen and (min-width: 720px) {
   .footer__social{
        display: flex;
        justify-content: flex-end;
        color: #ffffff;
        font-size: 30px;
        margin-top: 5px;
    }
}

.footer__social div .iconos{
    margin-left: 25px;
}

.footer__social div:first-of-type .iconos{
    margin-left: 0px;
}

.link__terminos{
    color: #ffffff;
    text-decoration: underline;
}

.box__footer{
    width: auto;
}

@media only screen and (min-width: 720px) {
   .box__footer{
        width: 300px;
        height: auto;
    }
}

.box__footer img{
    margin-top: 10px;
    width: 215px;
    height: 47px;
}


.footer__social div a{
    text-decoration: none;
    color: #ffffff;
}



/******** blog  ********/

.container__blog{
    width: 100%;
}

@media only screen and (min-width: 720px) {
   .container__blog{
        width: 60%;
    }
} 


.otro{
    width: 100%;
}

@media only screen and (min-width: 720px) {
   .otro{
        width: 30%;
    }
} 


.blog__page{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (min-width: 720px) {
   .blog__page{
         flex-direction: row;
         justify-content: space-between;
    }
}


.blog__post{
    width: 100%;
    height: auto;
    margin: 50px 0;
    border-bottom: solid 2px #cccccc;
    padding-bottom: 20px;
}

@media only screen and (min-width: 720px) {
   .blog__post{
        width: 80%;
        height: auto;
        margin: 50px 0;
    }
}


.blog__img img{
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 720px) {
   .blog__img img{
        width: 90%;
        height: auto;
    }
}

header.headerpost{
    position: relative;
    margin: 10px 0;
    color: #000000;
    font-family: 'Hind', sans-serif;
    margin-top: 40px;
}

header.headerpost h2{
    color: #000000;
    font-family: 'Hind', sans-serif;
    font-weight: normal;
}

.blog__excerpt{
    color: #333333;
    font-family: 'Hind', sans-serif;
    font-size: 14px;
}

.blog__permalink{
    text-decoration: none;
    color: #f80022;
    text-decoration: underline;
    font-family: 'Hind', sans-serif;
    font-size: 14px;
}

.blog__fecha{
    margin-top: 60px;
    font-family: 'Hind', sans-serif;
    color: #333333;
    text-transform: uppercase;
    font-size: 14px;
}




/******** terminos y condiciones  ********/

form.searchform{
    position: relative;
    margin-top: 50px;

}

form.searchform #s{
    height: 40px;
    border: solid 1px #cccccc;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    font-family: 'Hind', sans-serif;
    font-weight: 300;
}

form.searchform #searchsubmit{
    width: 150px;
    height: 50px;
    background: #f80022;
    color: #ffffff;
    font-family: 'Hind', sans-serif;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
}



form.searchform div label.screen-reader-text{
    display: none !important;
}


.widget{
    margin: 30px 0 40px 0; 
}

.widget h3{
    font-size: 25px;
    font-family: 'Hind', sans-serif;
    margin-bottom: 50px;
}

.widget ul{
    list-style: none;
}




.widget ul li{
    margin: 10px 0; 
    padding: 10px 0;
    border-bottom: solid 1px #cccccc;

}

.widget ul li:last-of-type{
    border-bottom: 0;
}

.widget ul li a{
    text-decoration:  none;
    color: #333333;
    font-family: 'Hind', sans-serif;
}


.recentcomments{
    color: #333333;
    font-family: 'Hind', sans-serif;
}


/******** Entradas  ********/


.container__entrada{
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 720px) {
   .container__entrada{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }


}



.entrada__box{
    width: 100%;
    padding: 80px 0; 

}

@media only screen and (min-width: 720px) {
   .entrada__box{
        width: 50%;
    }

}


.entrada__img img.attachment-post-thumbnail{
    width: 70%;
    height: auto;
}



.entrada__blog__fecha{
    margin: 40px 0 ;
    padding-bottom: 20px;
    font-family: 'Hind', sans-serif;
    color: #333333;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: solid 2px #cccccc;
}


.comment-respond h3{
    font-size: 1.5em;
    font-family: 'Hind', sans-serif;
    font-weight: normal;
}



.comment-form-author , .comment-form-email{
    display: block;
    width: 100%;
}

@media only screen and (min-width: 720px) {
   .comment-form-author , .comment-form-email{
        display: inline;
        width: 40%;
    }

}

.comment-form-author {
    float: left;
    margin-right: 70px;
}

.comment-form-email {
    float: left;
}

.comment-form-comment label{
    margin: 40px 0 10px 0;
    display: block;
}

.comment-form label .required{
    color: #d50526;
}


.comment-form-comment textarea{
    width: 100%;
    border: solid 1px #cccccc;
    margin-top: 10px 0 20px 0;
}




.comment-form-author #author{
    height: 40px;
    border: solid 1px #cccccc;
    margin: 0px 0 20px 0;
}

.comment-form-author label{
    margin: 10px 0 10px 0;
    display: block;
}

.comment-form-email #email{
    height: 40px;
    border: solid 1px #cccccc;
    margin: 0px 0 20px 0;
}

.comment-form-email label{
    margin: 10px 0 10px 0;
    display: block;
}



.comment-form-url{
    display:none;
}

.form-submit .submit{
    display: inline-block;
    width: 200px;
    height: 50px;
    background: #f80022;
    color: #ffffff;
    font-family: 'Hind', sans-serif;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
}




/********** comentarios ************/

.container__usuarios{
    padding: 40px 0;
}

.container__usuarios ul{
    list-style: none;
}

.comment-author img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.comment-author .fn{
    color: #f80022;
    font-family: 'Hind', sans-serif;
    position: relative;
    left: 20px;
    font-style: normal;
}

@media only screen and (min-width: 720px) {
   .comment-author .fn{
        color: #f80022;
        font-family: 'Hind', sans-serif;
        position: relative;
        left: 66px;
        font-style: normal;
    }

}

.comment-author .says{
    display: none;
}

.comment-meta{
    display: none;
}


.comment-body p{
    position: relative;
    width: 70%;
    bottom: 40px;
    left: 76px;
}

@media only screen and (min-width: 720px) {
    .comment-body p{
        position: relative;
        bottom: 40px;
        left: 120px;
       
    }

}

.reply a.comment-reply-link  {
    text-decoration: none;
    text-decoration: underline;
    position: relative;
    left: 76px;
    bottom: 30px;
    color: #666666;
    font-family: 'Hind', sans-serif;
}

@media only screen and (min-width: 720px) {
    .reply a.comment-reply-link  {
        text-decoration: none;
        text-decoration: underline;
        position: relative;
        left: 120px;
        bottom: 30px;
        color: #666666;
        font-family: 'Hind', sans-serif;
    }

}


.children{
    position: relative;
    left: 0px;
}

@media only screen and (min-width: 720px) {
    .children{
        position: relative;
        left: 120px;
    }

}

.logged-in-as a{
    text-decoration: none;
    text-decoration: underline;
    color: #666666;
    font-family: 'Hind', sans-serif;
}




.paginacion a {
    text-decoration: none;
    text-decoration: underline;
    color: #666666;
    font-family: 'Hind', sans-serif;
}

.paginacion .current{
    font-weight: bold;
}