
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

body{
    height: 2000px;
    background-color: rgb(243, 243, 243);
}
      

html{
    scroll-behavior: smooth;
}



.info{
    background-color: #BB2020;
    width: 100%;
    height: 30px;
    text-align: center;
    position: fixed;
    visibility: visible;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    word-wrap: break-word;
    text-decoration: bold;
    
}

.info a{
    font-size: 13px;
    color: rgb(255, 255, 255);
}
.datos i {
  font-size: 14px !important;
  padding-right: 3px;

}

.datos a{
  padding-right: 30px;
}

.redes{
  margin-left: 65%;
  
}

.redes i {
  font-weight: 500;
}

.redes i:hover{
  color: #2b2b31;
}

.info i{
  font-size: 19px;
}

.panel {
  padding: 6px 14px;
  border: none;
  color: #bb2020;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.1s;
}

.sticky .panel {
  color: #2b2b31;
}


.panel:hover{
  background: none;
  color: #BB2020;
  

}

  

 nav{
    position: relative;
    display: flex;
    width: 100%;
    height: 70px;
    align-items: center;
    justify-content: space-between;
    top: 30px;
    background: none;
    position: fixed;
    z-index: 9;
    transition: all 0.2s;
}

.sticky {
  position: relative;
  display: flex;
  width: 100%;
  height: 70px;
  align-items: center;
  justify-content: space-between;
  top: 30px;
  background: rgb(255, 255, 255);
  position: fixed;
  z-index: 9;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}

.sticky .contenedor .logo a{
  color: #2b2b31;
  font-size: 30px;
  font-weight: 600;
}

.sticky .contenedor .links li a,
.sticky .contenedor .links li label{
    color: #2b2b31;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 17px;
    margin-left: 0;
}
nav{
  background-color: rgba(255, 255, 255, 0.021);
}


nav .contenedor{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px;
    width: 100%;
}

nav .contenedor .links{
  margin-left: 30%;
    display: flex;
}



.contenedor .logo a{
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
}

.contenedor .links li{
    list-style: none;
    line-height: 70px;
    margin-right: 0;
}

.contenedor .links li .centrar,
.contenedor .link a{
  border-bottom: 0px !important ;
}

.centrar:hover{
 color: #BB2020 !important;
 border-bottom: none;
 border: none;
}

/* .contenedor .links li .centrar{ 

*/


.contenedor .drop__contenido{
    width: 350px;
}


.contenedor .links li a,
.contenedor .links li label{
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 17px;
    margin-left: 0;
}



.contenedor .links li label{
    display: none;
}

.contenedor .links li a:hover,
.contenedor .links li label:hover{
  border-bottom: 2px solid #BB2020;
}

.contenedor .links .centrar li a:hover,
.contenedor .links .centrar li label:hover{
    border-bottom: 0px solid #fff ;
}


.cnav .icono__buscador,
.cnav .icono__menu{
    color: #2b2b31;
    font-size: 18px;
    cursor: pointer;
    line-height: 70px;
    width: 70px;
    text-align: center;
}

.cnav .icono__menu{
    display: none;
}



.cnav input[type="checkbox"]{
    display: none;
}
   
/* Dropdown Menu codigo - inicia */
  .contenedor .links ul{
    position: absolute;
    top: 120px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
  }

  .sticky .contenedor .links ul{
    position: absolute;
    background: #ffffff;
    top: 120px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
  }

  

  .drop__contenido {
   border-bottom-left-radius: 8px;
   border-bottom-right-radius: 8px;
  }



  .contenedor .links li:hover > ul{
    top: 70px;
    opacity: 1;
    z-index: 0;
    visibility: visible;
    transition: all 0.3s ease;
  }

  .contenedor .links ul li a{
    display: block;
    width: 100%;
    line-height: 30px;
    border-radius: 0px!important;
  }

  .contenedor .links ul ul{
    position: absolute;
    top: 0;
    right: calc(-100% + 8px);
  }

  .contenedor .links ul li{
    position: relative;
  }

  .contenedor .links ul li:hover ul{
    top: 0;
}
   
