.aires{
width:100%;
text-align: center;
}
.aires img{
width:1100px;
height:733px;
}
.pagos{
width:100%;
max-width:700px;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
box-sizing: border-box;
}
.solucion{
width:100%;
margin:0 auto;
padding-left:8em;
padding-right:8em;
box-sizing: border-box;
}
.solucion h1{
color:black;
font-size:30px;
font-weight:400;
line-height: 1.1em;
}
.leyenda{
position:absolute;
left: 0;
right: 0;
top: 40%;
margin: auto;
width:fit-content;
height:fit-content;
padding:1em;
border-radius: 12px;
background:rgba(13,103,200,0.8);
}
.leyenda h1{
color:white;
font-size:50px;
font-weight:bold;
}

.hero{
display:block;
position:relative;
text-align:center;
width:100%;
height:85vh;
border-radius: 0;
background-image: url("../images/plomero-caba.webp");
background-position: top center; 
background-repeat: no-repeat;
background-size:cover;
background-attachment: fixed;
}
.hero h1{
  width:100%;
  color:white;
    padding-left:0.5em;
  padding-right:0.5em;
  box-sizing: border-box;
  margin-bottom:5px;
  text-shadow: 1px 1px 5px black;
}
.hero p{
  width:100%;
  font-size: 20px;
  color:white;
  padding-left:1em;
  padding-right:1em;
  box-sizing: border-box;
  margin-top:10px;
}
.hero .sospechas{
  position:absolute;
  bottom:10%;
  right:0;
  left:0;
}

.descripciones h1{
font-size:50px !important;
color:rgb(251, 251, 148) !important;
font-weight:400 !important;
line-height: 1em !important;
margin-bottom:20px;
}
.descripciones strong{
color:white;
}
.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: 1em;
padding-bottom:15px;
box-sizing: border-box;
}
.texto{
margin: 0 auto;
width:65%;
text-align: center;
line-height: 1.4em;
}
.texto p{
margin-top:20px !important;
margin-bottom:20px !important;
font-size:18px;
line-height:1.6em;
}
.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:15px;
  border-radius: 6px;
}
.servicio img{
  width:100%;
  border-radius: 6px 6px 0 0;
  margin-bottom:5px;
}
.intro{
  width:100%;
  padding:2.3em 4em 2em 4em;
  box-sizing: border-box;
  text-align: center;
background:#7BEFCE;
border-top: 2px solid white;
border-bottom: 2px solid white;
}
.intro .texto p{
color:black;
margin-top:15px !important;
margin-bottom:0 !important;
}
.intro strong{
color:black;
}

.descripciones{
margin:0 auto;
width:70%;
font-weight:normal !important;
text-align:left;
padding-top:5px;
box-sizing: border-box;
}
.descripciones ul{
margin-left:-20px;
}
.descripciones li{
color:white;
font-size:19px !important;
line-height: 1.4em !important;
padding-bottom:0.2em;
font-weight: normal !important;
}
.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;
}
.hero .sospechas h1{
  color:#00A0E8;
}

@media only screen and (max-width: 700px){
.blink_me{
font-size:25px !important;  
}
#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:19px;
line-height: 1.5em !important;
letter-spacing: 0;
}
.descripciones2 ul li{
letter-spacing:3px;
font-size:20px !important;
line-height: 1em !important;
letter-spacing: 0 !important;
}
}

/* ------------------------ */

h3{
  margin-top:5px;
  margin-bottom:10px;
}
strong{
  color:#0063C7;
}

.celulares2{
text-align: center;
width:100%;
font-size:20px;
padding:0.5em;
box-sizing: border-box;
background: #7BEFCE;
}
.celulares2 a{
  font-size:30px;
  color:black;
}
.celulares2 a:hover{
  color:#0D67C2;
}


