.careup{
width:100%;
padding-top:2%;
padding-bottom:1.4%;
padding-left:3%;
padding-right:3%;
box-sizing: border-box;
line-height: 1.5em;
text-align: center;
}
.careup img{
width:100%;
max-width:388px !important;
}

.bloc h1{
margin-bottom:0;
}
.servicios img{
width:388px;
height:60px;
}

.head{
display:flex;
flex-wrap: nowrap;
justify-content:center;
align-items: center;
background:#6096BA;
}
.bloc{
display:block;
width:100%;
padding:0.8em 1em;
box-sizing: border-box;
text-align: center;
background:#555555;
}

.bloc:hover{
background: #6096BA;
}
.bloc a{
color:white;
font-size: 21px;
}
.bloc a:hover{
color:white;
}
.bloc img{
width:367px;
height:130px;
}
.tele{
background:#00BB38;
}


/* FORMAS DE PAGO */

.pago{
width:700px;
height:218px;
box-sizing:border-box;
padding:10px;
margin-top:0 !important;
margin-bottom:20px;
}

/* GENERAL */
body{
padding:0;
border:0;
margin:0;
color:black;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size:19px;
box-sizing:border-box;
} 

/* BOTON NARANJA */
.boton{
display: block;
position: absolute;
margin-top:-40px;
margin-left:82px;
padding:10px 20px;
box-sizing: border-box;
border-radius: 7px;
font-size: 18px;
font-weight: 400;
color: #FFFFFF;
background:red;
}
.boton:hover{
cursor: pointer;
background:#AAC810;
}


/* TARJETAS*/
.tarjetas{
display:flex;
justify-content: center;
flex-wrap: wrap;
padding-left:10px;
padding-right:10px;
box-sizing: border-box;
}
.item{
width:fit-content;
text-align: left;
padding:0.5em;
margin-left:12px;
margin-right:12px;
box-sizing: border-box;
transition: transform .2s
}
.item img{
width:100%;
max-width:350px;
border-radius: 15px;
box-shadow: 3px 3px 17px 3px rgba(0, 0, 0, 0.1);
}
.item:hover{
filter:brightness(1.1);
cursor:pointer;
}

/* SERVICIOS */
.servicios{
display:flex;
align-items: stretch;
flex-wrap: wrap;
background:white;
}
.servicios_caja{
width:50%;
}
.servicios_foto{
border-radius: 0;
background-position: center center; 
background-repeat: no-repeat;
background-size:cover;
}


.servicios_informacion{
margin:0 auto;
padding:1em;
box-sizing: border-box;
}
.servicios_informacion h1{
font-size:40px;
color:red;
}
.servicios_informacion li{
color:black;
padding-bottom:9px;
}

.boton_contacto{
display:inline-block;
width:fit-content;
padding:0.5em 1.5em;
margin-right:2px;
margin-left:2px;
margin-top:10px;
box-sizing: border-box;
border-radius: 45px;
font-size:30px;
text-shadow: 1px 1px #000000;
letter-spacing: 1px;
box-shadow: inset 0px 0px 17px 2px rgb(1, 84, 19);
background:rgb(26, 217, 26);
color:white;
}
.boton_contacto:hover{
background:rgb(177, 227, 25);
}
.descripciones2 ul{
margin-left: -20px;
}

.auditorias .bloqueauditorias .descripciones2 h1{
color:#1d7f9c;
}
.auditorias .bloqueauditorias .descripciones2 li{
color: black;
letter-spacing: 1px;
font-size: 22px;
line-height: 1.2em;
padding-bottom:15px;
box-sizing: border-box;
}
.texto{
color:white;
margin: 0 auto;
width:90%;
font-size: 19px !important;
text-align: center;
line-height: 1.3em;
}
.texto p{
margin-bottom:0px !important;
}
.logos{
padding:1em;
box-sizing: border-box;
}
.logos img{
width:100%;
max-width:190px;
}
.todo{
width:100%;
text-align:center;
background:red;
border-radius: 7px;
padding:1em;
box-sizing: border-box;
margin-bottom:20px;
}
.todo h1{
margin:0;
}
.servicios{
display:flex;
flex-wrap: wrap;
justify-content: center;
align-items: stretch;
}
.servicio{
width:26%;
background:#d0e6ff;
margin:3px;
padding:10px;
text-align: center;
box-sizing: border-box;
font-size:17px;
border-radius: 6px;
}
.servicio img{
width:100%;
border-radius: 6px 6px 0 0;
margin-bottom:5px;
}
.intro{
position:relative;
width:100%;
padding: 1em !important;
box-sizing: border-box;
text-align: center;
background:#6096BA;
}
.intro p{
margin-top:0px;
margin-bottom:8px;
}

