@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Germania+One&family=Oswald:wght@200..700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Rye&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Germania+One&family=Oswald:wght@200..700&family=Parisienne&family=Raleway:ital,wght@0,100..900;1,100..900&family=Rye&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Germania+One&family=Marck+Script&family=Oswald:wght@200..700&family=Parisienne&family=Raleway:ital,wght@0,100..900;1,100..900&family=Rye&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Germania+One&family=Marck+Script&family=Oswald:wght@200..700&family=Parisienne&family=Raleway:ital,wght@0,100..900;1,100..900&family=Rye&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Germania+One&family=Marck+Script&family=Montserrat:ital,wght@0,900;1,900&family=Oswald:wght@200..700&family=Parisienne&family=Raleway:ital,wght@0,100..900;1,100..900&family=Rye&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');


:root {

    /*    hazel pantone */ 

    --color-1: #003566;
    --color-2: #457b9d;
    --color-3: #457b9d;
    --color-4: #C6CEFF;
    --color-b: #fff;

    /* --- font size ---- */

    --font-normal: 300;
    --font-semi: 400;
    --font-bold: 600;

}


	
.fa-linkedin{
	position: fixed;
	background-color: #2A00FF;
	width: 30px;
	height: 30px;
	border-radius:70%;
	bottom: 200px;
	Right: 40px;
	text-align: center;
	box-shadow: 2px 4px 3px #999;
	z-index: 999;
	font-size: 25px;
}
.fa-youtube{
	position: fixed;
	background-color: #FF0004;
	border-radius:70%;
	width: 30px;
	height: 30px;
	bottom: 145px;
	Right: 40px;
	text-align: center;
	box-shadow: 2px 4px 3px #999;
	z-index: 999;
	font-size: 25px;
}
.fa-square-instagram{
	position: fixed;
	background-color: #C40FFF;
	border-radius:70%;
	width: 30px;
	height: 30px;
	bottom: 40px;
	Right: 40px;
	text-align: center;
	box-shadow: 2px 4px 3px #999;
	z-index: 999;
	font-size:25px;
}

.fa-facebook{
	position: fixed;
	background-color: #3b5998;
	border-radius:70%;
	width: 30px;
	height: 30px;
	bottom:90px;
	Right: 40px;
	text-align: center;
	box-shadow: 2px 4px 3px #999;
	z-index: 999;
	font-size:25px;
}

.fa-linkedin:hover{
	right: 45px;
	background-color: #0054FF;
	transition: rotate(35deg);
}

.fa-youtube:hover{
	right: 45px;
	background-color: #B52525;	
	transition: rotate(5deg);
}
.fa-square-instagram:hover{
	right: 45px;
	background-color: #C960FF;
	transition: rotate(5deg);
}
.fa-facebook:hover{
	right: 45px;
	background-color: #0015FF;
	transition: rotate(5deg);
}

* {
    font-family:'Source Sans Pro', sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    user-select: none;

	
  }

  body {
    background-color: whitesmoke;
    margin: 0px auto;
    caret-color: red;
  }

.padding-cont{
  padding-bottom: 100px;
}

.hero-slider1{
	filter: blur(0.9);
  position: relative;
	margin-top: -24px;
  width: 100%;
  height: 100vh; /* pantalla completa */
  overflow: hidden;
}

video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;       /* Escala y recorta */
  object-position: center; /* Mueve el enfoque */   
  z-index: -1;
}


/*    LEMA    */ 
 
.lema{
    position: absolute;
    top: 297px;
    left: 223px;
    bottom: 500px;
	  display: flex;
}

.lema h1{
    font-size: 4.6rem;
    font-weight: 800;
    color: white;
	position: relative;
	animation: mover 3s infinite alternate ease-in-out;
    padding-left: 20px;
    z-index: 1000;
    margin-top: 20px;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: #000000 3px 3px 3px;
}

    @keyframes mover {
      0% {
        transform: translateX(0);
      }
      50% {
        transform: translateX(50px);
      }
      100% {
        transform: translateX(-50px);

      }
    }

.lema span{
	color: blue;
    font-weight: 800;
    font-style: normal;
	font-size: 5.7rem;
	
}


.grupo__letras {
	width: 55vw;
	height: 100vh;
	margin-left: 22%;
	margin-right: 22%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.5vmin;
}

.grupo__letras h1{
	font-family: "Archivo", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	font-variation-settings:
	"wdth" 86.1;
	font-size: 25em;
	text-align: center;
	text-transform: uppercase;
	background-image: url("../recursos/articel/cloud.jpg");
	background-attachment: fixed;
	color: #fff;
	color: transparent;
	background-size: contain;
	-webkit-background-clip: text;
	filter: drop-shadow(0px -3px 1px black);
	animation: stripes 5s infinite alternate;
}

@keyframes stripes {
	100%{
		background-position: 100px 0, 100px 0, 100px 0;
	}
	
}


/* FIN LEMA */ 

.contruc__black h2{
	color: black;
}

.tracking-in-expand-forward-bottom{animation:tracking-in-expand-forward-bottom 0.4s linear both}

    @keyframes tracking-in-expand-forward-bottom {
      0%{
        letter-spacing:-.2em;
        transform:translateZ(-700px) translateY(100px);
        opacity:0}
      40%{
        opacity:.6}100%{transform:translateZ(0) translateY(0);opacity:1}
      }

      


/* Obras */

.contenido_obras {
	margin-bottom: 240px;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-left: -70px;
	border-radius: 55px;
}

  .contenido {
    width: 80%;
    margin: 0 auto;

  }

  .construc {
    padding: 40px;
    width: 80%;
    margin: 0 auto;
	margin-bottom: 50px;
    text-align: center;
	align-content: center;
	align-items: center;
	  
  }

.informacion h1{
  font-size: 3.6rem;
  color: var(--color-1);
  text-align: center;
}

.obras{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 100px;
	justify-content: center;
	align-items: center;
	margin-left: 100px;
	margin-bottom: 100px;
}

.cardo{
	width: 300px;
	height: 400px;
	border-radius: 30px;
	box-shadow: 5px 5px 20px black;
	
}

.cardo img{
	width: 300px;
	height: 400px;
	margin-left: -5px;
	border-radius: 30px;
	transition: .5s;
}

.intro{
	height: 130px;
	width: 300px;
	border-radius: 0 0 30px 30px;
	margin-top: -140px;
	box-sizing: border-box;
	background: rgb(27, 27, 27, .5);
	color: white;
	transition: .5s;
	text-align: center;
	z-index: 1000;
}

.intro h1{
	margin: 10px;
	font-size: 40px;
	color: white;
	line-height: 1;
	text-align: center;
}

.intro p{
	font-size: 20px;
	margin: 20px;
	visibility: hidden;
	opacity: 0;
}

.cardo:hover{
	cursor: pointer;
}

.cardo:hover .intro{
	height: 180px;
	background: blue;
	opacity: 0.8;
}

.cardo:hover p{
	opacity: 1;
	visibility: visible;
}


.cardo:hover img{
	transform: scale(1.2) rotate(-3deg);
}

.cardo:hover .intro{
	transform: scale(1.1) rotate(6deg);
}

      @media (max-width: 600px) {
        .cardo{
            margin-bottom: 70px;
        }
      }

/*  FIn Obras */


/*  Rewards  */