/* Responsive codigo - inicia */

   
@media screen and (max-width: 900px){
    .cnav .icono__menu{
      display: block;
    }
    .cnav #ver__menu:checked ~ .icono__menu i::before{
      content: "\f00d";
    }
    nav .contenedor .links{
      display: block;
      position: fixed;
      background: #2b2b31;
      width: 100%;
      top: 70px;
      left: -100%;
      margin-left: 0;
      max-width: 350px;
      overflow-y: auto;
      padding-bottom: 100px;
      transition: all 0.3s ease;
      font-size: 12px;
    }
    nav #ver__menu:checked ~ .contenedor .links{
      left: 0%;
    }
    .contenedor .links li{
      margin: 15px 20px;
    }
    .contenedor .links li a,
    .contenedor .links li label{
      line-height: 40px;
      font-size: 20px;
      display: block;
      padding: 8px 18px;
      cursor: pointer;
      color: #fff;
    }
    .contenedor .links li a.pc__links{
      display: none;
    }
   
    /* dropdown responsive codigo - inicia */
    .contenedor .links ul,
    .contenedor .links ul ul{
      position: static;
      opacity: 1;
      visibility: visible;
      background: none;
      max-height: 0px;
      overflow: hidden;
    }
    .contenedor .links #show-features:checked ~ ul,
    .contenedor .links #ver__servicios:checked ~ ul,
    .contenedor .links #show-items:checked ~ ul{
      max-height: 100vh;
    }
    .contenedor .links ul li{
      margin: 7px 20px;
    }
    .contenedor .links ul li a{
      font-size: 18px;
      line-height: 30px;
      border-radius: 0px!important;
    }
}
   
@media screen and (max-width: 400px){
    .cnav nav{
      padding: 0 10px;
    }
    .contenedor .logo a{
      font-size: 27px;
    }
    .cnav .box__buscador{
      max-width: calc(100% - 70px);
    }
    .cnav .box__buscador .icono__enter{
      width: 30px;
      right: 0;
    }
    .cnav .box__buscador input{
      padding-right: 30px;
    }
}

/* Banner Codigo - inicia */


.banner{
    top: 0;
    position: relative;
    width: 100%;
    height: 200px;
    background-size: repeat;
    background-position: center;
    transition: all .2s ease-in-out;
    background-color: #fff;
    background-repeat: repeat;
    animation: banner 28s infinite linear;
    text-align: justify;
    text-justify: inter-word;
    z-index: 0;
    
    
    }
  
  .banner__contenido{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    
    
    position: relative;
    z-index: 999;
  }

  .banner__interior{
    margin-left: 50px;
  }

  .banner .colorb{
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(/imagenes/counter_bgr.jpg);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
  }



  
  .banner__interior {
    width: 100%;

  }


  .banner__contenido .titulo__Banner{
    font-size: 35px;
    padding: 0;
    margin: 0;
    bottom: 20px;
    color: #ffffff;
    position: relative;
    justify-content: center;
    display: flex;
    top: 80%;
    transition: all .3s ease-in-out;
}

.banner__contenido h1:hover{
    box-shadow: 0 23px 16px rgba(253, 0, 0, 0.2);

}



.imagenes{
 height: 6px;
 width: 600px;
  position: absolute;
  display: flex;
  flex-direction: column;
  bottom: 350px;
  left: 700px;
}

.botones {
  display: flex;
  position: relative;
  top: 40px;
  display: flex;
  transition: all 500ms ease;
  
}

.uno {
  padding: 10px 30px;
  margin-right: 20px;
  background-color: #BB2020;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  transition: all .2s;
}
.dos {
  padding: 10px 50px;
  margin-right: 20px;
  background-color: none;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  transition: all .2s;
}


.pico {
  width: 100%;
  position: absolute;
  top: 540px;
 z-index: -10;
 
}





.banner__contenido a:hover{
    transform: translateY( -10px);
    transition: all 0.2s ease;
}

.banner__contenido p{
    
    width: 500px;
    font-size: 14px;
    display: flex;
    color: #ffffff;
    position: relative;
    text-align: start;
}

/* @keyframes banner{
   0% {background-image: url(/imagenes/2.jpg);}
   25% {background-image: url(/imagenes/2.jpg);}
   26% {background-image: url(/imagenes/3.jpg);}
   50% {background-image: url(/imagenes/3.jpg);}
   51% {background-image: url(/imagenes/7.jpg);}
   75% {background-image: url(/imagenes/7.jpg);}
   76% {background-image: url(/imagenes/8.jpg);}
   100% {background-image: url(/imagenes/8.jpg);}

}



  
  


/* Formulario Codigo - inicia */

.formulario{
  position: relative;
  top: 120px;
}

.titulop {
  padding: 2px 10px;
  color: #000000;
  font-size: 35px;
  border-bottom: solid 2px #BB2020;
  position: absolute;
  top: -52px;
}



form > *{
  padding: 1em;
}

.contenido__formulario{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em;

}

.contenido__formulario form {
  padding: 1em;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr ;
}

.contenido__formulario form .detalle{
 grid-column: 1 / 3;
}