.descripciones{
margin:0 auto;
width:70%;
font-weight:normal;
text-align:left;
padding-top:5px;
box-sizing: border-box;
}
.descripciones ul{
margin-left:-20px;
}
.descripciones li{
color:white;
font-size:22px;
line-height: 1em;
padding-bottom:0.6em;
}
.descripciones2{
margin:0 auto;
width:70%;
font-weight:normal;
text-align:left;
padding-top:5px;
box-sizing: border-box;
}
.descripciones2 li{
color:white;
font-size:24px;
line-height: 1em;
}

.item strong{
color:#006CB6;
}

.item li{
color:rgb(235, 245, 255);
}

.box{
width:100%;
text-align:center;
margin-bottom:40px;
background:#2c4a94;
padding:1em;
box-sizing:border-box;
border-radius: 10px;
}
.box img{
border-radius: 15px;
}
.box a:hover{
cursor: pointer;
filter: saturate(1.4);
}

.hero .sospechas h1{
color:#00A0E8;
}

/* FOTO GALERIA */
.esquema{
width:100%;
text-align: center;
margin-top:15px;
background:#1E3263;
padding-top:40px;
padding-bottom:20px;
box-sizing: border-box;
}
.esquema img{
width:220px;
padding:2px;
border-radius: 7px;
}
@media only screen and (max-width: 453px){
.esquema img{
width:100%;
padding-left:8px;
padding-right:8px;
padding-bottom:0px;
padding-top:0px;
margin-bottom:0;
margin-top:0;
border:0;
box-sizing: border-box;
}
}

@-webkit-keyframes zoom {
from {-webkit-transform:scale(0)} 
to {-webkit-transform:scale(1)}
}

@keyframes zoom {
from {transform:scale(0)} 
to {transform:scale(1)}
}

/* The Close Button */
.close {
position: absolute;
top: 15px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}

.close:hover,
.close:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
.bloc img{
width:300px;
height:106px;
}
.servicios img{
width:100%;
}
#tag_urgencia{
font-size:25px !important;
}
.descripciones{
width:95% !important;
padding-bottom:15px;
padding-left:20px;
padding-right:1em;
box-sizing: border-box;
}
.descripciones2{
width:95% !important;
padding-bottom:15px;
padding-left:7px !important;
padding-right:1em;
box-sizing: border-box;
}

.descripciones ul li{
letter-spacing:3px;
font-size:17px;
line-height: 1.4em !important;
letter-spacing: 0;
}
.descripciones2 ul li{
letter-spacing:3px;
font-size:20px !important;
line-height: 1em !important;
letter-spacing: 0 !important;
}

.modal-content {
width: 100%;
}
}
h3{
margin-top:5px;
margin-bottom:10px;
}
.celulares2{
text-align: center;
width:100%;
font-size:21px;
background:#274C78;
padding:0.5em;
box-sizing: border-box;
}
.celulares2 a{
font-size:30px;
font-weight: bold;
color:white;
}
.celulares2 a:hover{
color:rgb(207, 254, 97);
}
h5{
margin:0;
color:grey;
font-weight:normal;
}

#days, #hours, #minutes, #seconds{
color:rgb(253, 240, 166);
font-weight:bold;
}

h1{
margin-top:0;
}
.yellow{
color:rgb(207, 254, 97);
}

.items p{
line-height: 0.6em;
}
.auditorias{
padding:2em 1em 2em 1em;
background: rgba(28,48,97,1);
}
.auditorias h1, li{
color:white;
margin-top:0;
}
.auditorias h3{
color:#FF7000
}
.bloqueauditorias{
width:90%;
margin:0 auto;
}
.detalles{
padding:1em 1em 0 1em;
box-sizing:border-box;
}

