:root{
  --altura_header:60px;
  --padding_left_right:2rem;
  --ancho_maximo:1200px;

  --azul_pulcrimax:#1082b7;
  --morado_pulcrimax:#bc37c8;
}

* {
    margin:0;
    padding: 0;
    box-sizing: border-box;

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    list-style: none;
}
a {
    text-decoration: none;
    color: blue;
}
body {
    background-color: #f5f5f5;
}

.titulo {
    text-align: center;
    font-size: 30px;
    padding-top: 30px;
}
.tituloSeccion {
    text-align: center;
    font-size: 40px;
    padding-top: 50px;
    color: #108287;

}
.valores{
    display: flex;
    flex-direction: row;
}
.slider-box {
    width: 1280px;
    height: auto;
    margin: 10px auto 0;
    overflow: hidden;
}


.slider-box ul {
    display: flex;
    padding: 0;
    width: 400%;
    animation: slide 30s infinite alternate ease-in-out;
}
.slider-box li {
    width: 100%;
    list-style: none;
    position: relative;

}
.slider-marcas {
    width: 1280px;
    height: auto;
    margin: 10px auto 0;
    overflow: hidden;
}
.slider-marcas ul {
    display: flex;
    padding: 0;
    width: 400%;

}
.slider-marcas li {
    width: 100%;
    list-style: none;
    position: relative;

}
.seccionMarcas {
    display: flex;
    flex-wrap: nowrap;
     animation: slideMarcas 30s infinite normal;
}

.destacado{
    border-radius: 5px;
}

.envoltorio {
    position: relative;

}
.cajaAbajo {
    position: relative;
    z-index: 1;
}
.cajaBotonAccion{
     position: absolute;
    z-index: 2;

    opacity: 1;
    left: 20%;
    top: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.cajaBotonAccion2{
     position: absolute;
    z-index: 2;

    opacity: 1;
    left: 20%;
    top: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.cajaBotonAccion3{
     position: absolute;
    z-index: 2;

    opacity: 1;
    left: 12%;
    top: 86%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.cajaBotonAccion4{
     position: absolute;
    z-index: 2;

    opacity: 1;
    left: 35%;
    top: 77%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.buttonSlider1{
    height: 50px;
    width: 250px;
    border-radius: 20px;
    border-color: #1082b7;
    background: #1082b7;
    color: #fffdfd;
    font-size: 17px;
}
.buttonSlider4{
    height: 50px;
    width: 300px;
    border-radius: 20px;
    border-color: #e0cd22;
    background: #e0cd22;
    color: #fffdfd;
    font-size: 17px;

}
.cajaArriba{
     position: absolute;
    z-index: 2;

    opacity: 1;
    left: 47%;
    top: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.puntosSlider {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.puntoSlider {
     display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.punto {
  height: 15px;
  width:  15px;
  background-color: #605c5c;
  border-radius: 50%;
  display: inline-block;
  padding: 2px;
  opacity: 0.4;
}
.puntoMorado {
  height: 15px;
  width:  15px;
  background-color: #bc37c8;
  border-radius: 50%;
  display: inline-block;
  padding: 2px;
  opacity: 1;
}

.texto {
    position: absolute;
    text-align: center;
    padding: 0 250px;
    top: 250px;
    color: #ffffff;
}
.texto h2 {
    font-size: 45px;
    margin-bottom: 35px;
}
.slider-box img {
    width: 100%;
}


.container {
    max-width: 1200px;
    margin: 0 auto;


}

.content {
    min-height: 85px;
    background: linear-gradient(
            90deg,
            rgba(255,253,253,1)0%,
            rgba(255,253,253,1)70%
        );

.logo{
        font-size: 25px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: bold;
        width: 50px;


    }
.menu{
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;



    }

  .menu .navbar {

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
  }

    .menu .navbar ul li {
        position: relative;
        float: left;


    }
    .menu .navbar ul  {
        display: flex;
        column-gap: 30px;
    }

    .menu .navbar ul li {
        font-size: 25px;
        padding: 5px;
        color: #000000;
        display: block;
        font-weight: bold;
    }
    .menu .navbar ul li:hover{
        background-color: #1082b7;
    }

    .menu .navbar ul li a {
        color: #000000;

    }
    .menu .navbar ul li a:hover {
        color: white;


    }





    .menu-icono {
        width: 25px;
    }
    .menu label {
        cursor: pointer;
        display: none;

    }

    h1{
        margin:  80px 0 0 350 px;


    }




#inicio img {
    width: 70%;
}
#inicio p {
    text-align: justify;
}
#inicio hr {
    color: #000000;
    width: 50%;

}
#inicio {
    display: flex;


}
#imgInicio2 {
    margin-top: -120%;
    margin-left: 20%;
    opacity: 0.4;

}




.row hr {
    width: 25%;
}


 img {

    width: 100%;
}

#nosotrosChiquito {
    padding: 2px;
    background:  #1082b7;
    color: white;
    border-radius: 10px;
    display: none;

}
#nosotros {

    padding: 20px;
    background:  #1082b7;
    color: white;
    border-radius: 10px;


}
#nosotros2 {

    padding: 20px;
    background:  #e0cd22;
    color: #000000;
    border-radius: 10px;



}

