    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap');*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    text-rendering: optimizespeed;
	-webkit-font-smoothing: antialiased;}
a{
    text-decoration: none;
}

/*============================== Header ===============================*/
header{
    width: 100%;
    height:75px;
    position: fixed;
    z-index: 100;
    background: rgba(33, 34, 37, 0.85);
    -webkit-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 5px 22px 0px rgba(0,0,0,0.30);
}
.espacio{
    width: 100%;
    height: 75px;
    color: #56cdb4;
    overflow: hidden;
}
.contenedor{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}


.container-header{
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: auto;
}
.container-logo-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
}

.container-logo-title img{
    width: 260px;
    margin-top: 12px;
}
.menu{
    position: absolute;
    right: 10px;
    margin-top: 5px;
}

.menu ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menu > ul li{
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    color: #585858;
    padding: 20px 10px;

    cursor: pointer;
    -webkit-transition: border 300ms;
    transition: border 300ms;
    position: relative;
    text-transform: uppercase;
}
.menu > ul li a{
    color: #b4b4b4;
}
.menu > ul li a:hover{
    color: #4db8bd;
}
.menu > ul > li:hover{

    color: #4db8bd;
}
.menu > ul > li:active{

    color: #4db8bd;
}
.menu ul li label,
.menu ul li span{
    color: #868686;
}
.menu ul li label:hover,
.menu ul li span:hover{
    color: #4db8bd;
}
.menu ul li span{
    font-size: 14px;
    position: relative;
    top: 4px;
}
.menu ul li label{
    font-size: 22px;
    position: relative;
    top: -6px;
}
.menu ul li .icon2{
    position: relative;
    top: -2px;
}
/*Submenu*/
.menu ul li ul{
    width: 235px;
    position: absolute;
    top: 60px;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #eeeeee;
    background: white;
    border-bottom: 1px solid #4db8bd;
    padding: 10px;
}
.menu ul li ul li{
    padding: 10px 20px;
    border-bottom: 1px solid #eeeeee;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}
.menu ul li ul li:hover{
    background: #FAFAFA;
    color: #4db8bd;
}
.menu ul li ul li ul{
    position: absolute;
    left: 222px;
    top: 0;
}
.icon-menu{
    display: none;
}
main{
    width: 100%;
    max-width: 1220px;
    margin: auto;
    position: relative;
    top: 100px;
}
article{
    padding: 20px;
}
article h1{
    font-size: 40px;
    font-weight: 100;
}

article p{
    font-size: 18px;
    margin-top: 20px;
}
.container-bg{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
/*============================== SLIDER ==============================*/

.aire{
    width: 100%;
    height: 100px;
    background-color: white;
    overflow: hidden;
}
#banner{
    width: 100%;
    overflow: hidden;
}
#banner img{
    width: 100%;
}
/*============================== SOMOS ==============================*/
#somos{
    padding: 6em 0em;
    background-color: white;
    overflow: hidden;
}


.Somos_items {
    width: 16%;
    float: left;
    overflow: hidden;
}
.Somos_items h2{
    font-size: 33px;
    color: #454545;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;

}

.Somos_items h3{
    font-size: 27px;
    letter-spacing: 2px;
    color: rgba(40, 113, 170, 0.73);
    font-weight: 400;
    line-height: 25px;
    text-align: right;
}
#text-animated{
    display: block;
    margin: 0 auto;

}

#somos p{
    text-align: justify;
    color: #7c7c7c;
    font-size: 15px;
    font-weight: 500;
}
#somos p span{
    text-align: justify;
    color: #474747;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
}

.titulo h1 {
    max-width:350px;
    width: 90%;
    margin: 0 auto;
    font-size: 23px;
    text-align: center;
    padding: 9px 35px;
    background-color: #212225;
    border-radius: 16px;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
    overflow: hidden;
}

.titulo-btn{
    display: none;
}
.titulo2 h1{
    max-width:350px;
    width: 90%;
    margin: 0 auto;
    font-size: 23px;
    text-align: center;
    padding: 9px 35px;
    background-color: #29868b;
    border-radius: 16px;
    color: white;
    margin-bottom: 2em;
    font-weight: 500;
}
/*============================== Acordeon ===============================*/
.acordeon{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    border-radius: 16px;
}
.acordeon hr{
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    border: 0;
}
#container-main{
    margin:40px auto;
    width:95%;
    min-width:320px;
    max-width:960px;
}
 
#container-main h1{
    font-size: 40px;
    text-shadow:4px 4px 5px #16a085;
}
#container-main p{
    font-size: 15px;
    color: #656565;
    text-align: justify;
    width: 95%;
    margin: 0 auto;
}
#container-main p span{
    font-size: 18px;
    color: #262626;
    text-align: justify;
    width: 95%;
    margin: 0 auto;
    font-weight: 800;
}
.accordion-container {
    width: 100%;
    clear:both;
}
.accordion-titulo {
    position: relative;
    display: block;
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #3093a5;
    text-decoration: none;
}
.accordion-titulo span.toggle-icon:before {
    content:"+";
}
 
.accordion-titulo.open span.toggle-icon:before {
    content:"-";
}
 
.accordion-titulo span.toggle-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 38px;
    font-weight:bold;
}
.accordion-content {
    display: none;
    padding: 20px;
    overflow: auto;
}
.accordion-content p{
    margin:0;
}
 
.accordion-content img {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    width: 50%;
    height: auto;
} 
@media (max-width: 767px) {
    .accordion-content {
        padding: 10px 0;
    }
}


/*============================== testimonio ==============================*/
#testimonios{
    width: 100%;
    background: url(../img/pizarra-maths.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover; 
    background-attachment: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7em 0em 06em;
}