.speech{
font-size:20px;
width:100%;
color:white;
text-align:center;
background:#ea728c;
padding:1em;
box-sizing: border-box;
}
.footer{
padding:2em 1em;
background:black;
text-align:center;
color:white;
}
.logo_pie{
width:180px;
height:154px;
}
.piebanda{
text-align:center;
}
.foto_whatsapp{
width: 100%;
max-width:360px;
}
.closecursos{
width:100%;
border:1px solid #f68ba2;
height:20px;
border-top:none;
border-radius: 0 0 15px 15px;
}
.proximo{
color:white;
background:#f68ba2;
border-left:1px solid #EA728C;
border-right:1px solid #EA728C;
text-align:center;
}
.proximo h1{
margin:0;
padding:15px;
font-weight: 100;
}
.proximo_historial{
color:white;
background:rgb(197, 197, 197);
color:white;
border-left:1px solid rgb(197, 197, 197);
border-right:1px solid rgb(197, 197, 197);
text-align:center;
}
.curso{
display:flex;
padding:2em;
line-height: 1.5em;
border:1px solid #EA728C;
border-bottom:none;
border-top:none;
}
.curso_historial{
display:block;
padding:2em;
line-height: 1.5em;
border:1px solid rgb(197, 197, 197);
border-top:none;
padding-bottom:1em;
}
.cursotexto{
width:75%;
padding-right:20px;
}
.cursotexto_historial{
width:100%;
padding-right:20px;
}
.cursotexto_historial h2{
font-size:19px;
}
.cursofoto img{
border-radius:10px;
}
main{
width: 100%;
margin:0 auto;
background:white;
}
.banda_header{
text-align:center;
font-size:18px;
padding:1.5em 1em 1em 1em;
box-sizing: border-box;
background:white
}
.banda_header img{
max-width:333px;
width:100%;
}

.banda_header h1{
font-size:24px;
margin:0;
margin-bottom:5px;
}

.contenido{
padding:2em 2.5em;
box-sizing:border-box;
background:white;
}

li{
padding-bottom:0.8em;
}

.hero{
display:block;
position: relative;
box-sizing: border-box;
text-align:center;
width:100%;
border-radius: 0;
background-image: url("../images/calderas-servicios.webp");
background-position: center center; 
background-repeat: no-repeat;
background-size:cover;
background-attachment: fixed; 
}

.hero_info h2{
margin:0;
margin-bottom:10px;
font-size:35px;
color:white;
text-shadow: 0px 0px 5px black;
}

.hero_info h1{
margin:0;
font-size:45px;
line-height:1em;
color:white;
margin-bottom:20px;
text-shadow: 0px 0px 5px black;
}

.hero_info{
padding:9em 14px;
box-sizing: border-box;
}

.traslucido{
position:absolute;
left: 13vw;
bottom:25vh;
}
.promo{
display:flex;
width:64%;
background: rgba(0,0,0,0.6);
border-radius: 15px;
padding:1.5em;
box-sizing: border-box;
flex-wrap:wrap;
}
.active:after {
content: "\2212";
}
.panel {
padding: 0;
max-height: 0;
margin-bottom:12px;
overflow: hidden;
transition: max-height 0.2s ease-out;
}

a {
text-decoration: none;
color:red;
}

.fucsia{
color: #455da0;
font-weight: bold;
}
h2 {
font-size: 24px;
color:red;
margin-top:30px;
margin-bottom:30px;
}
.nowrap{
white-space:nowrap;
}
.social{
display:none;
position:fixed;
border-left:0px;
bottom:-55px;
right:-15px;
z-index:2000
}
.social img{
width:300px;
height:133px;
}
.social ul{list-style:none}
.social ul li a{
display:inline-block;
padding: 2px 2px;
margin:2px;
text-decoration:none;
-webkit-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease; 
border-radius: 8px;
opacity:1;
}

.social ul li a:hover{opacity:0.8;}

.bloquecurso li{ 
line-height: 1em;
}
.bloquehead{
text-align: center;
width:100%;
background:#EA728C;
color:white;
padding:1em;
box-sizing:border-box;
border: 1px solid #EA728C;
border-radius: 0;
}
.bloquecurso{
text-align:left;
border: 1px solid #AAAAAA;
padding:0;
}

@media (max-width: 880px) {
.hero_info{
top:15%;
}
}

@media (max-width: 550px) {
.intro{
padding:2em 2em 0 2em;
}
}

@media (max-width: 480px) {
.social{
right:-184px;
}
.bloquehead{
text-align: center;
padding:1em;

}
.bloquecurso{
text-align:left;
padding:0em 1em 0em 1em;

}
.bloquecurso ol{ 
margin-left:-20px;
}
.bloquecurso li{ 
line-height: 1.5em;
}
}

@media (max-width: 370px) {
.intro{
padding:2em 1em 0 1em;
}
.descripciones,.descripciones2{
padding-bottom: 15px;
padding-left: 0.4em;
padding-right: 0.5em;
}
}