#nosotros3 {

    padding: 20px;
    background:  #bc37c8;
    color: #ffffff;
    border-radius: 10px;



}


h2 {
    text-align: center;
}
h3 {
    text-align: center;
}
h4 {
  text-align: center;
  font-size: 18px;
}
#mapa {
    margin: 5px;
    width: 100%;
}

.infoContacto {
    display: flex;
    flex-direction: column;
    font-size: 15px;

}
.infoContacto2 {
    display: flex;
    flex-direction: column;
    font-size: 20px;

}
#redes {
    margin-top: 15px;
    background-color: #bc37c8;
    display: flex;
    width: 100%;
    border-radius: 4%;
}
.logoRedes {
    margin: 5px;
    width: 100px;
    height: 100px;
}
.logoYoutube {
    margin: 5px;

}
.logoFacebook {
    margin: 5px;
    padding: 5px;

}
.logoTiktok {
     margin: 5px;
    padding: 5px;
}
.logoLinkin {
     margin: 5px;
    padding: 5px;
}
.logoInstagram {
     margin: 5px;
    padding: 5px;
}
#formulario {
    margin-top: 5px;
    background-color: #bc37c8;
    display: flex;
    width: 100%;
    border-radius: 4%;
}
#fullname {
    width: 400px;
    margin: 10px;
}
#email {
    width: 400px;
    margin: 10px;
}
#recapcha1 {
    width: 400px;
    margin: 10px;
}
#botonForm {
  display: none;
    background-color:  #1082b7;
    color: white;
    width: 60%;
    border-radius: 10px;
}
.subscribete{
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

}

#imgNosotros1 img {
    margin: 40px;
    width: 80%;
}
#imgNosotros1 hr {
    width: 50%;
}
#nosTexto {
    display: grid;
    grid-template-rows: 1fr 1fr;
}
#logoEnNos img{
    width: 50%;
}
#textoEnNostexto{
    text-align: justify;
}




#imgEstructura h2 {
    font-size: 30px;
}


#bienvenida {
    display: grid;
    grid-template-columns: 1fr, 1fr;
    gap: 20px;

}
#imgBienvenida img {
    width: 80%;
}









#contacto{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

#contacPresen {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.imgContacto {
    margin: 5px 20px 5px;
}

.barramorada{
  border-radius: 6px;
    padding: 5px;
    margin: 2px;
    background-color: var(--morado_pulcrimax);
    color: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;

    height: 60px;

    font-size: 20px;
    font-weight: 400;
}
.btn-wsp {
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    background-color: #0df053;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 100;
}
.btn-wsp:hover {
    text-decoration: none;
    color: #0df053;
    background: #fff;
}
.contacto{


   margin: 40px;

    border-color: #dedede;
    border-radius: 5px;
}


p {
    text-align: justify;
}





.tarjeta {
    background-color: #dde3eb;
    border-radius: 6px;
    width: 100%;


}
details {
    background: #c4cedd;
    padding: .5rem;
    border-radius: 6px;
    margin: .5rem;
    cursor: pointer;
}
summary {
    list-style: none;
    color: #186477;
}
summary::before {
    content: "+";

}

details[open] summary::before {
    content: "-";
    font-size: 20px;

}

.centrada{
    text-align: center;
    width: 100%;
    background-color: blueviolet;
}
.pmision {
    padding: 20px;
}
.envoltorioDestacados {
  display flex;
  flex-direction: row;
  align-items: center;
  justify-content:space-around;
}
#titulo_destacados{
  display: flex;
  flex-direction: row;
  justify-content:space-around;
  text-align: center;

  border-color: black;
}
#titulo_destacados div h4 {
  text-align: center;

}



.destacadoaRotar{
     position: relative;
     width: 100%;
     height: 100%;

}
#nada {

    visibility: hidden;
}
.destacadoaRotar .face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
}
.destacadoaRotar .front {
    transform: perspective(600px) rotateY(0deg);

}
.destacadoaRotar .front img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.destacadoaRotar .front h3 {
    position: absolute;
    bottom: 0;
    width: 100%;


    color: #000;
    background: rgba(0,0,0,.4);
    text-align: center;
    font-size: 18px;
}
.destacadoaRotar .back {

    transform: perspective(600px) rotateY(180deg);
    background: #1082b7;
    color: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: justify;

}
.destacadoaRotar .back a {
  color: white;

}
.destacadoaRotar .back img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.destacadoaRotar .back p {
    padding: 5px;
    text-align: center;
}

 .destacadoaRotar:hover .front {
    transform: perspective(600px) rotateY(180deg);
}