.rewardo{
	background-image: url("../recursos/SLIDER/article.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: grid;
	justify-content: center;
	align-items: center;
	margin-bottom: 150px;
}

.valors{
    text-align: center;
    margin-top: 80px;
    text-shadow: 7px 7px 7px black;
}

.rewardo h1, p{
	color: white;
	margin: 10px;
}

.rewardo h1{
	color: white;
	margin: 10px;
	font-size: 3.9vmin;	
}

.rewardo p{
	color: white;
	margin: 10px;
	font-size: 40px;	
}

.allreg{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 100px;
	grid-row-gap: 230px;
	justify-content: center;
	align-items: center;
	margin-left: 100px;
  padding-top: 100px;;
}

.rewards{
	width: 20rem;
	height: 25rem;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	margin-top: -80px;
	
}

.bloque1{
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("../recursos/Marmol.png");
	background-size: cover;
	transition: 1s;
	border-radius: 30px;
	box-shadow: 0 10px 10px;
}

.bloque2{
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("../recursos/marmol2.png");
	background-size: cover;
	transition: 1s;
	border-radius: 30px;
	box-shadow: 0 10px 10px;
}

.bloque3{
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("../recursos/marmol3.png");
	background-size: cover;
	transition: 1s;
	border-radius: 30px;
	box-shadow: 0 10px 10px;
}

.bloque4{
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("../recursos/marmol4.png");
	background-size: cover;
	transition: 1s;
	border-radius: 30px;
	box-shadow: 0 10px 10px;
}

.rewards:hover .bloque1{
	transform: perspective(20px) rotateX(2deg) translateY(-50px);
}
.rewards:hover .bloque2{
	transform: perspective(20px) rotateX(2deg) translateY(-50px);
}
.rewards:hover .bloque3{
	transform: perspective(20px) rotateX(2deg) translateY(-50px);
}
.rewards:hover .bloque4{
	transform: perspective(20px) rotateX(2deg) translateY(-50px);
}

.reconocimiento25{
	width: 14rem;
	height: 23rem;
	margin-left: 50px;
	margin-top: 30px;
	position: absolute;
	background-image: url("../recursos/premio-y.png");
	background-size: 100%;
	background-repeat: no-repeat;
	transition: 1s;
	
}

.reconocimiento26{
	width: 14rem;
	height: 23rem;
	margin-left: 50px;
	margin-top: 30px;
	position: absolute;
	background-image: url("../recursos/premio-w.png");
	background-size: 100%;
	background-repeat: no-repeat;
	transition: 1s;
}

.reconocimiento27{
	width: 15rem;
	height: 24rem;
	margin-left: 40px;
	margin-top: 30px;
	position: absolute;
	background-image: url("../recursos/cima.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	transition: 1s;
}
.reconocimiento28{
	width: 15rem;
	height: 23rem;
	margin-left: 40px;
	margin-top: 30px;
	position: absolute;
	background-image: url("../recursos/portada_cv2025.PNG");
	background-size: 100%;
	background-repeat: no-repeat;
	transition: 1s;
}

.rewards:hover .reconocimiento26{
	transform: translateX(-10px) translateY(-80px);
	width: 18rem;
}

.rewards:hover .reconocimiento25{
	transform: translateX(-10px) translateY(-100px);
	width: 18rem;
}

.rewards:hover .reconocimiento27{
	transform: translateX(-10px) translateY(-100px);
	width: 18rem;
}
.rewards:hover .reconocimiento28{
	transform: translateX(-10px) translateY(-100px);
	width: 18rem;
}

.intro_reco{
	height: 150px;
	width: 320px;
	margin-bottom: -40px;
	box-sizing: border-box;
	border-radius: 0 0 30px 30px;
	position: absolute;
	bottom: 40px;
	background: rgb(27, 27, 27, .5);
	color: white;
	transition: .5s;
	text-align: center;
	align-content: center;
	justify-content: center;
}

.conoce{
	height: 220px;
	transition: .5s;
}

.intro_reco p{
	font-size: 20px;
	margin: 20px;
	visibility: hidden;
	opacity: 0;
}


.rewards:hover .intro_reco{
	height: 240px;
	background: #4F4F4F;
	opacity: 0.8;
	
}

.rewards:hover p{
	opacity: 1;
	visibility: visible;
}

.rewards:hover .intro_reco{
	top: 280px;
	transform: scale(1.1) rotate(6deg);
}

      @media (max-width: 600px) {

        .rewards{
          	width: 350px;
            height: 400px;
            margin-bottom: 50px;
            margin-left: -70px;
        }
        .intro_reco h1{
        font-size: 30px;
        }
        .intro_reco p{
          font-size: 15px;
        }
        .rewards:hover .intro_reco{
	       height: 140px;
         margin-bottom: 50px;
        } 
      }


/*  FIN Rewards  */

.swipenstats{
	background-image: url("../recursos/SLIDER/art.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	backdrop-filter: blur(23px);
	display: grid;
	width: 100vw;
	grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
	gap: 10px;
	padding: 50px;
	align-items: center;
	justify-content: center;
	justify-items: center;
  
}

      @media (max-width: 600px) {
        .swipenstats{
            grid-template-columns: 90%;
        }
      }

/*  EstadÃ­sticas  */

.stats-section {
	max-width: 600px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	gap: 30px;
	padding: 60px 20px;
  background: #949494;
  background: linear-gradient(145deg, rgba(148, 148, 148, 1) 0%, rgba(181, 181, 181, 1) 51%, rgba(153, 153, 148, 1) 100%);
	flex-wrap: wrap;

}

.stat {
  background: white;
  color: #004b87;
  border-radius: 15px;
  padding: 30px 20px;
  width: 250px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0; /* AnimaciÃ³n inicial */
  transform: translateY(30px);
}

.stat:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px #2362EB;
}

.stat i {
  font-size: 3rem;
  margin-bottom: 10px;
  color: #4F4F4F;
}

.counter {
  font-size: 2.8rem;
  font-weight: bold;
  display: block;
  margin: 10px 0;
}

.stat p {
  font-size: 1.1rem;
  opacity: 0.85;
	color: #2100F9;
}

/*  FIN Estadísticas  */


.swiper-container{


  text-align: center;
  max-width: 900px;
}
.swipenstats h1{
  font-size: 3.6rem;
}

/*  SLIDER  */

.heading {
  background: white;
  height: 5%;
  margin: 10px;
  padding: 10px;
}

.swiper-container {

  width: 100%;
  height: 90%;
}

.swiper-slide {
  text-align: center;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-general {

  padding: 75px 0;
  margin: 0 auto;
  width: 900px;
}
.container-general .gallery-wrap {
  
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 85vh;
}
.container-general .gallery-wrap .item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: all 0.8s ease;
  border-radius: 20px;
}
.container-general .gallery-wrap .item:hover {
  flex: 7;
  
}

/* IMAGENES */

.wrap-effect-1 .item:first-of-type {
  background-image: url("../recursos/articel/obras100-2025.png");
}
.wrap-effect-1 .item:nth-of-type(2) {
  background-image: url("../recursos/articel/ejecu.png");
}
.wrap-effect-1 .item:nth-of-type(3) {
  background-image: url("../recursos/articel/500expansion_2025.png");
}
.wrap-effect-1 .item:nth-of-type(4) {
  background-image: url("../recursos/articel/ranking.png");
}
.wrap-effect-1 .item:nth-of-type(5) {
  background-image: url("../recursos/articel/rhiplota.jpg");
}
.wrap-effect-1 .item:nth-of-type(6) {
  background-image: url("../recursos/articel/reconoc.PNG");
}

.inspire {
  border: 1px solid rgba(22, 76, 167, 0.6);
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  margin: 10px;
  padding: 10px;
}
.inspire:after {
  background: #38ef7d;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.4;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.inspire:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(10deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-10deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(5deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

.swiper-container-cube .swiper-cube-shadow {
  background-color: transparent !important;
}

/*  FIN SLIDER  */

/*  Infografía  */



/*  Infografia  */

.valores{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-image: url("../recursos/SLIDER/const.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 150px;
}

	.grid-item p {
	  font-size: 1rem; /* ðŸ‘ˆ bajamos el tamaÃ±o de pÃ¡rrafos */
	  line-height: 1.0;
	  color: white;
	  margin: 0 15px 15px 15px;
	  text-align: center;
	}

    .grid-container {
      display: grid;
      justify-content: flex-end;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      grid-auto-rows: minmax(300px, auto);
      gap: 20px;
      padding: 20px;
    }

	.grid-item {
	  display: flex;
	  flex-direction: column; /* ðŸ‘ˆ importante */
	  justify-content: center;
	  align-items: center;
	  text-align: center;
	  position: relative; /* ðŸ‘ˆ para overlay */
	  overflow: hidden;
	  border-radius: 30px;
	  transition: transform 0.3s ease-in-out;
	  box-shadow: 8px 8px 15px black;
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
    }

	/* Overlay semitransparente */
	.grid-item::before {
	  content: "";
	  position: absolute;
	  inset: 0;
	  background: rgba(0,0,0,0.4); /* oscurece el fondo */
	  z-index: 0;
	}

    /* ðŸ‘‡ Contenido sobre el overlay */
	.grid-item h1,
	.grid-item p {
	  position: relative; /* encima del overlay */
	  z-index: 100;
	  color: white;
	}

	.grid-item h1 {
	  font-size: 2.8rem;
	  margin: 10px 0;
	}

	.grid-item p {
	  font-size: 1.8rem;
	  line-height: 1.0;
	  margin: 0 20px 20px;
	}

    .grid-item:hover {
      filter: opacity(0.95);
      transform: scale(1.08);
    }

  .grid-item .item3{
    padding: 10px;;
  }

  .item4{
    display: none;
  }



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

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

      @media (max-width: 600px) {
        .grid-item:empty {
          display: none; /* Oculta los elementos vacÃ­os */
        }
      }
/*  FIN Infografï¿½a  */

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: none;
    scrollbar-color: #003566 #ededed;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 11px;
  }

  *::-webkit-scrollbar-track {
    background: #ededed;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #003566;
    border-radius: 18px;
    border: 1px outset #ffffff;
  }


  h1, h2, h3, h4 {
    color: var(--color-1);
    font-weight: var(--font-semi);
  }



  .title { font-size: 60px; }
	


  .sub__title{
    padding: 20px;
    font-weight: 300;
    font-size: 50px;
  }
  .inf {
    font-weight: 300;
    text-align: justify;
    font-size: 35px;
  }

  hr{margin: 5% 0;}
  
  hr#s1{
    border: 0;
    border-top: 2px solid #ddd;
  }

/*   SEAPARADORES   */

.separador hr{
	height: 8px;
	border: none;
	background-color: #7A7A7A;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;	
}

.separadorleft hr{
	height: 8px;
	border: none;
	background-color: #7A7A7A;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.separador1, .separador1left{
	width: 65%;
}

.separador2, .separador2left{
	width: 80%;
}

.separador {
  text-align: right; /* Esto sirve si quieres que varios elementos internos se alineen a la derecha */
}

.separadorleft {
  text-align: left; /* Esto sirve si quieres que varios elementos internos se alineen a la derecha */
}

.separador1,
.separador2 {
  margin-left: auto;   /* Empuja la lï¿½nea hacia la derecha */
  border: none;        /* Quita el borde por defecto */
  border-top: 2px solid white; /* Estilo de lï¿½nea */

}

.separador1left,
.separador2left {
  border: none;        /* Quita el borde por defecto */
  border-top: 2px solid white; /* Estilo de lï¿½nea */

}

.separador, .separadorleft{
	margin-top: 100px;
	margin-bottom: 100px;
}


/*   Separadores    */




.button-81 {
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: var(--color-2);
  border: 0 solid #e2e8f0;
  border-radius: 1.5rem;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  padding: 1rem 1.6rem;
  text-align: center;
  text-decoration: none #0d172a solid;
  text-decoration-thickness: auto;
  transition: all .1s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.25);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-81 i {
  font-size: 20px;
  margin-left: 5px;
}

.button-81:hover {
  background-color: var(--color-1);
  color: #fff;
}




@media (min-width: 768px) {
  .button-81 {
    font-size: 1.125rem;
    padding: 1rem 2rem;
  }
}

/* ============ OLD CODE ============  */
/* ====== Menu bar ======  */

.nav-bar {
    position: fixed;
    z-index: 1000;
    background-color: black;
  	opacity: 0.7;
    height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
    transition: height 0.3s ease, background 0.3s ease;
    z-index: 2000;
    }

    /* Clase cuando hace scroll */
    .nav-bar.shrink {
      height: 60px;
      background: #111; /* mÃ¡s oscuro al hacer scroll */
    }

    .nav-bar h1 {
      margin: 0;
      font-size: 20px;
      transition: font-size 0.3s ease;
    }

    nav-bar.shrink h1 {
      font-size: 18px;
    }

.nav-bar img{
	width: 120px;
}
  
.nav-bar ul {
	display: flex;


}

.nav-bar ul li{
  margin: 0 25px;
}

.nav-bar ul li a{
  font-weight: 600;
  color: #FFFFFF;
  padding: 7px 28px;
  font-size: 18px;
  text-transform: uppercase;


}
  
.nav-bar ul li a:hover {
background-color: #4B4B4B;
color: #83DEFF;
border-radius: 8px;
text-decoration-color: aliceblue;

  
}
  
.checkBtn {
  font-size: 30px;
  color: #0F6BAC;
  cursor: pointer;
  display: none;
}

#check {
  display: none;
}
  
/* ====== Menu reponsive  ======  */
    @media (max-width: 1400px) {
        .checkBtn {
            display: flex;
          }
    
        .nav-bar {
            padding: 0 180px;
            height: 120px;
          }
		
		.nav-bar img{
			width: 100px;
		}
    
        .nav-bar ul {
            position: absolute;
            width: 100%;
            height: calc(100vh - 80px);
            background-color: var(--color-1);
            top: 80px;
            left: -100%;
            text-align: center;
            align-items: center;
            transition: all 0.5s ease;
            flex-direction: column;
            z-index: 10;
          }
    
        .nav-bar ul li {
           
            margin: 25px 0;
          }
    
        .nav-bar ul li a {
            color: var(--color-b);
            font-size: 20px;
          }
    
        .nav-bar ul li a :hover {
            color: var(--color-4);
          }
    
          #check:checked ~ul {
            left: 0;
          }
    }

