.fotogaleria{
padding:1em;
color:white;
box-sizing: border-box;
text-align: center;
background: #1557A6;
}

.grid-item {
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #03afff;
  border-radius: 6px;
  transition: transform 0.3s ease-in-out;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*
.grid-item:hover {
  filter: opacity(0.9);
  transform: scale(1.1);
border: 1px solid white;
}
*/

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: minmax(200px, auto);
  gap: 9px;
  padding: 5px;
  grid-auto-flow: dense;
}

@media (min-width: 600px) {
  .wide {
    grid-column: span 2;
  }

  .tall {
    grid-row: span 2;
  }
}


.modif{
width:80% !important;
}
.esquema2 li{
color:black;
}

.productos{
color:#CE1728;
font-size:18px;
padding:1em;
border-radius: 15px;
margin-top:20px;
box-sizing: border-box;
background:#1557A6;
}
.productos a{
color:white !important;
font-weight: normal !important;
line-height: 1.3em;
padding-right:4px;
box-sizing: border-box;
}
.productos a:hover{
color:#ffda6a !important;
}
.marquitas{
color:#1557A6;
font-size:20px;
padding-top:20px;
box-sizing: border-box;
}
.bloque1c{
width:40%;
height:600px;
background-image: url("../img/maquinaria.jpg");
background-position: center center; 
background-repeat: no-repeat;
background-size:cover;
border-radius: 15px 0 0 15px;
}

.bloque2c{
width:40%;
padding:2em 3em 1em 3em;
box-sizing: border-box;
text-align: center;
background:white;
border-radius: 0 15px 15px 0;
}

.bloque2c img{
width:100%;
max-width:100%;
}

.bloque2c li,.bloque2b li{
margin-bottom:0.5em;    
}


.banda-fija {
height:40vh;
background-image: url("../img/camiones-corralon-materiales.jpg");
background-position: center center; 
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed; 
opacity:0.9;
}

.esquema2 .sublistado li{
margin-bottom:1px;
}
.esquema2 .sublistado{
margin-left:-22px;
}

.banda{
width:100%;
padding:1em 1em 0.7em 1em;
box-sizing: border-box;
text-align: center;
font-size:20px;
color:white;
background:black;
}

.encabezado{
color:white;
font-size:25px;
}
.cabecera_url{
    display:block;
    position:fixed;
    font-size:17px;
    position:relative;
    height:50px;
    color:white;
    background:black;
    text-align:center;
    padding-top:14px;
}
#aLink{
color:white;
}
#aLink:hover{
color:yellow;
}

.fondo_url{
content:'';
position: absolute;
overflow-y:visible;
top: 50px;
bottom: -13000px;
background-color: rgba(0,0,0,0.6);    
}

/* ANTISPAM */
.antispam { display:none;}


/* MENSAJES DE ENVIO DE EMAIL */
.mensaje_ok{
    width:60%;
    font-size:19px;
    color:white;
    background:orange;
    padding:1em;
    border-radius: 10px;
    margin:0 auto;
    margin-top: 20px;
}
.mensaje_error{
    width:60%;
    font-size:19px;
    color:white;
    background:red;
    padding:1em;
    border-radius: 10px;
    margin:0 auto;
}
/* MENUES ACORDEON */

.accordion {
  font-size:17px;
  font-weight:bold;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  border-radius:10px;
 color:white;
  background-color: #CE1728;
}
.acordeon_terminos{
width:47%;
padding:10px 20px;
background:#AAAAAA;
font-size:14px;
}