@media (max-width: 1300px) {
.texto{
width:80%;
}
.bloqueauditorias{
width:95%;
}
main{
box-shadow: none;
margin-top:0px;
}
}

@media (max-width:1100px){
.traslucido{
left: 4vw;
bottom:24vh;
}
.traslucido img{
width:340px;
}
.texto{
width:90%;
}
.bloqueauditorias{
width:100%;
}
.auditorias{
padding-bottom:0px;
}
.detalles li {
line-height: 1.2em;
}

.footer{
padding:2em 1em 9em 1em;
}
}
@media (max-width: 991px) {
.texto{
width:100%;
}
.banda_header h1{
font-size:20px;
}
.items p{
line-height: 0.6em;
}
}
@media (max-width: 730px) {
.pago{
width:500px;
height:156px;
}
}
@media (max-width: 700px) {
.traslucido{
left: 0;
right:0;
bottom:23vh;
}
.traslucido img{
width:340px;
}
.item{
width:95%;
padding:0;
margin-bottom:6px;
}
.servicios_caja{
order:2 !important;
width:100%;
}
.servicios_foto{
order:1 !important;
width:100%;
height:50vh;
}
.detalles{
margin-top:10px;
padding:0;
}
.detalles li {
line-height: 1em;
}
.esquema{
padding-top:10px;
padding-bottom:0px;
}
}

@media (max-width: 720px) {
.item{
width:95%;
margin:0;
padding:0;
margin-bottom:6px;
}
.boton{
margin-left:58px;
}
}

@media (max-width: 850px) {
.curso{
flex-wrap: wrap;
}
.cursotexto{
width:100%;
}
.cursofoto{
width:100%;
}
.cursofoto img{
width:100%;
}
}

@media (max-width: 650px) {
.descripciones,.descripciones2{
padding-left:0;
padding-right:0;
}
.contenido{
padding:0.5em 1em;
}
ul{
margin-left:-22px;
}
h2{
font-size: 20px;
margin-bottom: 6px;
}
.curso{
padding:1em;
}
.curso_historial{
font-size:15px;
padding:1em;
line-height: 1.2em;
}
.bloqueauditorias{
width:100%;
}
}

@media (max-width: 550px){
.descripciones2 ul li{
font-size:17px !important;
line-height: 1.2em !important;
letter-spacing: 0 !important;
padding-bottom:10px !important;
}
}

@media (max-width: 520px) {
.pago{
width:350px;
height:109px;
}
}

@media (max-width: 500px){
.descripciones,.descripciones2{
width:100% !important; 
}

.servicio{
width:100%;
margin:3px;
padding:10px;
font-size:15px;
}
}

@media (max-width: 440px) {
.descripciones,.descripciones2{
width: 100% !important;
margin: 0 !important;
margin-right:0 !important;
}
.banda_header{
font-size:15px;
}
}

@media (max-width: 440px) {
.todo h1{
font-size:1.5em;
}
.descripciones h1 {
font-size:1.5em !important;
}
.descripciones2 h1 {
font-size:1.5em !important;
}
.hero h1 {
font-size:35px;
}
.hero_info{
padding-top:5em;
padding-bottom:5em;
}
.hero_info h2{
font-size:25px;
}
.hero p {
font-size:18px;
}
h5{
font-size:12px;
}
}


@media (max-width: 650px){
.intro{
font-size:16px;
padding-left:1em;
padding-right:1em;
}
}

@media (max-width: 930px){
.servicios img{
width:300px;
height:46px;
}
}

@media (max-width: 900px){
.superior{
margin-top:20px;
}
.tele{
display:none;
}
.descripciones2{
width:85%;
}
.head{
flex-wrap: wrap;
}
}

@media (max-width: 800px){
.servicio{
width:40%;
margin:3px;
padding:10px;
font-size:15px;
}
}

@media (max-width: 500px){
.servicio{
width:100%;
margin:3px;
padding:10px;
font-size:15px;
}
}


@media (max-width: 400px){
.bloc img{
width:270px;
height:96px;
}
.banda_header img{
max-width:280px;
width:100%;
}
.traslucido{
bottom:25vh;
}
.traslucido img{
width:300px;
}
}

@media (max-width: 550px){
.item{
margin-left:0px !important;
margin-right:0px !important;
}
.tarjetas{
padding-left:0;
padding-right:0;
}
}