/* ====== slider principal  ======  */
    .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to bottom, rgba(14, 29, 51, 0.8), rgba(14, 29, 51, 0.2));
     }
      .hero-slider {
        width: 100%;
        height: 400px;
        overflow: hidden;
     }
      .hero-slider .carousel-cell {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
     }
      .hero-slider .carousel-cell .inner {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        text-align: center;
     }
      .hero-slider .carousel-cell .inner .subtitle {
        font-family: 'Roboto Slab', serif;
        font-size: 2.2rem;
        line-height: 1.2em;
        font-weight: 200;
        font-style: italic;
        letter-spacing: 3px;
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 5px;
     }
      .hero-slider .carousel-cell .inner .title {
        color: var(--color-b);
        font-family: 'Montserrat', sans-serif;
        font-size: 3rem;
        line-height: 1.2em;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-bottom: 40px;
     }
      .hero-slider .carousel-cell .inner .btn {
        border: 1px solid var(--color-b);
        padding: 14px 18px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-size: 0.8rem;
        letter-spacing: 3px;
        color: var(--color-b);
        text-decoration: none;
        transition: all 0.2s ease;
     }
      .hero-slider .carousel-cell .inner .btn:hover {
        background: var(--color-b);
        color: #000;
     }
      .hero-slider .flickity-prev-next-button {
        width: 80px;
        height: 80px;
        background: transparent;
     }
      .hero-slider .flickity-prev-next-button:hover {
        background: transparent;
     }
      .hero-slider .flickity-prev-next-button .arrow {
        fill: var(--color-b);
     }
      .hero-slider .flickity-page-dots {
        bottom: 30px;
     }
      .hero-slider .flickity-page-dots .dot {
        width: 30px;
        height: 4px;
        opacity: 1;
        background: rgba(255, 255, 255, 0.5);
        border: 0 solid var(--color-b);
        border-radius: 0;
     }
      .hero-slider .flickity-page-dots .dot.is-selected {
        background: var(--color-3);
        border: 0 solid var(--color-3);
     }

/* ====== slider Reconocmientos  ======  */
      
/* ---------- Cv secition ------------------- */


.recocv{
	display: grid;
    grid-template-columns: repeat(2,1fr);
}
.cv{
	background: linear-gradient(black, grey);
	width: 400px;
	height: 600px;
	box-shadow: 10px 10px 20px;
}

.cv img{
	width: 70%;
}