.active, .accordion:hover {
  color:white;
  background-color: #f84557;
}
.accordion:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.bloque_acordeon {
    padding: 0;
  max-height: 0;
  margin-bottom:12px;
  color:#888888; 
  font-size:17px;
  line-height:1.3em;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


/* CSS GENERICOS */

strong{
    /*color:rgb(93, 93, 93);*/
}
html,body{
    margin:0;
    border:0;
    padding:0;
    font-family:sans-serif;
    font-size:17px;
    color:rgb(82, 82, 82);
}
h1{
    color:black;
    font-size:35px;
    font-weight: 400;
    text-align:center;
    margin:0;
}
h2{
    color:black;
    font-size:30px;
    margin:0;
}
.bloque_descripcion a{
    width:fit-content;
    color:white;
    font-size:18px;
    font-weight: 400;
    background:#00BB38;
    padding:0.6em 0.8em;
    border-radius: 10px;
}
.bloque_descripcion a:hover{
    background:#01B5F0;
}

.bloque_descripcion .mercado {
    background:#01B5F0;
    padding:0.6em 0.8em;
    margin-left:7px;
    border-radius: 10px;
    padding-left:70px;
    padding-right:70px;
background-image: url("../img/abonar-mercado-pago.gif");
background-position: center center; 
background-repeat: no-repeat;
}
.bloque_descripcion .mercado:hover {
background:#01B5F0;
background-image: url("../img/abonar-mercado-pagar.gif");
background-position: center center; 
background-repeat: no-repeat;
}    
.raya{
    border-bottom:solid 1px grey;
    width:70%;
    height:30px;
    margin:0 auto;
}
.nowrap{
    white-space: nowrap;
}

/* SECCION PLANES */

.panel{
display:flex;
flex-wrap: wrap;
justify-content: center;
padding-left:12%;
padding-right:12%;
}
.tarjeta{
width:31%;
padding:1.4em 2em 1.4em 2em;
box-sizing: border-box;
line-height: 1.5em;
border: 1px solid rgb(209, 209, 209);
border-radius: 35px;
margin-bottom:1em;
margin-left:0.5em;
margin-right:0.5em;
}
.tarjeta:hover{
   border-color:orange;
}
.subtarjeta{
width:100%;
text-align:center;
padding:0 1em 0.6em 1em;
box-sizing:border-box;
}


/* SECCION: FORMULARIO */
.explicacion{
    width:60%;
    margin:0 auto;
    padding:1em;
    box-sizing: border-box;
    color:grey;
    line-height: 1.4em;
}
input, textarea, select{
font-size:14px;
font-family: Arial, Helvetica, Sans-serif;
width:45%;
padding:10px;
border-radius: 5px;
border: 1px solid rgb(236, 105, 105);
margin:3px;
}
select{
    width:46.7%;
}

/*
.grecaptcha-badge {
opacity:0.3;
margin-bottom:100px;
}
*/


@media (max-width: 991px) {
.consulta_enviada{
margin-top:3px;
}
.mensaje_ok, .mensaje_error{
    width:85%;
}
}
@media (max-width: 1200px) {
.explicacion{
width: 90%;
}
}
@media (max-width: 991px) {
.explicacion{
width: 100%;
}
input, textarea, select{
width:85%;
}
select{
width:88%;
}
}
@media (max-width: 850px) {
.bloque_terminos{
    width:95%;
}
.encabezado{
font-size:22px;
}
}
@media (max-width: 600px) {
input, textarea, select{
width:90%;
}
select{
width:97%;
}
.encabezado{
font-size:19px;
}
}

/* WHATSAPP FIJO */
.social{
position:fixed;
border-left:0px;
bottom:-25px;
right:0px;
z-index:2000
}
.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;}

/* SOCIAL VERTICAL */
.social2{
position:fixed;
right:0;
bottom:95px;
margin-right:5px;
z-index:2000
}
.social2 ul{
    list-style:none
    }
