.footer a{
color:darkgrey;
}
.servicecortinas{
display:flex;
justify-content: center;
height:50vh;
background:black;
background-image: url("../images/accesorios-cortinas-metalicas.webp");
background-position: center center; 
background-repeat: no-repeat;
background-size:cover;
}
.titulo{
color:#FCD41A;
font-size:45px;
margin-bottom:15px;
line-height: 1em;
}
.intro{
display:flex;
justify-content: center;
flex-wrap: wrap;
padding: 10px 15px 20px;
box-sizing: border-box;
margin-top:0px;
margin-bottom:5px;
}
.itemx {
color:white;
line-height: 1.2em;
margin-top:2px;
margin-bottom:2px;
margin-left: 3px;
margin-right:3px;
padding: 1em 1em;
box-sizing: border-box;
border-radius: 9px;
border:2px solid #FCD41A;
background-color: #FE771B;
}

.intro h1{
font-size: 1.7em;
}
.intro h2{
color:#FCEB06 !important;
}
.intro p{
color:white;
line-height: 1.3em;
}
.g-recaptcha{
display:block;
width:fit-content;
margin:0 auto;
margin-bottom:20px;
}
.introfotos{
display:flex;
justify-content: center;
line-height: 0;
padding: 10% 3% 10% 3% !important;
box-sizing: border-box;
background-color: white;
background-image: url("../images/cortinas-metalicas-bym.webp");
background-position: center center; 
background-repeat: no-repeat;
background-size:cover;
background-attachment: fixed;
}
.introfotos h1{
color:orange;
font-weight: bold;
font-size:50px;
line-height: 1.1em;
margin-bottom:10px;
text-shadow: 2px 2px 2px black;
}
.textual h2{
color:white;
font-weight: bold;
font-size:25px;
line-height: 1.2em;
text-shadow: 1px 1px 11px black;
}
.consulte{
width:100%;
margin-top:30px;
padding:1em;
box-sizing: border-box;
background:black;
}
.corrije img{
width:100% !important;
}
/* WHATSAPP FIJO 1*/
.social{
position:fixed;
border-left:0px;
bottom:-60px;
right:-175px;
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-bottom:10px;
margin-left: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;}

.tarjeta h2{
font-size:19px;
line-height: 1.2em;
margin-top:10px;
margin-bottom:5px;
padding-left:13px;
padding-right: 13px;
box-sizing: border-box;
color:white;
}
.servicios{
display:flex;
flex-wrap: wrap;
width:100%;
justify-content: center;
}
.speech{
font-size:35px;
font-weight:bold;
width:100%;
color:white;
text-align:center;
background:#FE771B;
padding:20px;
box-sizing: border-box;
border-top:1px solid white;
border-bottom:1px solid white;
}
.celulares{
display:block;
width:100%;
text-align: center;
padding:1em;
box-sizing: border-box;
background-color: black;
}
.celulares h1{
margin:0;
font-size:19px;
font-weight: normal;
letter-spacing: 2px;
color:white;
}
.celulares2{
display:block;
width:100%;
text-align: center;
padding:15px 20px !important;
box-sizing: border-box;
background:#FE771B;
border-top:1px solid white;
border-bottom:1px solid white;
}
.celulares2 h1{
margin:0;
font-size:19px;
font-weight: normal;
letter-spacing: 2px;
color:white;
}
.banda-head{
padding:1em !important;
box-sizing: border-box;
background: #01062E;
background: -webkit-linear-gradient(29deg,rgba(1, 6, 46, 1) 0%, rgba(3, 53, 145, 1) 100%);
background: -moz-linear-gradient(29deg,rgba(1, 6, 46, 1) 0%, rgba(3, 53, 145, 1) 100%);
background: linear-gradient(29deg,rgba(1, 6, 46, 1) 0%, rgba(3, 53, 145, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr="#01062E",
endColorstr="#033591",
GradientType=0
);
}
/* FOTOGALERIA */
.fotogaleria{
display:flex;
justify-content: center;
flex-wrap: wrap;
padding-top:10px;
padding-bottom:20px;
box-sizing: border-box;
}
.fotobloque{
margin:2px;
line-height: 0;
}
.fotobloque img{
width:100%;
max-width: 900px;
}
.ventana{
display:none;
position: fixed;
width:100%;
height:100vh;
text-align: center;
background:black;
z-index: 100;
}
/* FOTOGALERIA FIJO */
.clicgaleria{
position:fixed;
border-left:0px;
bottom:-30px;
left:-30px;
z-index:2000
}
.clicgaleria img{
width:100%;
max-width:113px;
}
.clicgaleria ul{list-style:none}
.clicgaleria 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); */
}

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