.destacadoaRotar:hover .back {
    transform: perspective(600px) rotateY(360deg);
}



#imagen250{
  width:  250px;
  height: 250px;
  color: white;
}
#imagen250 .back a{
   color white;
}

#imagen250_2{
  width:  250px;
  height: 250px;
  color: white;
}
#imagen250_2 .back a{
   color white;

}

#imagen250_3{
  width:  250px;
  height: 250px;
  color: white;
}
#imagen250_3 .back a{
   color white;

}


#imagen250_4{
  width:  250px;
  height: 250px;
  color: white;
}
#imagen250_4 .back a{
   color white;

}

.imagen250 {
    width:  250px;
    height: 250px;
}
.imagenaRotar250{
     position: relative;
     width:  250px;
    height: 250px;
}
.imagenaRotar250 .face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
}
.imagenaRotar250 .front {
    transform: perspective(600px) rotateY(0deg);

}
.imagenaRotar250 .front img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.imagenaRotar250 .front h3 {
    position: absolute;
    bottom: 0;
    width: 100%;


    color: #fff;
    background: rgba(0,0,0,.4);
    text-align: center;
}
.imagenaRotar250 .back {

    transform: perspective(600px) rotateY(180deg);
    background: #1082b7;
    color: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: justify;

}
.imagenaRotar250 .back img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.imagen150 {
    width:  150px;
    height: 150px;
}
.imagenaRotar{
     position: relative;
     width:  150px;
    height: 150px;
}
.imagenaRotar .face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
}
.imagenaRotar .front {
    transform: perspective(600px) rotateY(0deg);

}
.imagenaRotar .front img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.imagenaRotar .front h3 {
    position: absolute;
    bottom: 0;
    width: 100%;


    color: #fff;
    background: rgba(0,0,0,.4);
    text-align: center;
}
.imagenaRotar .back {

    transform: perspective(600px) rotateY(180deg);
    background: #1082b7;
    color: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: justify;

}
.imagenaRotar .back img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}





.back h3{

    font-size: 20px;
    color: white;
    text-align: center;
}
.back p{

    font-size: 13px;
    text-align: center;
    color: white;
    margin-top: 40%;

}

 .imagenaRotar:hover .front {
    transform: perspective(600px) rotateY(180deg);
}

.imagenaRotar:hover .back {
    transform: perspective(600px) rotateY(360deg);
}






.card {
    position: relative;
    width: 300px;
    height: 500px;
    margin: 20px;
}

.card .face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
}

.card .front {
    transform: perspective(600px) rotateY(0deg);
    box-shadow: 0 5px 10px #000;
}



.card .front img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.card .front h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: rgba(0,0,0,.4);
    text-align: center;
}


.card .back {

    transform: perspective(50px) rotateY(180deg);
    background: #1082b7;
    padding: 15px;
    color: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: justify;
    box-shadow: 0 5px 10px #000;
}

.card .back .link {
    border-top: solid 1px #f3f3f3;
    height: 50px;
    line-height: 50px;
}

.card .back .link a {
    color: #f3f3f3;
}

.bodycard {
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #bc37c8;
    height: 350px;
}



.card .back h3 {
    font-size: 30px;
    margin-top: 20px;
    letter-spacing: 2px;
}

.card .back p {
    letter-spacing: 1px;
}

 .card:hover .front {
    transform: perspective(600px) rotateY(180deg);
}

.card:hover .back {
    transform: perspective(600px) rotateY(360deg);
}


.categoriasMorada {
    background-color: #000000;

            border-radius: 50%;
            border: 5px solid #bc37c8;

}
.categoriasAmarilla {
    background-color: #000000;

            border-radius: 50%;
            border: 5px solid #e0cd22;

}
.categoriasAzul {
    background-color: #000000;

            border-radius: 50%;
            border: 5px solid #1082b7;


}
.categoriasGris {

    background-color: #000000;

            border-radius: 50%;
            border: 5px solid #605c5c;

}