/* BLINK */
.blink_me {
  font-size:30px;
  font-weight: bold;
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

h5{
  margin:0;
  color:grey;
  font-weight:normal;
}
h1{
  margin-top:0;
}
.yellow{
  color:rgb(207, 254, 97);
}
.auditorias{
padding:1em 1em 2em 1em;
background:white;
}
.auditorias2{
padding:1em 1em 0 1em;
background: #0D67C2;
}
.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;
}
.footer{
padding:2em 1em;
text-align:center;
color:white;
line-height: 1.5em !important;
background:#0D67C2;
}
.logo_pie{
  width:180px;
  height:154px;
}
.piebanda{
  text-align:center;
}
.foto_whatsapp{
width: 100%;
max-width:360px;
}
.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;
}
.contenedor{
    width: 100%;
    margin:0 auto;
    background:white;
}

.banda_header{
text-align:center;
padding:1em 1.5em 1em 1.5em;
box-sizing: border-box;
background:#0D67C2;
}
.banda_header img{
width:324px;
height:116px;
}

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

li{
  padding-bottom:0.8em;
}

.panel {
  padding: 0;
  max-height: 0;
  margin-bottom:12px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

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:17px;
    box-sizing:border-box;
}   

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;
}


/* WHATSAPP FIJO */
.social{
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;}

@media (max-width: 480px) {
  .social img{
  width:250px;
height:111px;
}
}

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

@media (max-width: 1600px) {
.solucion{
padding-left:5em;
padding-right:5em;
font-size:40px;
}
}

@media (max-width: 1500px) {
.solucion{
padding-left:3em;
padding-right:3em;
font-size:40px;
}
}

@media (max-width: 1350px) {
.solucion{
padding-left:2em;
padding-right:2em;
font-size:40px;
}
}

@media (max-width: 1300px) {
.aires img{
width:800px;
height:533px;
}
.texto{
  width:80%;
}
.bloqueauditorias{
  width:95%;
}  
.contenedor{
    box-shadow: none;
    margin-top:0px;
}
}

@media (max-width:1100px){
.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;
}
}

@media (max-width: 900px) {
.aires img{
width:700px;
height:466px;
}
.intro{
padding-left:2em;
padding-right:2em;
}
.solucion{
padding-left:0;
padding-right:0;
font-size:30px;
}
}

@media (max-width: 700px) {
.descripciones, .descripciones2 {
padding-bottom:0;
}
.detalles{
  margin-top:10px;
  padding:0;
}
.detalles li {
    line-height: 1em;
}    
}

@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;
}
.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: 500px){
.texto p{
font-size:17px;
line-height:1.4em;
}
.hero{
height:60vh;
}
.descripciones,.descripciones2{
width:100% !important; 
}  
.servicio{
  width:100%;
  margin:3px;
  padding:10px;
  font-size:15px;
}
}

@media (max-width: 900px) {
.intro{
padding-left:2em;
padding-right:2em;
}
.solucion{
font-size:30px;
}
}

@media (max-width: 440px) {
.descripciones ul li {
font-size:18px !important;
line-height: 1.3em !important;
}
.solucion{
font-size:24px;
line-height:1.2em;
}
.descripciones,.descripciones2{
width: 100% !important;
margin: 0 !important;
 margin-right:0 !important;
}  
.banda_header{
font-size:15px;
}
}

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

@media (max-width: 390px){
.banda_header img {
width:270px;
height:97px;
}
}

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

@media (max-width: 900px){
.leyenda{
bottom: 10%;
padding:1em;
font-size:30px;
border-radius: 12px;
}
.descripciones2{
width:85%;
}
}

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

@media (max-width: 768px){
.aires img{
width:550px;
height:366px;
}
.leyenda{
margin:0 auto;
bottom: 10%;
padding:1em;
font-size:30px;
border-radius: 0;
}
}

@media (max-width: 580px){
.aires img{
width:450px;
height:300px;
}
}

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

@media (max-width: 480px){
.aires img{
width:370px;
height:246px;
}
}

@media (max-width: 400px){
.aires img{
width:306px;
height:204px;
}
.social{
right:-147px;
}
}