.leyenda h1{
font-size:30px;
font-weight: normal;
letter-spacing: 1px;
color:#FFEA69 !important;
}
.leyenda h2{
font-size:21px;
font-weight: normal !important;
margin-top:10px;
margin-bottom:0;
line-height: 1.2em;
color:white !important;
}
.careup{
width:100%;
background:#F9C248;
padding-top:2em;
padding-bottom:1.6em;
padding-left:10%;
padding-right:10%;
box-sizing: border-box;
margin-top:50px;
line-height: 1.5em;
text-align: center;
}
.careup h2{
margin-top:0;
margin-bottom:10px;
font-size: 36px;
font-weight: 500 !important;
line-height: 1em;
color:black;
}
.careup p{
font-weight: normal !important;
}

.pagos{
width:100%;
max-width:700px;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
box-sizing: border-box;
}
.leyenda{
display:block;
margin: auto;
width:fit-content;
height:fit-content;
padding:1.5em;
color:white;
border-radius: 12px;
background: rgba(0,0,0, 0.4);
}

.hero{
display:block;
position:relative;
text-align:center;
width:100%;
padding-top:10em;
padding-bottom:10em;
border-radius: 0;
background-image: url("../images/destapaciones-caba.webp");
background-position: center center; 
background-repeat: no-repeat;
background-size:cover;
background-attachment: fixed;
}
.hero h1{
width:100%;
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:#34b8f5 !important;
font-weight:400 !important;
line-height: 1.1em !important;
}
.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;
}
.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:15px;
border-radius: 6px;
}
.servicio img{
width:100%;
border-radius: 6px 6px 0 0;
margin-bottom:5px;
}
.intro{
width:100%;
padding:3em 4em 2em 4em;
box-sizing: border-box;
text-align: center;
}
.intro p{
margin-top:0px;
margin-bottom:8px;
}

.descripciones{
margin:0 auto;
width:fit-content;
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;
font-weight: normal !important;
line-height: 1em;
padding-bottom:0.4em;
}
.descripciones2{
margin:0 auto;
width:70%;
font-weight:normal;
text-align:left;
padding-top:5px;
padding-left:12px;
padding-right:12px;
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){
.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.3em !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;
}

.tarjetas{
display:flex;
justify-content: center;
flex-wrap: wrap;
}
.item{
width:45%;
text-align: left;
padding:0.5em;
box-sizing: border-box;
color:white;
font-weight: 100;
}
.item img{
width:100%;
max-width:350px;
border-radius: 10px;
border: 1px solid rgb(182, 216, 255);
}

.celulares2{
text-align: center;
width:100%;
font-size:20px;
background:#FFB606;
padding:0.5em;
box-sizing: border-box;
border-top:4px solid #ffc43b;
border-bottom:4px solid #eaa400;
}
.celulares2 a{
font-size:30px;
color:black;
}
.celulares2 a:hover{
color:white;
}


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

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

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

.testimonios{
background:rgb(221, 221, 221);
padding:2em;
margin-top: 10px;
padding-bottom:0.5em;
/* border-radius: 10px; */
}
.testimonios li{
color:rgb(80, 80, 80);
font-size:15px;
}
.marcolegal{
background:#D40537;
color:white;
padding: 2.7em 2em 1.6em 2em;
text-align: center;
line-height: 1.5em;
}
.items p{
line-height: 0.6em;
}
.auditorias2{
padding:2em 1em 2em 1em;
background: rgb(41, 70, 141);
background-image: url("../images/plomero-destapaciones.webp");
background-position: center center; 
background-repeat: no-repeat;
background-size:cover;
background-attachment: fixed; 
}

.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;
}
/* contenedor */
main{
width: 100%;
margin:0 auto;
background:white;
}
/* banda superior */
.banda_header{
color:white;
text-align:center;
font-size:18px;
letter-spacing: 4px;
padding:1.5em 1em 1em 1em;
box-sizing: border-box;
background:black;
}
.banda_header img{
width:180px;
height:180px;
}
.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;
}
/* SOBRE MI ----------------- */
.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:'Franklin Gothic Light', 'Arial Narrow', Arial, sans-serif;
font-size:18px;
box-sizing:border-box;
} 

a {
text-decoration: none;
color:red;
}
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: 550px) {
.intro{
padding:2em 2em 0 2em;
}
}
@media (max-width: 480px) {
.social{
right:-190px;
}
}
@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%;
}
.contenedor{
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%;
}
.item{
width:50%;
}
.auditorias{
padding-bottom:0px;
}
.detalles li {
line-height: 1.2em;
}

.footer{
padding:2em 1em 9em 1em;
}
}

@media (max-width: 991px) {
.texto{
width:100%;
}
.item{
width:47%;
padding-bottom:0.2em;
box-sizing: border-box;
}
.banda_header h1{
font-size:20px;
}
.items p{
line-height: 0.6em;
}
}
@media (max-width: 900px) {
.intro{
padding-left:2em;
padding-right:2em;
}
}
@media (max-width: 700px) {
.leyenda h1{
padding-left:0;
}
.texto, .intro, .hero{
text-align: left;
}
.item{
width:95%;
margin:0;
padding:0;
margin-bottom:6px;
}
.detalles{
margin-top:10px;
padding:0;
}
.detalles li {
line-height: 1em;
}
.esquema{
padding-top:10px;
padding-bottom:0px;
}
}
@media (max-width: 650px) {
.hero{
padding-top:5em;
padding-bottom:5em;
}
.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;
}
.descripciones,.descripciones2{
width:100% !important; 
}
.descripciones2 h1{
margin-left:18px;
margin-top:25px;
}
.descripciones2{
padding-right:20px;
}
.servicio{
width:100%;
margin:3px;
padding:10px;
font-size:15px;
}
.marcolegal{
padding:2em 2em;
}
}
@media (max-width: 900px) {
.intro{
padding-left:2em;
padding-right:2em;
}
}
@media (max-width: 440px) {
.descripciones,.descripciones2{
width: 100% !important;
margin: 0 !important;
margin-right:0 !important;
}
}

@media (max-width: 440px) {
.todo h1{
font-size:1.5em;
}
.descripciones h1 {
font-size:37px !important;
}
.descripciones2 h1 {
font-size:1.5em !important;
}
.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: 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){
.leyenda{
margin:0 auto;
bottom: 10%;
padding:1em;
font-size:30px;
border-radius: 0;
}
}
@media (max-width: 500px){
.leyenda{
font-size:22px;
line-height: 1.4em;
}
.servicio{
width:100%;
margin:3px;
padding:10px;
font-size:15px;
}
}