#testimonios p{
    width: 95%;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 1em;
    text-align: center;
    color: white;
    margin: 0 auto;
}

#testimonios p span{
   font-size: 53px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 1em;
    text-align: center;
    color: white;
}
.text-servicios{
    overflow: hidden;
}



/*============Teoria del vapor====================*/
#teoria__vapor{
    background-color: rgba(77, 184, 189, 0.49);
    padding: 7em 0em 06em
}

#teoria__vapor_items h1{
    color: #2871AA;
    font-size: 18px;
    font-weight: 600;
}
#teoria__vapor_items p{
    text-align: justify;
    color: #454545;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}
#teoria__vapor_items p span{
    text-align: justify;
    color: #575757;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    }
/*============================== Contacto  ==============================*/

#contacto{
    width: 100%;
    padding-top: 100px;
    background-color: #29868b;
    padding-bottom: 120px;
    overflow: hidden;
    position: relative;
}
.cont-items{
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
;
}
.form_items{
    width: 500px;
    margin: 0 auto;
    background-color: #29868b;
    padding: 75px 35px;
}
.info_items{
    width: 500px;
    padding: 50px 35px;
}
.profe{
    width:190px;
}
.profe img{
    width: 100%;
}

#contacto h2{
    font-size: 35px;
    font-weight: 700;
    color: white;
    text-align: left;
    padding-bottom: 40px;
    font-family: 'Roboto', sans-serif;
}
.conversemos ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
}
 
.conversemos :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
    opacity: 1;
}
 
.conversemos :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}
 
.conversemos ::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
}


.conversemos input,
.conversemos select{
    height:40px;
    width: 100%;
    padding: 10px;
    font-weight: 400;
    font-size: 1em;
    background-color: transparent;
    border: 1px solid white;
    outline: none;
    border: 1;
    padding:25px 10px;
    color: white;
    font-family: 'Roboto', sans-serif;
}
.conversemos textarea{
    height:120px;
    width: 100%;
    padding:10px;
    font-weight: 400;
    font-size: 1em;
    background-color: transparent;
    border: 1px solid white;
    outline: none;
    border: 1;
    color: white;
    font-family: 'Roboto', sans-serif;
}
.conversemos button{
    width: 120px;
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    background-color: #2f2f2f;
    overflow: hidden;
    outline: none;
    border: 0;
    float: right;
    font-family: 'Roboto', sans-serif;
}
.conversemos button:hover{
    background-color: #1d1d1d;
    transition: 0.5s;
}

#contacto p,
#contacto a{
    color: white;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    
}
#contacto p span{
    color: white;
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
#contacto a:hover{
    color: #06bbfd;
    transition: 0.3s all;
}

/*============================== ICON PRODUCTOS ==============================*/
.btn-productos{
    width: 25%;
    float: left;
    margin-top: 50px;
}

.btn-productos__items{
    width: 100%;
    padding:10px;
}

.btn-productos img{
    
    width: 90%;
    display: block;
    margin: 0 auto;
    padding: 10%;
    border: 10px solid #c7c7c7;
    border-radius: 360px;
}

.btn-productos img:hover{
    border: 10px dashed rgba(40, 113, 170, 0.62);
}

.btn-productos p{
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #2871AA;
    font-weight: 500;
    padding-top: 20px;
}

/*======================== whatsapp==============================*/
.wsp{
    width: 70px;
    position: fixed;
    z-index: 1500;
    right: 30px;
    bottom: 30px;
}
.wsp:hover{
    width: 80px;
    transition: 0.5s all;
}
/*============================== FOOTER ==============================*/
footer{
    width: 100%;
    padding-top: 2em;
    background: rgb(33, 34, 37);
}
.direccion{
    margin: 0 auto;
    font-weight: 500;
    text-decoration: none;
    font-size:18px;
    color: #f4f4f4;
    text-align: center;
    font-weight: 500;
}

.fonos,
.otros{
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}
.fonos a,
.otros a{
    margin: 0 auto;
    font-weight: 400;
    text-decoration: none;
    font-size:15px;
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
}
.otros a:hover{
    color: #051b2c;
}

.copyright{
    width: 100%;
    padding: 1em;
    color: white;
    text-align: center;
}

.redes{
    margin: 0 auto;
    text-align: center;
    padding-bottom: 1.5em;
}
.redes i{
    padding: 5px;
    color: #2871AA;
}
.redes i:hover{
    padding: 5px;
    color: #308170;
}

/*============================== MEDIA ==============================*/

@media screen and (max-width:950px) {
    
header{
    width: 100%;
    height:75px;
    position: inherit;
    z-index: 100;
    background: rgb(33, 34, 37);
    -webkit-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 5px 22px 0px rgba(0,0,0,0.30);
}
    .menu{
        display: none;
    }
    #somos {
    padding: 2em 0em 4em;
    background-color: white;
    overflow: hidden;
}
  #teoria__vapor{
    background-color: rgba(77, 184, 189, 0.49);
    padding: 3em 0em 2em
}
 #testimonios{
    width: 100%;
    background: url(../img/pizarra-maths.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover; 
    background-attachment: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3em 0em 1em;
} 
 #contacto{
    width: 100%;
     padding: 1em 0em 2em;
    background-color: #29868b;
    overflow: hidden;
    position: relative;
}
.info_items {
    width: 500px;
    padding: 0px 35px 40px;
    }
.form_items{
    width: 500px;
    margin: 0 auto;
    background-color: #29868b;
    padding: 35px 35px 0px;
}
}


@media screen and (max-width:500px) {


}