@media screen and (max-width: 900px) {
  .contenido__formulario form {
    display: flex;
    flex-direction: column;
  }
}



.contenido__formulario form button{
  background-color: #2b2b31;
  font-size: 15px;
  padding: 15px 100px;
  border: none;
  color: #fff;
  transition: all 0.25s;
  margin-left: 40%;
  border-radius: 5px;
}

.contenido__formulario form button:hover{
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
  transform: translateY( 10px);
  
}

.contenido__formulario form label{
  color: #171c24;
}


.contenido__formulario form input,
.contenido__formulario form textarea {
  width: 100%;
  border: 1px solid rgb(255, 255, 255);
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  padding: 1em;
  margin: 10px;
  background-color: #fff;
  border-radius: 5px;
  
}

.contenido__formulario form input:focus{ 
  box-shadow: 0 1pt 2pt 0pt #D3D3D3 inset;
   box-shadow: #74b9ff 0 0px 5px 0px;
  border: 1px solid rgb(206, 206, 206);
  outline: none;
}
.contenido__formulario form input:hover{ 
  box-shadow: 0 1pt 2pt 0pt #D3D3D3 inset;
  border: 1px solid rgb(206, 206, 206);
  outline: none;
}

.contenido__formulario form textarea:focus{ 
  box-shadow: 0 1pt 2pt 0pt #D3D3D3 inset;
   box-shadow: #74b9ff 0 0px 5px 0px;
  border: 1px solid rgb(206, 206, 206);
  outline: none;
}
.contenido__formulario form textarea:hover{ 
  box-shadow: 0 1pt 2pt 0pt #D3D3D3 inset;
  border: 1px solid rgb(206, 206, 206);
  outline: none;
}

.contenido__info{
  color: #fff;
  display: flex;
  flex-direction: row;
  text-align: center;
  background-size: cover;
  background-position-x: -100px;
}


.contenido__info ul{
  list-style: none;
}

.contenido__info h4{
  font-size: 20px;
  color: #000000;
  padding-top: 30px;
}

.contenido__info li{
  padding: 5px;
  color: #000000;
}

.contenido__info p{
  padding-top: 10px;
  color: #000000;
  z-index: 22;
  margin: 20px;
  

}

.contenido__info i{
  padding: 0 10px 0 0;
  color: #000000;
}

.bg__info{
  background-color: #BB2020;
  width: 100%;
  height: 100%;
  opacity: .7;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
}



  

  .contenido__info{
    text-align: left;
    padding: 0 50px 0 0;
    justify-content: center;
    margin: 0;
    padding: 0;

  }

  .contenido__info p{ 
    padding-top: 40px;
    font-size: 18px;
    text-align: center;
  }

  .contenido__info h4{ 
    text-align: center;
  }

  .contenido__info ul{ 
    padding-top: 30px;
    font-size: 18px;
    text-align: center;
  }

  .bg__info img{
    width: 250px;
    height: 70px;

  }

  .bg__info a {
    color: #000000;
  }

  .bg__info > *{
    z-index: 23;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 300px;
  }



  
/* banner articulos - inicia */

  .banner__articulos{
    height: 300px;
    width: 100%;
    top: 300px;
    position: relative;
    background-color: #EEE;
  }


  .cont__articulos{
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction:column;
    width: 100%;
    margin: auto;
    position: relative;
    
  }
   /* Edit Zona text */

   .cont__articulos .text {
    font-size: 18px;
    color: #2b2b31;
     font-weight: 600;
     
     
   }

   .tixt {
    padding: 2px 10px;
    color: #000000;
    font-size: 35px;
    border-bottom: solid 2px #BB2020;

}
   

   .btns {
     display: grid;
     justify-content: space-around;
     grid-template-columns: 1fr 1fr 1fr ;
     
   }
   

  
   .boton.cinco span {
    transition: .4s ease-in-out all;
    position: relative;
    margin: auto;
   }

  

   .boton.cinco i{
     margin-right:20px;
     color: #BB2020;
     font-size: 40px;
   }
  

  .boton.cinco{
    width: 350px;
    height: 80px;
    margin: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    background-color: #fff;
    color: #2b2b31;
    border: 1px solid rgb(206, 206, 206);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    transition: all .2s;
  }
  
 
  .boton.cinco:hover {
    filter: blur(60%);
    transform: translateY(-10%);
  }


/* NavList Paginación - inicia */ 

.navlist {
  display: flex;
  margin: 30px 10%;


}

.navlist ul{
  position: absolute;
  display: flex;
  flex-direction: row;
  padding: 8px 16px;
  list-style: none;
  text-decoration: none;
}