.social2 ul li{
margin-bottom:6px !important;
}
.social2 ul li a{
display:inline-block;
padding: 4px 4px 0 4px;
text-decoration:none;
-webkit-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease; 
border-radius: 4px;
opacity:0.9;
/*box-shadow: 2px 2px 2px rgba(0,0,0,0.5);*/
}
.social2 ul li .icon-facebook{background:#CE1728}
.social2 ul li .icon-twitter{background:#00abf0}
.social2 ul li .icon-instagram{background:#f66ab5}
.social2 ul li .icon-ubicacion{background:#CE1728}
.social2 ul li .icon-phone{background:#CE1728}

.social2 ul li .icon-messenger{background:rgb(0,150,255);}
.social2 ul li .icon-youtube{background:red;}
.social2 ul li .icon-whatsapp{background: rgb(5,199,30);}
.social2 ul li .icon-mail2{background:#f39}
.social2 ul li a:hover{opacity:1;}


.s7-btn {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.2em;
    text-align: center;
    background: orange;
    border-radius: 3px 3px 3px 3px;
    border-color: #303030;
    padding: 10px 20px;
    text-decoration: none;
    margin:0 auto;
} 

.s7-btn:focus, .s7-btn:hover {
    color: #fff;
    background-color: #101010;
    border-color: #101010;
    text-decoration: none;
    transition-duration: 0.8s;
}

/* CABECERA */
.cabecera{
    color:white;
    padding:1em;
    background:#1557A6;
    text-align:center;
    line-height:1.3em;
}
.speech{
    font-size:15px;
    color: lightgrey;
    padding:0.3em;
}
li{
    margin-bottom: 0.6em;
}

/* INTRO */
.intro{
    text-align:center;
    /* padding:1em 1em 0 1em; */
    background: #FFD112;
background:#1557A6;
}
.intro_error{
    text-align:center;
    padding:1em 1em 0 1em;
    background: #C57901;
}
.img_vociferar{
    display:block;
    width:100%;
    max-width:1650px;
    margin: 0 auto;
border-radius: 35px 35px 0 0;
}
.img_google{
    display:block;
    width:100%;
    max-width:600px;
    margin: 0 auto;
}

/* VENTANA 1 */
.ventana1{
    width:100%;
    padding-top:50px;
    padding-bottom:20px;
    padding-left:1em;
    padding-right:1em;
    box-sizing: border-box;
    background: rgb(241, 241, 241);
}
.subtitulo{
    display:block;
    font-size:20px;
    color: rgb(136, 135, 135);
    text-align: center;
    letter-spacing: 3px;
    padding:0.3em;
}
.bloques{
        display:flex;
        justify-content: center;
        width: 100%;
        padding-top:50px;
        padding-bottom:50px;
}
.bloque1{
width:40%;
background-image: url("../img/camion-materiales-construccion.jpg");
background-position: center center; 
background-repeat: no-repeat;
background-size: cover;
border-radius: 15px;
}
.bloque1 img{
    /*width:100%;
    max-width:500px;*/
}
.bloque2{
font-size: 19px;
width:40%;
padding:1em 1em 1em 2em;
box-sizing: border-box;
}

.bloque2 li,.bloque2b li{
margin-bottom:0.5em;    
}

.boton_verde{
    font-size:15px;
    padding:1em;
    color:white;
    background:rgb(68, 165, 73);
    border-radius: 10px;
}
a:link, a:visited, a:active {
    font-weight: bold;
    color:orange;
    text-decoration:none;
}
a:hover {
    color:black;
}

/* VENTANA 2 */
.ventana2{
    width:100%;
    padding-top:50px;
    padding-bottom:10px;
    padding-left:1em;
    padding-right:1em;
    box-sizing: border-box;
    background: rgb(241, 241, 241);
background:#1557A6;
    /*background:white;*/
}
.bloquesb{
        display:block;
        margin: 0 auto;
        width: 90%;
        padding-top:30px;
}
.bloque_flex{
        display:flex;
        align-items: stretch;
        margin: 0 auto;
        width: 80%;
        padding-top:14px;
}
.indicador{
    width:10%;
    padding-top:1em;
    text-align: center;
    border-radius: 15px;
    margin-right:15px;
    font-weight: bold;
    font-size: 40px;
    color:white;
    background:orange;
}
.bloque_descripcion{
    width:90%;
    padding:1em 1em 1.5em 1em;
    border-radius: 15px;
    background:rgb(235, 235, 235);
}
.bloque_descripcion p{
    margin-top:7px;
    margin-bottom:17px;
    line-height:1.4em;
}

.bloque1b{
    width:100%;
    text-align: center;
}
.bloque1b img{
    width:100%;
    max-width:681px;
}
.bloque2b{
    margin:0 auto;
    width:95%;
}
.esquema{
    width:100%;
    text-align: center;
    margin-top:15px;
}
.esquema img{
    width:210px;
    padding:0.3em 0.3em;
}
.esquema a{
    filter:opacity(0.8)
}
.esquema a:hover{
    filter:opacity(1)
}
.esquema2{
    width:80%;
    text-align: left;
    margin: 0 auto;
    padding:1em;
}

@media (max-width: 450px) {
.bloque1c{
height: 350px;
}
.bloque2c{
padding-left:1.3em;
padding-right:1.3em;
padding-bottom:1.3em !important;
}
.banda-fija {
    height: 45vh;
}
}

@media (max-width: 700px) {
.bloque2{
padding-left:0.5em;
padding-right:2em;
}
}

@media (max-width: 800px) {
ul{
    margin-left:-25px;
}    
h2{
    font-size:25px;
    margin-top:6px;
}
h1{
    font-size:25px;
}
.esquema img{
    padding:0.2em;
}

.ventana1{
    padding-bottom:20px;
}
.bloque2b{
    width:100%;
}

.bloque_flex{
    display:block;
    width:100%;
}
.indicador{
    width:100%;
    margin:0;
    border-radius: 15px 15px 0 0;
    padding:0.1em 0.5em 0 0.5em;
    box-sizing: border-box;

}
.bloque_descripcion{
    width:100%;
    box-sizing: border-box;
    border-radius:0 0 15px 15px;
}

}

@media (max-width: 900px) {
.bloques{
    display:block;
}
.bloque1, .bloque2, .bloque1c, .bloque2c{
    width:100%;
padding-bottom:0;
}
.bloque1{
    text-align:center;
    margin-bottom:20px;
}
.bloque1{
height:150px;
}
.bloque1c{
border-radius: 15px 15px 0 0;
}
.bloque2c{
border-radius: 0px 0px 15px 15px;
padding-bottom:2em;
}
.ventana1{
padding-bottom:0;
}
}

@media (max-width: 1849px) {
.panel{
padding-left:5%;
padding-right:5%;
}
}

@media (max-width: 1650px) {
.img_vociferar {
border-radius: 0;
}
}

@media (max-width: 1500px) {
.panel{
padding-left:0;
padding-right:0;
}
}
@media (max-width: 1230px) {
    .bloque2b, .bloquesb{
     width:100%;
}
.tarjeta{
    border-radius:25px;
    padding:1.2em 1.4em 1.2em 1.4em;
}
.subtarjeta img{
    max-width:100px;
}
.esquema2{
    width:90%;
}
}

@media (max-width: 1085px) {
.tarjeta{
    width:47%;
    line-height: 1.4em;
}
.subtarjeta img{
    max-width:90px;
}
}

@media (max-width: 970px) {
.extrabottom{
padding-bottom:10px;
}
.extrafinal{
padding-bottom:140px !important;
}
}

@media (max-width: 685px) {
.tarjeta{
    width:98%;
    margin-bottom:0.5em;
    padding-top:12px;
    padding-left:18px;
    padding-right:18px;
    line-height: 1.3em;
}
.subtarjeta img{
    max-width:70px;
}
.bloque_descripcion{
    padding:0.5em 1em 1.5em 1em;
}
.bloque_descripcion p{
    margin-top:5px;
}
.bloque_descripcion a{
    border-radius: 7px;
}
.precios{
    padding:0.5em 0.8em;
}
.acordeon_terminos{
width:67%;
}
.social img{
    width:80%;
}
.social{
    right:-75px;
}
}

@media (max-width: 470px) {
.esquema img{
    width:140px;
    padding:3px;
}
.acordeon_terminos{
font-size:15px;    
width:99%;
padding:10px 20px;
}
.accordion {
    font-size: 15px;
    padding: 10px;
    width: 100%;
    border-radius: 7px;
 }
}