.divcategorias {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.divcategorias img {
    width: 50%;
}
#testimonios {
    border-radius: 15px;
    background: #e0cd22;
    color: black;
    text-align: center;
    padding: 20px;

}
#prodDestacados{
  font-size: 25px;
}
#imagen250, #imagen250_2, #imagen250_3, #imagen250_4{
  margin: 5px;

}
#titulo_destacados {
  display: none
}
.cadaTestimonio {
    padding: 10px;
    padding-top: 30px;

}
.cadaTestimonio span {
    text-align: left;
}
.tituloTestimnonio {
    text-align: left;
}
.unTestimonio {
     background: white;
     width: 33%;
     margin: 2px;
     border-radius: 10px;
}
.estrellaDorada {
    color: #FFD700;
}



#preFooter {
    margin: 20px;
}

#preFooter img{
    width: 100%;
}
.footerPadre {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

#copyright{
    text-align: center;
    color: lightgrey;
}
#copyright a{
  color: lightgrey;
}
#checkTerms  a {
  font-size: 14px;
  font-weight: bold;
  color: lightgrey;
}


#recapcha1 {
  display: none;
}
#subscribete {
  color: white;
  font-size: 27px;
  text-align: center;
}

.formContainer {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#derechosReservados{
  text-align: center;
}
#desarrolladoPor {
  text-align: center;
  display:none;
}

@keyframes slide {
     0% {margin-left: 0;}
    20% {margin-left: 0;}

    25% {margin-left: -100%;}
    45% {margin-left: -100%;}

    50% {margin-left: -200%;}
    70% {margin-left: -200%;}

    75% {margin-left: -300%;}
    100% {margin-left:-300%;}
}
@keyframes slideMarcas {
     0% {margin-left: 0;}


    25% {margin-left: -70%;}


    50% {margin-left: -100%;}

    75% {margin-left:  70%;}
    100% {margin-left: 0%;}
}
@media(min-width:991px){
  #menuChiquito{
    display: none;
  }
}

@media(max-width:991px){

    body {
        padding: 30px;

    }
    #menuprin{
      display: none;
    }

    #logoHeaderSmall{
    height: 50px;
    width: auto;
    }

    .navbar {
      height: 100%;
      display:flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      padding: 0 var(--padding_left_right);
    }
    .menu_hamburguesa {
      display: none;
    }
    .menu_hamburguesa:checked + .ul_links {
      height: calc(100vh - var(--altura_header));
    }
    .logo{
      color: white;
    }
    .list_icon{
      color: white;
      cursor: pointer;
    }
    .ul_links {
      width: 100%;
      opacity: 0.9;
      background-color: var(--azul_pulcrimax);
      color: white;
      border-radius: 6px;
      position: absolute;
      z-index: 99;
      top: var(--altura_header);
      left: 0;
      height: 0;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 3rem;
      transition: all .3s;

    }
    .ul_links a {
      color: white;
    }

    #imagslide1, #imagslide2, #imagslide3, #imagslide4{
      border-radius: 6px;
    }

    #buttonSlider2{
      height: 50px;
      width: 250px;
      border-radius: 20px;
      border-color: #1082b7;
      background: #1082b7;
      color: #fffdfd;
      font-size: 14px;

    }
    .cajaBotonAccion2{
      top: 92%;
    }
    .cajaBotonAccion3{



        left: 50%;
        top: 70%;

    }
    #buttonSlider3{

        height: 50px;
        width: 160px;
        font-size: 15px;
    }
    .buttonSlider4{
      width: 220px;
      height: 40px;
      font-size: 15px;

    }

    #marcasAliadas{
      display: none;
    }
    #testimonios{
      display: none;
    }

    #nosotrosChiquito {
        display: flex;

    }
    .pmision {
        padding: 2px;
    }
    .logoRedes {
      margin: 2px;
      width: 60px;
      height: 60px;
    }

    #subscribete {
      color: white;
      font-size: 20px;
      margin-top: 30px;

    }
    #recibe10x100 {
        font-size: 16px;
    }

    #fullname{
      width: 80%;
      margin-left: 33px;

    }
    #email{
      width: 80%;
      margin-left: 33px;
    }
    #coding {
      margin-left: 10px;
    }
    #copyright{
      font-size: 10px;
    }
    .barramorada{
      font-size: 12px;

    }
    .slider-box{
        width: 100%;
    }

    .texto{
        top:50px;
        padding: 0;
    }
    .texto h2 {
        font-size: 35px;
        margin-bottom: 15px;

    }

    .texto p {
        font-size: 15px;
    }

    .content {
        min-height: 70px;

    }
    .menu {
        top: 0;
        padding: 20px;

    }
    .menu label {
        display: initial;
         background-color: blueviolet;


    }
    .menu .navbar{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(
            90deg,
            rgba(203,18,133,1)0%,
            rgba(80,49,145,1)70%
        );
        display: none;

    }
    .menu .navbar ul li {
        width: 100%;

    }
    #menu:checked ~ .navbar {
        display: initial;
    }

    #desarrolladoPor{
      display: block;
    }

}