.navlist li{
  margin: 0 10px 0 0;
  color: #171c24;
}

.navlist li+li::before{
  padding: 8px;
  color: black;
  content: "/\00a0";
}

.activao{
  color: #BB2020 !important;
}

  
 
  
  

  

/* Tarjetas Servicios Codigo - inicia */ 

.contenedor2__tarjetas{
  position: relative;
  top: 70px;
  width: 100%;
  max-width: 1200px;
  height: 430px;
  display: flex;
  justify-content: center;
  margin: auto;
  z-index: 2;
}


.contenedor2__tarjetas .tarjeta4:hover{
transform: translateY(-10px);
box-shadow: 0 12px 16px rgba(0, 0, 0, .2);
border-top: none;
opacity: 1;
}


.contenido2__tarjeta{
color: #000000;
}

.sociales {
top: 80%;
right: 21%;
position: absolute;
color: #000000;
font-size: 20px;
font-weight: bold;
transition: all 0.3s ease-in-out;
display: flex;
justify-content: space-between;
}




.tarjeta__titulo2{
color: #000000;
text-align: center;
font-size: 16px;
margin-top: 90px;
font-weight: 600;
text-transform: uppercase;

}


.nosotros{
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}



.detallon{
  top: 20% !important;
}

.tarjeta4{
background-color: rgb(255, 255, 255);
width: 270px;
height: 200px;
overflow: hidden;
margin: 20px;
display: flex;
transition: all 0.25s;
background-size: cover;
opacity: 0.8;
box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
border-radius: 8px;
border-bottom: #ffffff solid 5px;
justify-content: center;
align-items: center;
flex-direction: column;
}

.tarjeta4:hover{
  border-bottom: #BB2020 solid 5px;
}

.tarjeta4 i{
  color: #BB2020;
  font-size: 50px;
  position: absolute;
  margin-bottom: 90px;
  font-weight: 600;
}

.contenedor__barra {
  background-color: #2b2b31;
  width: 100%;
  height: 300px;
  top: 140px;
  position: relative;
  display: flex;
  background-image: url(/imagenes/02.jpg);
  background-position:bottom;
  background-size: cover;
  background-attachment: fixed;
}

.contenedor__columnas {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: #2b2b314d;
}

.contenedor__columnas a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  margin: 9px 0;
}

.red__footer {
  display: flex;
}

.red i{
  font-size: 21px !important;
  margin: 8px;
  font-weight: 500;
  margin-top: 9px;
  padding: 7px 9px;
  color: #fff !important;
  background-color: #2b2b31;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: all .2s;
}

.red:hover i{
  padding: 10px 9px;
  transform: translateY(-10px);
  color: #bb2020 !important;
  font-weight: 500;
}

.contenedor__columnas h3 {
  color: #fff;
}

.contenedor__columnas h3{
  margin-bottom: 20px;
  font-size: 25px; 
  font-weight: 600;
  border-bottom: 2px solid #BB2020;
}

.contenedor__columnas h2 {
  color: #fff;
}

.contenedor__columnas h2{
  margin-bottom: 20px;
  font-size: 25px; 
  font-weight: 600;
  border-bottom: 2px solid #BB2020;
}

.primerac{
  display: flex;
  flex-direction: column;
  margin: 50px auto;
}

.primerac i {
  color: #bb2020;
  font-size: 15px;
  margin-right: 5px;
}

.segundac{
  display: flex;
  flex-direction: column;
  margin: 50px auto;
}

.tercerac {
  display: flex;
  flex-direction: column;
  margin: 50px auto;
}

.hover i {
  color: #BB2020;
  margin-right: 9px;
  font-size: 14px;
  transition: all .2s;
}

.hover:hover i{
  transform: translateX(4px);
}



footer {
  width: 100%;
  height: 50px;
  background-color: #BB2020;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  top: 140px;
  display: flex;
  
}

footer b{
  color: #171c24;
  font-weight: 600;
  
}

.cont__servicios{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  justify-items: center;
  align-items: center;
}

.servicio{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 20px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  grid-area: 1 / 1 / 2 / 2;
}

.servicio2{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-area: 1 / 2 / 2 / 3;
  border-radius: 8px;
  padding: 20px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.servicio3{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-area: 2 / 1 / 3 / 2;
  border-radius: 8px;
  padding: 20px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.servicio4{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-area: 2 / 2 / 3 / 3;
  border-radius: 8px;
  padding: 20px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.contenido1{
  width: 200px;
  height: 200px;
  color: #BB2020;
  font-size: 40px;
  background-position: center;
  margin-right: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

 .contenido ul li{
  margin-top: 10px;
 }