.recon1{
	background: linear-gradient(grey, black);
	box-shadow: 10px 10px 20px;
	width: 400px;
	height: 600px;
}

  .cv__botones{
    max-width: 100%;
  }

  .cv__botones a{
    font-size: 15px;
    padding: 15px;
    background-color: var(--color-1);
    color: #fff;
    border-radius: 40px;
    margin-right: 20px;
  }

  .cv__botones i{
    margin-right: 5px;
  }

.cv__desc h1{
	color: aliceblue;
	text-transform: uppercase;
	font-size: 1.5rem;
}

	.title-reco h1{
		position: absolute;
		font-size: 2.6rem;
		color: #CEFCFF;
		padding-left: 20px;
		z-index: 1000;

	}
	.reco-slider {
        width: 600px;
        height: 100%;
        overflow: hidden;
     }
      .reco-slider .carousel-reco {
        padding-top: 340px;
		width: 400px;
		
        background-repeat: no-repeat;
        background-position: center;
     }



	.carousel-reco p{
		font-size: 1.0rem;
		color: antiquewhite;
		text-decoration: underline;
		text-shadow: 10px 10px 10px black;
}
      .reco-slider .carousel-reco .inner {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        text-align: center;
     }
      .reco-slider .carousel-reco .inner .subtitle {
        font-family: 'Roboto Slab', serif;
        font-size: 2.2rem;
        line-height: 1.2em;
        font-weight: 200;
        font-style: italic;
        letter-spacing: 3px;
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 5px;
     }
      .reco-slider .carousel-reco .inner .title {
        color: var(--color-b);
        font-family: 'Montserrat', sans-serif;
        font-size: 3rem;
        line-height: 1.2em;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-bottom: 40px;
     }
      .reco-slider .carousel-reco .inner .btn {
        border: 1px solid var(--color-b);
        padding: 14px 18px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-size: 0.8rem;
        letter-spacing: 3px;
        color: var(--color-b);
        text-decoration: none;
        transition: all 0.2s ease;
     }
      .reco-slider .carousel-reco .inner .btn:hover {
        background: var(--color-b);
        color: #000;
     }
      .reco-slider .flickity-prev-next-button {
        width: 80px;
        height: 80px;
        background: transparent;
     }
      .reco-slider .flickity-prev-next-button:hover {
        background: transparent;
     }
      .reco-slider .flickity-prev-next-button .arrow {
        fill: var(--color-b);
     }
      .reco-slider .flickity-page-dots {
        bottom: 30px;
     }
      .reco-slider .flickity-page-dots .dot {
        width: 30px;
        height: 4px;
        opacity: 1;
        background: rgba(255, 255, 255, 0.5);
        border: 0 solid var(--color-b);
        border-radius: 0;
     }
      .reco-slider .flickity-page-dots .dot.is-selected {
        background: var(--color-3);
        border: 0 solid var(--color-3);
     }