body{
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size:19px;
padding:0;
border:0;
margin:0;
background: #01062E;
background: -webkit-linear-gradient(29deg,rgba(1, 6, 46, 1) 0%, rgba(3, 53, 145, 1) 100%);
background: -moz-linear-gradient(29deg,rgba(1, 6, 46, 1) 0%, rgba(3, 53, 145, 1) 100%);
background: linear-gradient(29deg,rgba(1, 6, 46, 1) 0%, rgba(3, 53, 145, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr="#01062E",
endColorstr="#033591",
GradientType=0
);
}

a {
text-decoration: none;
}

.blink_me {
animation: blinker 700ms linear infinite;
}

@keyframes blinker {
50% {
opacity: 0;
}
}

.boton_inscripcion:hover{
background:#FE771B;
}

.fucsia{
color: #06C6BC;
}
.fucsiab{
font-weight:bold;
line-height: 1.1em;
color: #FE771B;
}

h2 {
font-size: 50px;
margin-bottom: 15px;
margin-top:30px;
line-height: 0.8em;
color:#FE771B;
}
.nowrap{
white-space:nowrap;
}
li{
font-size:19px;
}
.emergency{
color:white;
}
.emergency:hover{
color:yellow;
}

/* REPARACIONES */
.reparaciones{
display:flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom:20px;
margin-top:15px;
}
.reparaciones div{
width:fit-content;
margin-bottom:4px;
margin-right:1px;
padding:7px 14px 5px 14px;
box-sizing: border-box;
font-size:17px;
font-weight: bold;
color:white;
background:#FE771B;
}
.reparaciones div:hover{
background:black;
color:white;
}

/* SERVICIOS */
.tarjeta{
width:350px;
text-align: center;
padding:25px 5px 20px 5px;
box-sizing: border-box;
}
.tarjeta p{
margin:0;
margin-top:0;
margin-right:5px;
margin-left:5px;
padding-top:5px;
padding-left:10px;
padding-right:10px;
line-height: 1.4em;
color:white;
}
.corrije{
width:22% !important;
text-align: center;
}
.tarjeta2{
width:22%;
text-align: center;
padding:3px 3px 3px 3px;
margin:2px;
}
.tarjeta2 img{
display:block;
max-width:450px;
width:100%;
}

/* CONSULTAS */
.consultas{
display:inline-block;
width:100%;
text-align:center;
padding-top:10px;
padding-bottom:15px;
}
.column1 {
width:43%;
padding:30px 10px 30px 5px;
box-sizing: border-box;
text-align:left;
}
.column2 {
width:57%;
padding:30px 5px 30px 10px;
box-sizing: border-box;
text-align:right;
}
.speech_consultas{
padding: 0 15% 0 15%;
text-align:center;
}
input, textarea, select{
font-size:18px;
font-family: Arial, Helvetica, Sans-serif;
width:50%;
padding:10px;
border-radius: 0px;
margin:3px;
color:white;
border: solid 1px black;
background:rgb(179, 179, 179);
}
.grecaptcha-badge {
visibility: hidden;
}
.consulta_enviada{
font-size:18px;
margin:0 auto;
color:white;
background: rgb(5,199,30);
line-height:1.3em;
width: 100%;
max-width:825px;
padding: 2em 1em 2em 1em;	
text-align: center;
box-sizing: border-box;
margin-bottom:1em;
margin-top:1em;
}
.boton_inscripcion{
text-decoration: none;
color:white;
font-weight: bold;
letter-spacing: 2px;
background:#039491;
padding:1em;
border-radius:6px;
margin-bottom:20px;
cursor: pointer;
}
.contenedor{
font-size:19px;
width: 100%;
box-sizing:border-box;
}
.banda_header{
color:white;
text-align:center;
font-size:18px;
padding:1em !important;
background:#FE771B;
}
#logotipo{
 display:block;
width:273px;
height:230px;
margin:0 auto;
border:0;
}
.principal{
width:100%;
margin: 0 auto;
box-sizing:border-box;
line-height:1.4em;
text-align:center;
}
.principal img{
width:340px;
height:253px;
border:1px solid white;
}
.contenido{
padding:2em 2.5em 0 2.5em;
box-sizing:border-box;
}
li{
padding-bottom:0.3em;
}
.footer{
padding:2em 1em;
text-align:center;
font-size:normal;
color:white !important;
font-weight: normal !important;
background: #01062E;
background: -webkit-linear-gradient(29deg,rgba(1, 6, 46, 1) 0%, rgba(3, 53, 145, 1) 100%);
background: -moz-linear-gradient(29deg,rgba(1, 6, 46, 1) 0%, rgba(3, 53, 145, 1) 100%);
background: linear-gradient(29deg,rgba(1, 6, 46, 1) 0%, rgba(3, 53, 145, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
startColorstr="#01062E",
endColorstr="#033591",
GradientType=0
);
}
.logo_pie{
width:180px;
height:154px;
}
.piebanda{
text-align:center;
}
@media (max-width: 1040px) {
.tarjeta{
width:100%;
padding:0px;
padding-bottom:20px;
}
.tarjeta p{
margin:0;
line-height: 1.1em;
}
}

@media (max-width: 991px) {
.consulta_enviada{
margin-top:3px;
}
.footer{
height:300px;
}
}

@media (max-width: 900px) {
.corrije{
width:100% !important;
padding-left:10px !important;
padding-right:10px !important;
}
input, textarea, select{
width:70%;
}
}


@media (max-width: 800px) {
.introfotos{
padding:0;
}
.introfotos img{
margin-bottom:2px;
}
.celulares h1 {
letter-spacing: 1px;
}
}

@media (max-width: 780px) {
.intro{
width:100%;
}
}

@media (max-width: 650px) {
.contenido{
padding:1em;
}
ul{
margin-left:-10px;
}
h2{
font-size: 40px;
margin-bottom: 6px;
line-height: 1em;
}
.speech{
line-height: 1.2em;
}
}

@media (max-width: 580px) {
.itemx {
width:100%;
}
}

@media (max-width: 500px) {
.principal img{
width:280px;
height:209px;
}
.speech a{
display:block;
margin-top:7px;
margin-bottom:7px;
}
}

@media (max-width: 490px) {
.speech{
padding:15px;
}
.tarjeta2{
width:100%;
}
input, textarea, select{
width:90%;
}
}
@media (max-width: 450px) {
#logotipo{
width:225px;
height:190px;
}
}
