.sospechas h1{
font-size:48px;
font-weight:bold;
letter-spacing:1px;
color:white;
text-shadow: 1px 1px 5px black;
}
.sospechas h2 {
font-size: 24px;
font-weight: normal;
color:white;
margin-top:30px;
margin-bottom:30px;
text-shadow: 1px 1px 5px black;
}
.auditorias{
padding:2em 1em 0em 1em;
background: rgba(28,48,97,1);
}
.auditorias h1, li{
color:black;
margin-top:0;
}
.auditorias h3{
color:#FF7000
}
.bloqueauditorias{
width:90%;
margin:0 auto;
}
.detalles{
padding:1em 1em 0 1em;
box-sizing:border-box;
}
.subloque{
padding-top:30px;
padding-bottom:30px;
box-sizing: border-box;
background-image: url("../images/fondo-pared.webp");
background-position: top center; 
background-repeat: no-repeat;
background-size:cover;
background-attachment: fixed;
}
.pago{
width:100%;
text-align: center !important;
padding-left:15px;
padding-right:15px;
box-sizing: border-box;
}
.pago img{
width:100%;
}

.foto_fija{
display:block;
position:relative;
padding:400px 50px 0 20px;
box-sizing: border-box;
text-align:center;
width:100%;
height:40vh;
border-radius: 0;
background-image: url("../images/plomero-herramientas.webp");
background-position: top center; 
background-repeat: no-repeat;
background-size:cover;
background-attachment: fixed;
}

.servicios2 p{
line-height:1.7em;
margin-top:0;
}
.servicios2 h1{
letter-spacing:1px;
line-height:1em;
margin-bottom:10px;
}
.pqe{
width:100%;
text-align:center;
}
.pqe h1{
color:black !important;
letter-spacing:1px;
line-height:1em;
margin-bottom:15px;
margin-top:0;
font-size:50px;
}
.marcas{
display:flex;
justify-content: center;
flex-wrap: wrap;
width:88%;
margin: 0 auto;
margin-bottom:30px;
}
.logo{
width:27%;
border: solid 1px rgb(228, 228, 228);
padding-top:20px;
padding-bottom: 20px;
box-sizing: border-box;
}
.logo img{
display:block;
width:100%;
max-width:260px;
margin:0 auto;
filter:grayscale(1);
}
.logo img:hover{
filter:grayscale(0);
transform:scale(1.05);
}


.introduccion{
display:block;
width:100%;
font-size: 22px;
color:orange;
padding:5px 20px 30px 20px;
box-sizing: border-box;
text-align: center;
}

/* TARJETAS */
.servicios{
display:flex;
justify-content: center;
flex-wrap: wrap;
width:80%;
margin: 0 auto;
}
.servicios1{
width:35%;
line-height: 0 !important;
background-image: url("../images/tecnico.webp");
background-position: center center; 
background-repeat: no-repeat;
background-size:cover;
border-radius: 30px 0 0 30px;
}
.servicios1 img{
width:100%;
border-radius: 30px 0 0 30px;
}
.servicios2{
width:40%;
padding-left:30px;
padding-right: 30px;
box-sizing: border-box;
background:rgb(240, 240, 240);
border-radius: 0 30px 30px 0;
}
.servicios2 li{
font-size:16px;
color:rgb(85, 85, 85);
}