/* ====== slider Reconocmientos  ======  */

 /* ---------- Obras css -------------------*/ 

 .box{
    width: 100%;
    display: grid;
    grid-gap: 25px;
    margin: 0 auto;
  }
  .card{
    position: relative;
    width: 300px;
    height: 350px;
    background: linear-gradient(#4277EB, #999994);
    margin: 0 auto;
    border-radius: 4px;
    box-shadow:0 2px 10px rgba(0,0,0,.2);
  }
  .card:before,
  .card:after
  {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(#6989CF, #B5B5B5);
    transition: 0.5s;
    z-index:-1;
  }
  .card:hover:before{
  transform: rotate(20deg);
  box-shadow: 0 2px 20px rgba(0,0,0,.2);
  }
  .card:hover:after{
  transform: rotate(10deg);
  box-shadow: 0 2px 20px rgba(0,0,0,.2);
  }
  .card .imgBx{
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: #222;
  transition: 0.5s;
  z-index: 1;
  }
  
  .card:hover .imgBx
  {
    bottom: 80px;
  }
  
  .card .imgBx img{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  
  .card .details{
      position: absolute;
      left: 10px;
      right: 10px;
      bottom: 10px;
      height: 60px;
      text-align: center;
  }
  
  .card .details h2{
   margin: 0;
   padding: 0;
   font-weight: var(--font-bold);
   font-size: 20px;
   color: var(--color-1);
   text-transform: uppercase;
  } 
  
  .card .details h2 span{
  font-weight: var(--font-medium);
  font-size: 16px;
  color: var(--color-2);
  display: block;
  margin-top: 5px;
   } 
/* ---------- Social bar css -------------------*/

.videos-you {
    width: 100%;
    padding: 10px;
  }

  .videos-you iframe{
    width: 500px;
    height: 300px;
	
  }

.videosyou{
	background: linear-gradient(#ADD8E6, #C8A2C8);
	width: 100%;
	box-shadow: 10px 10px 20px;
	border-radius: 15px;
}


/* ---------- Scial bar css -------------------*/

.box__list {
    margin-top: 20px;
    display: grid;
    grid-gap: 35px;
	grid-template-columns: repeat(2,1fr);
    gap: 20px;
  }
  
  .box__card {
    background-color: #f8f9fa;
    padding: 20px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  }
  
  .box__card p{
    font-weight: 300;
    text-align: justify;
    font-size: 27px;
  }

  .box__card500 {
    background-image: url("../../../../AppData/Local/Temp/recursos/500a.png");
    padding: 20px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
	  
  }
  
  .box__card500 p{
    font-weight: 300;
    text-align: justify;
    font-size: 27px;
  }

  .card500 {
    background-image: url("../../../../AppData/Local/Temp/recursos/500a.png");
    padding: 20px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
	  
  }
  
  .card500 p{
    font-weight: 300;
    text-align: justify;
    font-size: 27px;
  }
  
  .box__nosotros {
    padding: 25px;
  }
  
  .informacion .sub__title {
    padding: 20px;
  }
  
  .box__nosotros .sub__title {
    padding: 50px;
  }
  
  .n__descrip {
    padding: 20px;
    font-size: 27px;
    font-weight: 300;
    text-align: justify;
  }



/* ---------- Reconocimiento css -------------------*/

.reccell{
    border: 3px solid var(--color-3);
    border-radius: 18px;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 50px;
    padding: 55px 0px;
    align-items: center;
  }
  .recc1{
    padding: 45px;
     text-align: left;
  }
  .recc1 h1{
  font-size: 58px;
  font-family: 'Archivo Black', sans-serif;
  padding-top: 25px;
  }
  
  .recc1 h3{
    font-weight: 600;
    font-size: 20px;
  }
  .recc1 p{
    font-weight: 300;
    font-size: 25px;
    padding-top: 40px;
    padding-bottom: 45px;
    text-align: justify;
  }
  
  .recc1 a{
  margin-left: 5px;
  border-radius: 25px;
  background-color: var(--color-1);
  color: #FFF;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 0 solid #e7e8f0;
  box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.25);
  
  }
  
  .recc1 a:hover{
    color: #fff;
    background-color: var(--color-3);
    box-shadow: none;
  }
  
/* ---------- Infografia carvid ---------------*/
.infogra {
  display: grid;
  grid-gap: 50px;
}

.infogr__t {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.infogr__t i{
	color: var(--color-1);
	height: 63px;
	font-size: 35px;
	}

.infogra__box {
  align-self: center;
  justify-self: center;
  width: 380px;
  height: 450px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 15px;
} 

.infogra__box .infogra__title{
  font-size: 55px;
  padding: 10px;
}

.infogra__box .infogra__descrip{
  text-align: left;
  padding-top: 15px;
}

.infogra__box .infogra__descrip p{
  padding: 8px;
  text-align: justify;
  font-size: 21px;
  font-weight: 300;
}
/* ------ Infografia Box --------*/

.mision .infogra__descrip {
  border-top: 5px solid rgb(13,57,158);
}


.vision .infogra__descrip { border-top: 5px solid #d90429;}

.vision .infogr__t i, .vision .infogr__t h3 {color: #d90429; }

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

.filosofia .infogra__descrip { border-top: 5px solid #006d77;}

.filosofia .infogr__t i, .filosofia .infogr__t h3 {color: #006d77; }


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

.clientes .infogra__descrip { border-top: 5px solid #f77f00;}

.clientes .infogr__t i, .clientes .infogr__t h3 {color: #f77f00; }





  /* ---------- redes sociales -------------------*/
  .redes__sociales{
    width: 100%;
    
  }
  .redes__sociales h2 {
    margin-top: 40px;
    font-size: 40px;
    margin-bottom: 25px;
  }

  .box__social{
    padding: 20px;
    text-align: center;
   
  }

/* -------------*/
.facebook{
  border: 2px solid #3b5998;
  font-size: 25px;
  color: #3b5998;
  padding: 15px;
}

.facebook a{
  color: #3b5998;
}

.facebook:hover, .facebook:hover a{
  background-color: #3b5998;
  color: #fff;
}
/* -------------*/
.twitter{
  border: 2px solid #000000;
  font-size: 25px;
  color: #000000;
  padding: 15px;
}

.twitter a{
  color: #000000;
}

.twitter:hover, .twitter:hover a{
  background-color: #000000;
  color: #ffF;
}

/* -------------*/
.youtube{
  border: 2px solid #c4302b;
  font-size: 25px;
  color: #c4302b;
  padding: 15px;
}

.youtube a {
  color: #c4302b;
}

.youtube:hover, .youtube:hover a{
  background-color: #c4302b;
  color: #fff;
}
/* -------------*/
.insta{
	border: 2px solid #C13584;
	font-size: 25px;
	color: #C13584;
	padding: 15px;
}

.insta a{
	color: #C13584;
}

.insta:hover, .insta:hover a{
	background-color: #C13584;
	color: #FFF;
}

/* -------------*/
.linked a{
color:  #0e76a8;
}

.linked{
border: 2px solid #0e76a8;
font-size: 25px;
color: #0e76a8;
  padding: 15px;
}

.linked:hover, .linked:hover a{
background-color: #0e76a8;
color: #fff;
}
/* -------------*/

.social__link i{
  margin-right: 55px;
  font-size: 30px;
}
.social__link{
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
}

.social__link span{
  margin-right: 50px;
}


/* ---------  Modales ---------------*/
dialog{
	width: 600px;
	height: 800px;
	margin: auto;
	background-image: url("../recursos/modales/Bakcground.png");
	align-content: center;
	align-items: center;
	text-align: center;
	text-decoration-color: #F9F9F9;
	padding-top: 60px;
}

#btn-abrir-modal{
	background-color: #F50004;
}

.text-center{
	color: #FFFFFF;
	z-index: 999;
}


.modalback::backdrop{
	background-color: rgba(32,32,33,0.68); 
}


---------------*/
.colab h2{
	text-align: center;
	font-size: 40px;
	margin-top: 80px;
	color: white;
	text-shadow: 7px 7px 7px black;
}

.cursive__title, .valors{
	font-family: "Spectral", serif;
	font-weight: 400;
	font-style: italic;
}

.cursive__title{
	text-align: center;
}

.colab{
	position: absolute;
	left: 1000px;
	top: 500px;
}

.content-all{
    width: 210px;
    margin: auto;
    perspective: 800px;
    position: relative;
    margin-top: 50px;
	margin-bottom: 300px;
}

.content-carrousel{
    width: 100%;
    position: absolute;
    animation: rotar 10s infinite linear;
    transform-style: preserve-3d;
}

.content-carrousel:hover{
    animation-play-state: paused;
    cursor: pointer;
}


.content-carrousel figure{
    width: 100%;
    height: 70px;
    overflow: hidden;
    position: absolute;
    box-shadow: 0px 0px 20px 0px black;
    transition: all 300ms;
    
}

.content-carrousel figure:hover{
    box-shadow: 0px 0px 0px 0px black;
    transition: all 300ms;
}

.content-carrousel figure:nth-child(1){transform: rotateY(0deg) translateZ(300px);}
.content-carrousel figure:nth-child(2){transform: rotateY(40deg) translateZ(300px);}
.content-carrousel figure:nth-child(3){transform: rotateY(80deg) translateZ(300px);}
.content-carrousel figure:nth-child(4){transform: rotateY(120deg) translateZ(300px);}
.content-carrousel figure:nth-child(5){transform: rotateY(160deg) translateZ(300px);}
.content-carrousel figure:nth-child(6){transform: rotateY(200deg) translateZ(300px);}
.content-carrousel figure:nth-child(7){transform: rotateY(240deg) translateZ(300px);}
.content-carrousel figure:nth-child(8){transform: rotateY(280deg) translateZ(300px);}
.content-carrousel figure:nth-child(9){transform: rotateY(320deg) translateZ(300px);}
.content-carrousel figure:nth-child(10){transform: rotateY(360deg) translateZ(300px);}

.content-carrousel img{
    width: 100%;
    transition: all 300ms;
}

.content-carrousel img:hover{
    transform: scale(1.2);
    transition: all 300ms;
}


@keyframes rotar{
    from{
        transform: rotateY(0deg);
    }to{
        transform: rotateY(360deg);
    }
}

      @media (max-width: 600px) {
        .content-all{
          	width: 350px;


        }
      }



/*---   SLIDERR2025   ---*/


.full_sliderbar{
	display: grid;
	place-items: center;
	overflow: hidden;

}

.sliderbar{
	height: 300px;
	margin: auto;
	position: relative;
	width: 90%;
	display: grid;
	place-items: center;
	text-align: center;
	align-content: center;
}

.slider_tracker{
	display: flex;
	width: calc(300px * 28);
	animation: scroll 40s linear infinite;
}

@keyframes scroll{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(calc(-300px * 14));
	}
}

.sliderr{
	height: 100%;
	display: flex;
	align-items: center;
	padding: 15px;
	perspective: 100px;
}

.sliderr img{
	width: 100%;
	transition: transform 1s;
}

.sliderr img:hover{
	transform: translateZ(20px);
}

				/*-- Shadows  --*/
.sliderbar::before,
.sliderbar::after{
	background: linear-gradient(to right, rgba(180, 180, 180, 1) 0%,
	rgba(255, 255, 180, 0) 100%);
	content: '';
	height: 100%;
	position: absolute;
	width: 25%;

}

.sliderbar::before{
	left: 0;
	top: 0;
	transform: rotate(180deg);
}







/* ---------- form css -------------------*/

.c__cont {
  width: 100%;
  margin:0px auto;
  padding-top: 30px;
  padding: 2px;
  text-align: center;
}
.c__inf {
  padding: 20px;
  padding-top: 35px;
}

.c__form{
  padding: 20px;
  border-radius: 25px;
}

.co__inf{
  padding: 2px;
}

.co__data{
  text-align: left;
  display: flex;
  margin-bottom: 30px;
}
.co__icon {
  color: var(--color-1);
  padding: 6px;
  font-size: 28px;
}

.co__text label {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-3);
}

.co__text p{
  font-size: 23px;
  font-weight: 300;
}

.campo {
  text-align:left ;
  padding: 5px;
}

.campo label{
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--color-1);
}

.campo input {
  outline: none;
  background-color: transparent;
  width: 95%;
  height: 45px;
  border: 0;
  border-bottom: 2px solid var(--color-3);
}

input[type="text"], input[type="email"], textarea{
  font-size: 18px;
  color: #8d99ae;
  font-weight: 600;
}

.campo textarea {
  outline: none;
  background-color: transparent;
  width: 95%;
  border: 0;
  border-bottom: 2px solid var(--color-3);
}

input[type="submit"] {
  margin-top: 20px;
  padding: 15px;
  font-size: 20px;
  width: 100%;
  cursor: pointer;
  background-color: var(--color-1);
  border-radius: 5px;
  font-weight: 600;
  color: #FFF;
}

.input[type="submit"]:hover {
  background-color: white;
  border: 2px solid var(--color-1);
  color: var(--color-1);
}

.whats i {
  color: #075E54;
  margin-right: 5px;
}

.whatsT a{
  color: #075E54;
  margin-left: 15px;
}
.whatsC{
  padding: 15px;
}
.whatsC:hover{
width: 250px;
border-radius: 15px;
background-color: #075E54;
}

.whatsC:hover, .whatsC:hover i,.whatsC:hover label, .whatsC:hover a{
  color: #fff;
}

/* -----  ====== footer /css ======  ----- */

.mailT a{
  color: #2D64F8;
  margin-left: 15px;
}
.mailC{
  padding: 15px;
}
.mailC:hover{
width: 350px;
border-radius: 15px;
background-color: #2684E7;
}

.mailC:hover, .mailC:hover i,.mailC:hover label, .mailC:hover a{
  color: #fff;
}

.telT a{
  color: #2D64F8;
  margin-left: 15px;
}
.telC{
  padding: 15px;
}
.telC:hover{
width: 350px;
border-radius: 15px;
background-color: #281FF8;
}

.telC:hover, .telC:hover i,.telC:hover label, .telC:hover a{
  color: #fff;
}


/* -----  ====== footer /css ======  ----- */

.footer{
	background-image: url("../recursos/pisop.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

}

.horizontal-padding{
	padding-left: 25px;
	padding-right: 25px;
}

.vertical-padding{
	padding-top: 25px;
	padding-bottom: 25px;
}


.contact {
  background: #6a7a80;
  background: linear-gradient(90deg, rgba(106, 122, 128, 1) 0%, rgba(73, 95, 171, 1) 50%, rgba(128, 128, 119, 1) 100%);
  color: #D8D8D8;
  font-size: 18px;
  border-radius: 14px;
  padding: 25px;
  display: grid;
  gap: 25px;
  box-shadow: 5 5 5 black;
}

.contact p,
.contact h2,
.contact ul {
  margin: 0;
  padding: 0;
}

.contact-title {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.contact-details,
.contact-form {
  display: grid;
  gap: 20px;
}

.contact-details-group,
.contact-form-group{
  display: grid;
  gap: 3px;
}

.contact-label {
  text-transform: uppercase;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  border-radius: 7px;
  border: none;
  height: 30px;
  padding: 5px 10px;
}

.contact-form textarea {
  height: auto;
  resize: vertical;
}

.contact-form input {
  width: auto;
}

.contact-form-submit {
  width: 100%;
  height: 50px;
  background-color: #000000;
  border-radius: 7px;
  color: whitesmoke;
  border: 1px solid white;
  cursor: pointer;
}

.contact-form-submit:hover {
  box-shadow: 0 0 14px black;
}

.social-list {
  list-style: none;
  display: flex;
  gap: 25px;
  justify-content: center;
}

.social-list img {
	height: 25px;
	width: 25px;
}

.social-list .social_x img:hover {
  filter: drop-shadow(0 0 15px black);
}

.social-list .social_y img:hover {
  filter: drop-shadow(0 0 15px red);
}

.social-list .social_f img:hover {
  filter: drop-shadow(0 0 15px blue);
}

.social-list .social_l img:hover {
  filter: drop-shadow(0 0 15px blue);
}

.social-list .social_i img:hover {
  filter: drop-shadow(0 0 15px #FF0FA7);
}

.social-list .social_t img:hover {
  filter: drop-shadow(0 0 15px black);
}

.bolsa__trabajo a{
	background-color: rgba(135,125,125,0.91);
	text-decoration: none;
	color: aliceblue;
	justify-content: center;
	border-radius: 8px;
	height: 50px;
	width: 260px;
	align-content: center;
}

.bolsa a{
	background-color: rgba(46,80,209,0.79);
	text-decoration: none;
	color: aliceblue;
	justify-content: center;
	border-radius: 8px;
	height: 50px;
	width: 260px;
	align-content: center;
}

.bolsa_t:hover{
	background-color: #A09B9B;
	height: 50px;
	width: 260px;
	transform: scale(1.06);
}


	@media (max-width: 420px) {
		.contact-form textarea,
		.contact-form input,
		.contact-form button {
		  width: 260px;
		}
		
		.contact-text{
			width: 260px;
		}
		
		.social-list {
			gap: 15px;
		}

		.social-list img {
			height: 25px;
			width: 25px;
		}
		
	}


@media (min-width: 950px) {
  .contact {
    font-size: 20px;
    padding: 70px;

    max-width: 980px;
    margin: 0 auto;

    box-sizing: border-box;
  }

  .contact-title {
    font-size: 35px;
    text-align: left;
  }

  .social-list {
    justify-content: flex-start;
  }

  .social-list img {
    height: 35px;
  }

  .contact-title {
    grid-area: title;
  }

  .contact-details {
    grid-area: details;
  }

  .contact-form {
    grid-area: form;
  }

  .social {
    grid-area: social;
  }

  .contact {
    display: grid;
    grid:
      "title   form" auto
      "details form" 1fr
      "social  form" auto /
      1fr      1fr;
    align-items: start;
  }
}




/* -----  ====== OLD footer /css ======  ----- */



.footer__sec3{
  max-width: 100%;
  
}

  .fotter-cont {
    padding: 10px;
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    align-items: center;
    justify-content: center;
    justify-items: center;
}
  
  .footer-p {
    padding: 5px;
    overflow: hidden;
    box-sizing: border-box;

}
  
  .footer__sec1{
    padding: 15px;
    justify-content: center;
  }
  
  .footer__sec1 img{
  margin-bottom: 25px;
  }
  
  .footer__sec1 p{
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: justify;
  
  }
  
  .footer__sec2, .footer__sec3 {
    text-align: left;
  }
  
  .direccion{
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  .sub-f {
    color: #fff;
    padding: 20px;
    font-weight: 600;
    font-size: 28px;
  }
  
  .icon-s i{
  margin: 5px;
  color: #fff;
  padding: 10px;
  font-size: 25px;
  border-radius: 5px;
  cursor: pointer;
  }
  
  .icon-s i:hover {
  background-color: var(--color-1);
  color: #fff;
  }
  
  .footer__sec2 iframe{
  width: 100%;
  height: 300px;
  }
  
  
  .footter__inf {
    display: flex;
    padding: 15px;
    text-decoration: none;
  }
  
  .footter__inf i{
    color: #fff;
     font-size: 25px;
     margin-right: 15px;
  
  }
  
  .footter__inf p, a{
    padding: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
  }
  
  .footer .link:hover, .footer .link:hover a, .footer .link:hover i  {
    border-radius: 10px;
    max-width: 300px;
    background-color: var(--color-1);
    background: linear-gradient(purple, red);
  }
  
  .textof {
    text-align: center;
    background-color: #023047;
    color: #fff;
    padding: 10px;
  }

/* ====================  Obra  ===================  */

.hero-section {
  background-image:url("https://images.unsplash.com/photo-1552546083-ce802f5a3b7f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80");
  background-size: cover;
  background-position: center center;
  height: 75vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-section-text{
  background-color: #000;
  opacity: 0.8;
  padding: 25px;
  border: 1px solid #FFF;
}

.hero-section-text h1{
  font-weight: 600;
  font-size: 60px;
  color: #FFF;

}
.hero-section-text h5{
  font-size: 20px;
  font-weight: 300;
  color: var(--color-4);
}

.titulo__obra {
	font-size: 50px;
	font-weight: 600;
	padding: 40px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.contruc_conte{
  padding: 5px;

}

.contrc__g {
  padding: 5px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}

.contruc__car {
  
  align-self: center;
  padding: 2px;
}
.contruc__descrip{
  padding: 5px;
}

.c__descrpit {
  padding-top: 35px;
  font-size: 25px;
  font-weight: 300;
  text-align: justify;
  color: black;
}

.text__black{
	color: black
}

.fechas {
  padding-top: 25px;
  text-align: left;
  
}

.fecha__i, .fecha__2 {
  align-items: center;
  display: flex;
  padding: 10px;
}

.fecha__i i, .fecha__2 i{
  color: var(--color-1);
  font-size: 30px;
  margin-right: 10px;

}
.fecha__i p, .fecha__2 p{
  font-weight: 300;
  font-size: 20px;
}

.c__ubi iframe{
  width: 90%;
  height: 350px;
}

.c__ubi h2{
  text-align: left;
  padding: 15px;
  font-size: 25px;
  font-weight: 600;

}

.obra__video i, .obra__video a{
  font-weight: 600;
  color: #d90429;

}

.sub__construc {
  font-size: 30px;
  font-weight: 600;
}


.carousel {
  background: #EEE;
}

.carousel-cell {
  width: 80%;
  margin-right: 10px;
}


/* -----  ====== galeria virtual ======  ----- */

.gallery_container {
  border:3px solid #d8e2dc;

}

.video-c {
  display: grid;
  grid-template-columns: 2.5fr 1.3fr;
  padding: 30px;
  gap: 10px;
}
.you_title {
  font-weight: 600;
  padding: 25px;
}

.video-inf{
  text-align: left;
  padding: 17px;
  background-color: #edf2f4;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 7px;
}

.video-you {
  width: 100%;
}
.video-you iframe {
  width: 85%;
  height: 450px;
}
.video-select {
  height: 600px;
  overflow-y: scroll;
}

.video-inf:hover{
  background-color: #bbd0ff;
  border-radius: 5px;
}


.video-icon {
  color: blue;
  margin-right: 25px;
  font-size: 30px;
}
.video-datos {
  padding-top: 25px;
  text-align: left;
}

.linkt{
  font-size: 20px;
  font-weight: 600;
}
.linkb{
  font-size: 15px;
}

.video-datos h1{
  padding-bottom: 10px;
  font-weight: 600;
}

/* -----  ====== Walamrt articulo ======  ----- */

.art__cuerpo2, .art__cuerpo{
  max-width: 80%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: 20px;
  margin: auto;
}

.art__text2{
  text-align: left;
}

.art__cuerpo2 h3{
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 20px;
}

.art__cuerpo2 h1{
  text-align: justify;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 15px;
}

.art__cuerpo2 p, .art__cuerpo p {
  font-weight: 300;
  font-size: 20px;
  text-align: justify;
  margin-bottom: 10px;
}

#contact{
	box-shadow: 10px 10px 20px black;


}

/*------------------ loader ---------------- */ 
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 94px;
  height: 94px;
  margin: 8px;
  border: 10px solid #90e0ef;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #90e0ef transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.loader{
  background-color: #023047;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  clip-path: circle(141.0% at 0 0);
  transition: clip-path 0.5s ease-in-out;
}


.loader2{
  clip-path: circle(0% at 0 0);
}

@media print {

  * img{ display: none; }
  body {
    
    margin: 0;
    color: #000;
    background-color: #fff;
    font-size: 18pt }
  
}

@page {
  margin-top: 2cm;
  margin-bottom: 2cm;
  margin-left: 2cm;
  margin-right: 2cm;
}

/* ====== @media screen celular  ======  */

@media (max-width : 768px){
	
    .contenido {
        width: 100%;
        margin: 0;
      } 
	
	.lema h1{
		font-size: 45px;
	}
	
	.lema span{
		font-size: 50px;
	}
	
	.colab h2{
		color: white;
	}
	

	.content-all{
		width: 210px;
		margin-left: -770px;
		perspective: 9800px;
		position: relative;
		margin-top: -50px;
	}
	

  
	.colab h2{
		margin-left: -920px;
		position: absolute;
		margin-top: -110px;
		font-size: 1.8rem;
	}
	
	.lema{
		left: 10px;
		width: 100%;
		height: 120px;
		top: 180px;
    border-radius: 0px;
	}

.hero-slider1{
  position: relative;
  width: 100%;
  height: 100vh; /* pantalla completa */
	margin-top: -24px;
	margin-bottom: -200px;
  overflow: hidden;
}
	
	.separador hr{
	height: 6px;
	}
	.separadorleft hr{
	height: 6px;
	}
video{
  height: 80%;
  object-position: left; /* Mueve el enfoque */   
}

  .lema h1{
    font-size: 25px;
  }
	
	
	.swipenstats{
		margin-top: -150px;
		margin-bottom: -60px;
	}
	
	.contenido_obras{
		margin-top: -30px;
		margin-bottom: 0px;
	}
	
	.obras{
		grid-row-gap: 10px;
	}
	
	.rewardo{
		margin-bottom: -30px;
	}	
	
	.allreg{
		grid-row-gap: 70px;
	}
	
	.full_sliderbar{
		margin-top: -110px;
		margin-bottom: -110px;
	}
	
	.valores{
		margin-bottom: -50px;
	}
	
	.c__form {
		width: 320px;
	}
	
	.c__cont{
		align-content: flex-start;
	}

	.nav-bar{
		height: 100px;
	}
	.nav-bar img{
		width: 80px;
	}
	
      .title{ font-size: 43px;}

      .sub__title {font-size: 43px;}

      .inf p { font-size: 25px;}

      .recc1 h3{
        font-size: 18px;
        padding-left: 0;
        padding-top: 50px;
        padding-bottom: 25px;
        text-align: justify;
      }
        
      .reccell img{
        width: 350px;
        }
        
      .reccell{
        border: none;
        width:95%;
        margin: auto;
        grid-template-columns: repeat(1,1fr);
        align-items: center;
        padding: 0;
         }
      .recc1 {
        padding: 0;
        width: 100%;
        }
        
      .recc1 h1{
		font-family: 'Archivo Black', sans-serif;
		font-size: 20px;
      
        }
      .recc1 a{ 
        text-align: left; 
        font-size: 18px; 
        box-shadow: none;
        margin-bottom: 20px;
      }

      .recc1{ font-size: 20px;  }

      .infogra__box {
        width: 100%;
      }
  
      .infogra__box .infogra__descrip p {
        font-size: 22px;
      }
  
      .infogra {
        width:100%;
        flex-direction: column;
        padding: 0;
      }
      .infogra__box {
        margin: 0;
        width: 75%;
        height: auto;
		margin-bottom: 20px;
      }
	.infogra__box img{
		width: 300px;
	}
      .cv__section{
        width: 100%;
      }
	.cv__botones{
		margin-bottom: 20px;
	}
      .cv__botones i{
        margin-right: 15px;
      }

      .slider{
        width: 100%;
      }


      .c__cont{
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
      }

      .footer-p{
        width: 95%;
        grid-template-columns: repeat(1, 1fr);
      }


      .contrc__g {
        grid-template-columns: repeat(1, 1fr);
}

      .carousel{
         width: 100%;
         height: auto;
      }


     .video-c {
      grid-template-columns: repeat(1, 1fr);
     }

     .video-you iframe{
      max-width: 100%;
      height: auto;
     }

     .video-datos h1{
      font-size: 23px;
     }
     .video-datos h2{
      font-size: 20px;
     }

     .art__cuerpo2, .art__cuerpo {
      grid-template-columns: repeat(1, 1fr);
     }

     .art__img1 img {
      max-width: 110%;
     }
	
	.recocv{
		flex-direction: column;
		width: 400px;

	}
	
	.reco-slider{
		width: 370px;
		height: 500px;
		padding-left: 30px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.recon1{
		margin-bottom: 40px;
		width: 400px;
		height: 550px;
	}
	.title-reco h1{
		font-size: 25px;
	}
	.cv{
		margin: 0;
		width: 400px;
		height: 550px;
		
	}
.cv img{
	padding-top: 40px;
	width: 70%;
}

.box__list {
    margin-top: 20px;
    display: grid;
    grid-gap: 35px;
	grid-template-columns: repeat(1,1fr);}
	
	dialog{
		width: 280px;
		height: 500px;
		margin: auto;
		padding-top: 60px;
}
	#modal img{
		width: 220px;
	}
	
}
/* ====== @media screen tablets  ======  */


@media(min-width:768px){
.box{
    padding: auto;
    margin: auto;
    grid-template-columns: repeat(2, 1fr);
    }	
	
	
}


@media(min-width:768px) and (max-width: 948px){
    .contenido{
        width: 95%;
    }
	
	.carousel-cell img{
		width: 100%;
		height: auto;	
	}
	
	.background{
		margin-top: 90px;
		margin-bottom: 100px;
	}
	
	.lema{
		left: 10px;
		width: 420px;
		height: 270px;
		top: 180px;
	}
	
	.lema h1{
		font-size: 60px;
	}
	
	.lema span{
		font-size: 75px;
	}
	
		.hero-slider1 .lema p {
		font-size: 60px;
	}
	
	.colab h2{
		color: white;
	}
	
	.content-all{
		width: 210px;
		margin-left: -710px;
		perspective: 9800px;
		position: relative;
	}
	
	.colab h2{
		margin-left: -800px;
		position: absolute;
		margin-top: -10px;
		font-size: 1.8rem;
	}
	
	.hero-slider1 {
		margin-top: -115px;
	}


    .videos-you iframe{
        width: 500px;
        height: 300px;
      }

	.reccell {
        margin-bottom: 40px;
      }
	.recc1 h3{
        font-size: 18px;
        padding-left: 0;
        padding-top: 50px;
        padding-bottom: 25px;
        text-align: justify;
      }
        
	.reccell img{
            width: 350px;
        }
	.reccell{
        border: none;
        width:95%;
        margin: auto;
        grid-template-columns: repeat(1,1fr);
        align-items: center;
        padding: 0;
         }
	.recc1 {
            padding: 0;
            width: 100%;
        }
        
	.recc1 h1{
            font-family: 'Archivo Black', sans-serif;
            font-size: 20px;
      
        }
	.recc1 a{ text-align: left; font-size: 18px; box-shadow: none; }

      .recc1{ font-size: 20px;  }

      .box__card p {
        font-size: 18px;
      }
	
	  .box__card500 p {
        font-size: 18px;
      }
	
	  .card500 p {
        font-size: 18px;
      }

      .infogra {
        width: 100%;
		display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding: 0 0;
      }
	.infogra__box img{
		width: 300px;
	}

      .reccell{
        grid-template-columns: repeat(1,1fr);
      }

      .cv__img img{
        width: 60%;
        padding: 4px;
        border: 2px solid var(--color-1);
      }

      .cv__botones a{
        border-radius: 0;
        
      }

      .c__cont{
        grid-template-columns: repeat(1, 1fr);
      }

      .contrc__g{
        grid-template-columns: repeat(1, 1fr);
      }

      .carousel{
        width: 100%;
        height: auto;
      }

      .footer-p{
        width: 95%;
        grid-template-columns: repeat(1, 1fr);
      }
      .video-c {
        grid-template-columns: repeat(1, 1fr);
       }
  
       .video-you iframe{
        max-width: 100%;
        height: 350px;
       }

       .art__cuerpo2, .art__cuerpo {
        grid-template-columns: repeat(1, 1fr);
       }
  
       .art__img1 img {
        max-width: 100%;
       }
		dialog{
			width: 480px;
			height: 600px;
			margin: auto;
			padding-top: 60px;
}
		#modal img{
			width: 320px;
	}
	
}

/* ====== @media screen LapTop  ======  */

@media (min-width: 1300px){

	.box{
		grid-template-columns: repeat(3, 1fr);
		}
	
}



@media (min-width: 1451px){
    

	


    .carousel-cell img{
        width: 100%;
        height: auto;
        }



    .videos-you {
        width:100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
     }


    .infogra {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 25px;
    }
    
    .recc1 h1{
      font-size: 38px;
      font-family: 'Archivo Black', sans-serif;
      padding-top: 25px;
      }

      .recsec {
        border: 2px solid var(--color-2);
      }

      .reccell{
        grid-template-columns: repeat(2, 1fr);
      }

      .reccell a{
        margin-bottom: 50px;
      }

      .recc1 p{
        font-size: 20px;
        width: 80%;
      }

      .cv__section{
        display: grid;
        grid-template-columns: repeat(2 , 1fr);
      }


      .redes__sociales h2 {
        font-size: 40px;
        margin-bottom: 25px;
      }

      .box__social{
        padding: 20px;
        max-width: 450px;
        text-align: center;
       
       
      }

/* -------------*/
    .facebook{
      border: 2px solid #3b5998;
      font-size: 25px;
      color: #3b5998;
      padding: 15px;
    }

    .facebook a{
      color: #3b5998;
    }

    .facebook:hover, .facebook:hover a{
      background-color: #3b5998;
      color: #fff;
    }
/* -------------*/
    .twitter{
      border: 2px solid #000000;
      font-size: 25px;
      color: #000000;
      padding: 15px;
    }

    .twitter a{
      color: #000000;
    }

    .twitter:hover, .twitter:hover a{
      background-color: #000000;
      color: #ffF;
    }

/* -------------*/
    .youtube{
      border: 2px solid #c4302b;
      font-size: 25px;
      color: #c4302b;
      padding: 15px;
    }

    .youtube a {
      color: #c4302b;
    }

    .youtube:hover, .youtube:hover a{
      background-color: #c4302b;
      color: #fff;
    }
/* -------------*/
   .insta{
    border: 2px solid #C13584;
    font-size: 25px;
    color: #C13584;
      padding: 15px;
   }

   .insta a{
    color: #C13584;
   }

   .insta:hover, .insta:hover a{
    background-color: #C13584;
    color: #FFF;
   }

/* -------------*/
   .linked a{
    color:  #0e76a8;
   }

   .linked{
    border: 2px solid #0e76a8;
    font-size: 25px;
    color: #0e76a8;
      padding: 15px;
   }

   .linked:hover, .linked:hover a{
    background-color: #0e76a8;
    color: #fff;
   }
/* -------------*/
/* ------------*/

    .social__link i{
      margin-right: 55px;
      font-size: 30px;
    }
    .social__link{
      width: 100%;
      margin-bottom: 20px;
      border-radius: 5px;
    }

    .social__link span{
      margin-right: 50px;
    }

    .c__cont{
      width: 100%;
      grid-template-columns: repeat(2, 1fr);
    }

    .input[type="submit"] {
      margin-top: 20px;
      padding: 15px;
      font-size: 20px;
      width: 100%;
      cursor: pointer;
      background-color: var(--color-1);
      border-radius: 5px;
      font-weight: 600;
      color: #FFF;
      }

      .box__card p{
        font-size: 28px;
      }
	      .box__card500 p{
        font-size: 28px;
      }
	
		.card500 p{
        font-size: 28px;
      }
	
	
	

      .contrc__g{
        grid-template-columns: repeat(2, 1fr);
      }

      .video-c {
        grid-template-columns: 2.5fr 1.3fr;
       }
  
       .video-you iframe{
        width: 85%;
        height: 450px;
       }

       .art__cuerpo2, .art__cuerpo {
        grid-template-columns: repeat(2, 1fr);
       }
     
}

/* ====== @media screen  pc ======  */

@media(min-width: 1800px){
    .carousel-cell img{
     width: 100%;
     height: auto;
     }

    .box{
        grid-template-columns: repeat(4, 1fr);
    }

    .videos {
        width: 80%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 35px;
         }
    
    .section iframe {
          width: 500px;
          height: 300px;
        }
}

	@media only screen and (min-width: 1199px) and (max-width: 1451px) {
		
		.rewards{
			width: 15rem;
			height: 20rem;
		}
		.allreg{
			display: grid;
			grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
			grid-column-gap: 30px;
			grid-row-gap: 130px;
		}
		
		.intro_reco{
			height: 150px;
			width: 240px;
			bottom: -10;
			
		}
		
		.reconocimiento25,
		.reconocimiento26,
		.reconocimiento27,
		.reconocimiento28{
			width: 12rem;
		}
		
		.rewards:hover .reconocimiento26{
			transform: translateX(-10px) translateY(-80px);
			width: 15rem;
		}

		.rewards:hover .reconocimiento25{
			transform: translateX(-30px) translateY(-90px);
			width: 15rem;
		}

		.rewards:hover .reconocimiento27{
			transform: translateX(-10px) translateY(-100px);
			width: 15rem;
		}
		.rewards:hover .reconocimiento28{
			transform: translateX(-10px) translateY(-100px);
			width: 15rem;
		}	
		
		.rewards:hover .intro_reco{
			top: 80px;
		}
	}

@media (max-width : 400px){
	
	.informacion{
		width: 95vw;
		margin-left: 18%;
	}
	
	.rewardo .informacion h1{
		font-size: 40px;
		width: 95vw;
		margin-left: -40px;
	}
	.rewardo .contenido p{
		width: 90vw;
		margin-left: 30px;		
	}
}
		
		
	