.tarjeta{
display:flex;
position:relative;
justify-content: center;
flex-wrap: wrap;
width:70%;
text-align: center;
margin: 0 auto;
margin-bottom:20px;
}
.ficha{
font-family: Verdana, Geneva, Tahoma, sans-serif;
position:relative;
width:26%;
padding:1.5em 1.7em;
box-sizing: border-box;
margin:6px;
margin-top:6px;
border-radius: 7px;
font-size:17px;
font-weight:normal;
color:black !important;
line-height: 1.2em;
border: solid 1px white;

background: rgba(186,186,186,1);
background: -moz-linear-gradient(top, rgba(186,186,186,1) 0%, rgba(245,245,245,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(186,186,186,1)), color-stop(100%, rgba(245,245,245,1)));
background: -webkit-linear-gradient(top, rgba(186,186,186,1) 0%, rgba(245,245,245,1) 100%);
background: -o-linear-gradient(top, rgba(186,186,186,1) 0%, rgba(245,245,245,1) 100%);
background: -ms-linear-gradient(top, rgba(186,186,186,1) 0%, rgba(245,245,245,1) 100%);
background: linear-gradient(to bottom, rgba(186,186,186,1) 0%, rgba(245,245,245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#f5f5f5', GradientType=0 );
}
.ficha h1{
color:black;
font-size:24px;
line-height:1.2em;
margin-bottom:15px;
margin-top:10px;
/*text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);*/
}
.ficha img{
width:100%;
}

.signo{
position:absolute;
top:-50px;
right:0;
left:0;
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
.pqe h1{
font-size:45px;
}
.marcas{
width:100%;
}
.modal-content {
width: 100%;
}
}

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

h3{
margin-top:5px;
margin-bottom:10px;
color:black;
}

.tarjetas{
display:flex;
justify-content: center;
flex-wrap: wrap;
}
.item{
width:33%;
text-align: center;
padding:0.5em;
box-sizing: border-box;
}
.item img{
width:100%;
max-width:350px;
border-radius: 10px;
border: 1px solid rgb(182, 216, 255);
}
.item img:hover{
transform:scale(1.02);
border:solid 2px white;
}




.celulares2{
text-align: center;
width:100%;
font-size:29px;
color:rgb(255,230,0);
padding:0.5em;
box-sizing: border-box;
border-top:1px solid white;
border-bottom:2px solid white;
margin-bottom:20px;
background-color: #5ACC00;
}
.celulares2 a{
font-size:30px;
color:white;
}
.celulares2 a:hover{
color:rgb(255,230,0);
}

/* 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{
font-weight: 400;
color:orange;
}
.yellow{
color:yellow;
}
.footer{
line-height: 1.4em;
padding:2em 1em;
background:#5ACC00;
text-align:center;
color:white;
font-size:18px;
box-shadow: 0px 0px 28px -2px white;
}
.logo_pie{
width:180px;
height:154px;
}
.piebanda{
text-align:center;
}
.foto_whatsapp{
width: 100%;
max-width:360px;
}
.myButton2 {
	box-shadow:inset 0px 0px 2px 2px #888888;
	background:linear-gradient(to bottom, #30BF39 5%, #4CDB55 100%);
	background-color:#30BF39;
	border-radius:9px;
	display:inline-block;
	cursor:pointer;
padding:0 3px;
}
.myButton2:hover {
	background:linear-gradient(to bottom, #f06b13 5%, #f0a54a 100%);
	background-color:#f06b13;
}
.myButton2:active {
	position:relative;
	top:1px;
}


#inscripcion{
font-size:31px;
padding-top:15px;
font-weight:100;
}
#sub_fecha{
font-size:25px;
font-weight:400;
}
.faltan{
margin-top:25px;
font-size:30px;
background:#ea728c;
color:white;
text-align: center;
padding:0.6em;
border-radius: 15px 15px 0 0;
}
.contenedor{
max-width:100%;
width: 100%;
margin:0 auto;
background:white;
}

/* banda superior */
.banda_header{
color:black;
text-align:center;
font-size:18px;
padding:1.5em 1em 0em 1em;
box-sizing: border-box;
background:white;
}

.banda_header img{
width:100%;
max-width: 435px;
}

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

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

li{
padding-bottom:0.8em;
}
.hero{
display:flex;
align-items:center;
justify-content: center;
width:100%;
height:70vh;
padding-left:20px;
padding-right: 20px;
box-sizing: border-box;
border-radius: 0;
background-image: url("../images/plomero-hero.webp");
background-position: center 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{
display:block;
text-align:center;
}
body{
padding:0;
border:0;
margin:0;
color:rgb(85, 85, 85);
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;
}
.nowrap{
white-space:nowrap;
}
/* WHATSAPP FIJO */
.social{
position:fixed;
border-left:0px;
bottom:-55px;
right:-15px;
z-index:2000
}
.social img{
width:100%;
max-width:300px;
}
.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;
/* box-shadow: 2px 2px 2px rgba(0,0,0,0.5); */
}

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

@media (max-width: 480px) {
.logo{
width:100%;
}
.marcas{
margin-bottom:0;
}
.social img{
max-width:250px;
}
.social{
right:-148px;
}
}
@media (max-width: 1730px) {
.tarjeta{
width:100%;
}
}
@media (max-width: 1660px) {
.hero .sospechas h7{
font-size:40px;
}
}
@media (max-width: 1570px) {
.servicios1{
width:40%;
}
.servicios2{
width:45%;
}
}
@media (max-width: 1330px) {
.hero .sospechas h7{
font-size:35px;
}
.hero h1 {
font-size:28px;
}
.tarjeta{
width:100%;
}
.ficha{
width:23%;
padding:1em;
border-radius: 10px;
padding-top:50px;
padding-bottom:40px;
line-height: 1.4em;
}
}
@media (max-width: 1300px) {
.bloqueauditorias{
width:95%;
}
.contenedor{
box-shadow: none;
margin-top:0px;
}
}
@media (max-width: 1220px) {
.servicios{
width:95%;
}
}
@media (max-width:1100px){
.bloqueauditorias{
width:100%;
}
.auditorias{
padding-bottom:0px;
}
.footer{
padding:2em 1em 9em 1em;
}
}
@media (max-width: 991px) {
.ficha{
position:relative;
width:30%;
line-height: 1.4em;
}
.banda_header h1{
font-size:20px;
}
}

@media (max-width: 960px) {
.servicios1{
width:50%;
}
.servicios2{
width:50%;
}
}

@media (max-width: 850px) {
.tarjeta{
width:98%;
}
.ficha{
position:relative;
width:48%;
padding:1em;
line-height: 1.4em;
}
}

@media (max-width: 750px) {
.servicios{
width:100%;
margin:0 !important;
}
.servicios1{
width:100%;
height:250px;
border-radius:0;
}
.servicios1 img{
border-radius:0;
}
.servicios2{
width:100%;
border-radius:0;
} 
.servicios .servicios2 p strong{
color:black !important;
}
}


@media (max-width: 650px) {
.subloque{
padding-bottom:6px;
}
.bloqueauditorias{
width:100%;
padding:0;
}
.ficha .signo img{
width:80px;
}
.signo{
top:-43px;
}
.ficha{
width:100%;
padding:1em;
margin:0px;
margin-top:6px;
border-radius: 0px;
padding-top:20px;
padding-bottom:20px;
line-height: 1.3em;
}

.item{
width:50%;
margin:0;
padding-bottom:0px;
padding-left:6px;
padding-right:6px;
}
.contenido{
padding:0.5em 1em;
}
ul{
margin-left:-22px;
}
h2{
font-size: 20px;
margin-bottom: 6px;
}
}

@media (max-width: 600px) {
.banda2 img{
max-width:300px;
}
}

@media (max-width: 560px){
.pqe h1{
font-size:35px;
}
}

@media (max-width: 500px){
.item{
width:100%;
margin:0;
padding:0;
margin-bottom:6px;
}
}

@media (max-width: 490px) {
.hero{
height: 60vh;
}
.celulares2 a{
font-size:26px !important;
}
}

@media (max-width: 440px) {
.introduccion{
padding-bottom:10px;
font-size:20px;
}
.ficha .signo img{
width:70px;
}
.signo{
top:-39px;
}
.ficha{
margin-top:2px;
}

.banda_header{
font-size:16px;
}
.banda_header img{
width:255px;
}
}

@media (max-width: 440px) {
.hero h1 {
font-size:25px;
}
.hero p {
font-size:18px;
}
h5{
font-size:12px;
}
}

@media (max-width: 400px) {
.hero .sospechas h7 {
font-size: 32px
}
.blink_me{
font-size: 27px;
}
.banda2 img{
max-width:250px;
}
.introduccion img{
max-width:270px !important;
}
.banda a{
font-size:30px;
}
.banda h2{
font-size:17px;
}
}

@media (max-width: 370px) {
.pqe h1{
font-size:30px;
}
}