/** Desarrollado: Ing Alfredo Marcano - Empresa: Pitcce, C.A - Localidad: Maracay - Venezuela - Diseño: Ing Alfredo Marcano **/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300&display=swap');

*{margin: 0;padding: 0;box-sizing: border-box;font-family: 'Noto Sans Display', sans-serif;text-decoration: none;}

:root{
  --color-claro: #ffffff;
  --color-oscuro: #000000;
  --color-titulo: #004987;
  --tit-section: 3.7em;
  --tit-section-submodule: 2.7em;
  --tit-font-family: 'Lato', sans-serif;
  --box-shadow-general: 0px 0px 10px 8px #f4f4f4;
  --border-radius-general:14px;
}

.dflex{display: flex;}
.text-center{text-align: center;}
.justify-between{justify-content: space-between;}
.align-item-center{align-items: center;}
ul {list-style-type: none;padding: 0;}
a {color: unset;}
section{height: 100vh;}


.submodule{display: block;height: 100%;padding: 4em 0;}

/* margin */
  .mt-0{ margin-top: 0em;}
  .mt-1{ margin-top: -1em;}
  .mt-2{ margin-top: -2em;}
  .mt-3{ margin-top: -3em;}
  .mt-4{ margin-top: -4em;}
/* padding */
  .pt-2{ padding-top: 2em;}

input[type=text], textarea, input[type=email]{width: 100%;padding: 0.75rem;margin: 6px 0 15px;height: 100%;resize: none;border-radius: 7px !important;border: 1.3px solid #ced4da;}
img{object-fit: scale-down;width: 100%;height: 100%;}
.cont85{width: 85%;margin: 0 auto;}
nav {display: flex;flex-direction: row;align-items: center;justify-content: space-between;padding: 0em 3em;position: fixed;width: 100%;height: 100px;top: 0;z-index: 1000;transition: 0.7s;background-color: #ffffff44;box-shadow: 0px 0px 11px -2px #000}
.top-nav.abajo{background-color: #fff;transition: 1s;padding: 0em 8em;height: 80px;}
.top-nav.abajo > .menu > li{text-shadow: none;color: #000;font-weight: bold;font-size: 1.3em;}
.top-nav a{object-fit: none;height: 100%;}
.menu {display: flex;flex-direction: row;list-style-type: none;margin: 0;}
.menu > li {margin: 0 0.5rem;padding: 0 10px;overflow: hidden;font-size: 1.3em;font-weight: bold;color: #000;text-shadow: 0px 0px 1px #000;text-transform: uppercase;}
.menu > li > a{text-decoration: none;}
.menu-button-container {display: none;height: 100%;width: 30px;cursor: pointer;flex-direction: column;justify-content: center;align-items: center;}
#menu-toggle {display: none;}
.menu-button,.menu-button::before,.menu-button::after {display: block;background-color: #fff;position: absolute;height: 4px;width: 30px;transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);border-radius: 2px;}
.menu-button::before {content: '';margin-top: -8px;}
.menu-button::after {content: '';margin-top: 8px;}
#menu-toggle:checked + .menu-button-container .menu-button::before {margin-top: 0px;transform: rotate(405deg);}
#menu-toggle:checked + .menu-button-container .menu-button {background: rgba(255, 255, 255, 0);}
#menu-toggle:checked + .menu-button-container .menu-button::after {margin-top: 0px;transform: rotate(-405deg);}  
header{height: 90vh;}
.opacFull {opacity: 1 !important;}
.slider-container {width: 100%;height: 100%;overflow: hidden;}
.site-slider {position: relative;margin: 0;}
.site-slider li {line-height: 0;list-style: none;}
.slider-img {width: 100%;height: 100%;}
.slider-img img{object-fit: cover;height: 100vh;}  
.slider-text {width: 40%;position: absolute;top: 65%;left: 100px;line-height: normal;color: #fff;transform: translateY(-50%);}
.slider-text h3 {font-size: 60px;font-weight: 400;margin-bottom: 10px;opacity: 0;text-shadow: 1px 1px #333;}
.slider-text p {width: 100%;font-size: 25px;line-height: 1.5em;opacity: 0;font-weight: 600;background: linear-gradient(to left, transparent, #06060630);border-radius: 12px;padding: 1.5rem;}
.slider-container .owl-dots {position: absolute;top: 40%;right: 20px;transform: translateY(-40%);}
.slider-container .owl-dots .owl-dot {width: 10px;height: 10px;background: #fff;display: block;margin: 10px 0;border-radius: 50%;}
.slider-container .owl-dots .owl-dot.active {background: #3bd400;transform: scale(1.5);}
.animate-in-fast {animation: in-fast 3000ms ease-in-out forwards;}
  
  @keyframes in-fast {
    0% {opacity: 0;transform: translateX(-3em);}
    100% {opacity: 1;transform: translateX(0);}
  }
  .animate-in-slow {animation: in-slow 2000ms linear forwards;}  
  @keyframes in-slow {
    0% {opacity: 0;transform: translateX(3em);}
    100% {opacity: 1;transform: translateX(0);}
  }
 
.company{padding: 1rem;width: 30%;}
.servicios{width: 20%;padding: 1rem;}

/*********************** SECCION 1 ************************/
.s1{height: 100%;padding: 0em 0 3em;}
.s1 .cont85{opacity: 0;transform: scale(0.5);transition: 1.1s ease-out all;}
.s1 .cont85.visible{opacity: 1;transform: scale(1);}
.s1svg{margin-bottom: -22em;}
.s1tit{display: block;text-align: right;margin-bottom: 2em;margin-top: -2em;}
.s1tit span{font-family: var(--tit-font-family);color: #f8f8f8;font-size: var(--tit-section);font-weight: bold;}
.s1text{width: 70%;padding: 0.5em 1.5em;display: flex;flex-direction: column;align-items: center;justify-content: space-around;}
.s1img{width: 400px;margin-bottom: -5em;}
.s1img img{object-fit: fill;}
.s1text span{font-size: 64px;padding-bottom: 0.4em;}
.s1text p{font-size: 2em;line-height: 1.5em;}
.s1apps{display: block;}
.s1app {width: 100%;padding: 0.5em;list-style-type: none;display: grid;grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));grid-gap: 20px;}  
.s1app li {background-color: #ffffff;padding: 1.5em 1.2rem;border-radius: 7px;box-shadow:0px 0px 7px -3px rgb(76, 75, 75);display: grid;grid-template-rows: 100px auto 1fr;grid-gap: 10px;color: #c4c4c4;height: 100%;}
.s1app li:hover {transform: translateY(-5px);transition-duration: 0.5s;cursor: pointer;box-shadow: 0px 0px 9px 1px #004987;color: #000;}
.s1app li img{width: 100%;height: 100%;object-fit: fill;}
.s1app li span{font-size: 1.5em;font-family: var(--tit-font-family);padding: 0;margin: 0;color: #00498777;}
.s1apptext{margin: 0;padding: 0;}
.s1button{margin: 1.5em auto;width: 20%;padding: 0.4em 0.5em;border-radius: 7px;background-color: #ffffff;border: 0;box-shadow: 0px 0px 5px -1px #000000ac;font-size: 1.2em;text-align: center;}
.s1button:hover {background-color: #004987;}
.s1button a{text-decoration: none;color: #c4c4c4;}
.s1button:hover a{color: #ffffff;}

/*********************** SECCION 2 ************************/
.s2{background-color: #f8f8f8;position: relative;height: 100%;padding: 5em 1em;}
.s2 .cont85{opacity: 0;transform: translateX(-200px);transition: 1.3s ease-out all;}
.s2 .cont85.visible{opacity: 1;transform: translateX(0);}
.svg-pitcce-1{position: absolute;top: -170px;left: -200px;width: 20%;transform: rotate(0deg);animation: rotatelogo 18s infinite;}
    @keyframes rotatelogo {
    0% {transform: rotate(0deg);}
    50%{transform: rotate(120deg);}
    100%{transform: rotate(0deg);}
    }
.s2text{padding: 2em;width: 100%;}
.s2text span{color: #004987;text-align: center;margin-bottom: 0.5em;font-size: 3em;display: block;}
.s2text p{text-align: justify;font-size: 1.3em;line-height: 1.8;padding-bottom: 1em;}
.s2btn{display: flex;justify-content: space-around;margin: 20px 0;}    
.s2btn span{box-shadow: 0px 1px 7px rgba(0, 44, 14, 0.12);padding: 0.6em 3em;text-align: center;border-radius: 6px;font-size: 1.2em;border: 1px solid #004987;color: #4D4D4D;}
.s2btn span:first-child{background-color: #004987;color: #fff;}
.s2img{ width: 100%; }
.s2img img{min-height: 550px;object-fit: cover;box-shadow: 0px 2px 18px -1px #00000044;border: 0.5em solid white;border-radius: 14px;}

/*********************** SECCION 3 ************************/
.s3{position: relative;z-index: 100;height: 100%;padding: 2.5em 0;}
.s3 .cont85{opacity: 0;transform: translateY(-300px) scale(0.4);transition: 1.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) all;}
.s3 .cont85.visible{opacity: 1;transform: translateY(0) scale(1);}
.s3tit{display: block;text-align: right;margin-top: 1em;}
.s3tit span, .s3tit a{font-family: var(--tit-font-family);color: #004987;font-size: var(--tit-section);font-weight: bold;}
.s3promocion{width: 100%;}
.s3prom{position: relative;margin: 25px;height: 100%;box-shadow: 0px 4px 8px rgba(76, 75, 75, 0.5);border-radius: 8px;padding: 1.8em 2em;background: #fff;transform: translateY(-20px);}
.s3prom:nth-child(2n+1){transform: translateY(20px);}
.s3prom-img{height: 200px;margin-bottom: 1em;}
.s3prom-img img{  border-radius: 8px;  width: 100%;  object-fit: fill;  margin: 0 auto;  display: block;}
.s3prom p{padding: 1em 0 2.5em;font-size: 1em;}
.s3prom span{position: absolute;bottom: 1.5em;right: 2em;box-shadow:0px 2px 6px rgba(76, 75, 75, 0.4);padding: 0.5em 1em;border-radius: 4px;background-color: #004987;color: white;}
.s3prom:hover h3{color: #004987;}
.s3prom:hover{box-shadow:0px 0px 6px #00498788;transition-duration: 0.5s;cursor: pointer;}
.s3prom:hover span{background-color: #3bd400;transition-duration: 0.5s;}
.s3promocion .owl-item{margin-bottom: 2em;}
.s3promocion .owl-dots {display: flex;position: absolute;bottom: -2.5%;left: 50%;transform: translateX(-50%);}
.s3promocion .owl-dots .owl-dot {width: 10px;height: 10px;background: #fff;display: block;margin: 10px 0;border-radius: 50%;}    
.s3promocion .owl-dots .owl-dot.active {background: #004987;transform: scale(1.5);}
.svg-pitcce-2{position: absolute;top: 100px;right: 100px;width: 70%;    transform: rotate(-30deg);}
    
/*********************** SECCION 4 ************************/
.s4{background-color: #f8f8f8;background-image: url(../imagenes/SVG/grafos.svg);background-size: 100% 100%;background-attachment: fixed;padding: 5em 0 3em;height: 100%;}
.s4tit{display: block;margin-top: 1em;}
.s4tit span{font-family: var(--tit-font-family);color: #004987;font-size: var(--tit-section);font-weight: bold;}
.s4listamiga{width: 100%;}
.s4detalles{text-align: justify;font-size: 14px;margin-bottom: 2em;}
.s4detalles p{padding: 0.7em 0em 0em;font-size: 1.8em;color: #626262;line-height: 1.8em;}
.accordion {width: 100%;background: transparent;-webkit-border-radius: 14px;-moz-border-radius: 14px;border-radius: 14px;}
.accor_li{margin-bottom: 15px;box-shadow: 0px 1px 8px rgba(0, 44, 14, 0.12);;border-radius: 14px;}
.accordion .link {cursor: pointer;display: block;padding: 12px 10px 12px 20px;color: #4D4D4D;font-size: 16px;font-weight: 700;position: relative;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;background: #fff;border-radius: 14px;}
.accordion li:last-child .link {border-bottom: 0;}
.accordion li i {position: absolute;top: 16px;left: 12px;font-size: 18px;color: #595959;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.accordion li i.fa-chevron-down {right: 12px;left: auto;font-size: 16px;}
.accordion li.open .link {background: #004987;color: #fff;border-radius: 14px 14px 0px 0px; }
.accordion li.open i {color: #ffffff;}
.accordion li.open i.fa-chevron-down {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
.accordion li.default .submenu {display: block;}

/* -------------------- Submenu ---------------------- */
.submenu {display: none;font-size: 14px;}
.submenu li {padding: 2.5em 2em;position: relative;display: flex;background-color: #fff;border-radius: 0px 0px 14px 14px;}
.submenu-img{max-width: 250px;height: 100%;}
.submenu p {width: 100%;display: block;text-decoration: none;color: #a3a3a3;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;text-align: justify;padding-bottom: 30px;}
.submenu a {box-shadow: 0px 4px 16px rgba(0, 44, 14, 0.2);padding: 0.7em 1.5em;border-radius: 6px;position: absolute;background: #439604;color: #ffffff;bottom: 15px;right: 40px;}
.submenu-det p{color: #a3a3a3;padding-bottom: 0;font-size: 1.3em;}
.submenu-det li{padding: 5px;}
.submenu-det span{font-size: 18px;padding: 0;margin: 0;color: #a3a3a3;}
.s4amiga{position: relative;width: 100%;}
.s4amiga::before{content: '';position: absolute;bottom: 15%;right: 15%;height: 70%;width: 70%;border-radius: 50%;background: #004987;animation: transcircle 5s infinite;}
@keyframes transcircle {
    0%   {bottom: 30px;}
    25%  {bottom: 140px;}
    75%  {bottom: 80px}
    100% {bottom: 30px;}
}
.s4amiga img{width: 100%;transform: rotate(10deg);object-fit: scale-down;position: relative;}

/*********************** SECCION 5 ************************/
.s5{height: auto;background: url(../imagenes/gif-pitcce-cargando.gif);background-attachment: fixed;background-repeat: no-repeat;background-position: center;background-size: 50% 100%;}
.s5bg{height: 100%;padding: 10em 0;background-color: #00000033;}
.s5-text{height: auto;display: flex;align-items: center;justify-content: center;color: white;text-align: center;line-height: 1.8em;text-shadow: 1px 1px #c4c4c4;}
.s5-text span{font-size: 3em;}
.s5-text p{margin-top: 1.5em;padding: 0 3em;font-size: 2em;}

/*********************** SECCION 6 *******************/
.s6{position: relative;height: auto;padding: 4em 0em 0em;}
.s6tit{display: block;text-align: center;margin: 1em 0 5em;}
.s6tit span{font-family: var(--tit-font-family);color: #004987;font-size: var(--tit-section);font-weight: bold;}
.s6Aliados{display: flex;justify-content: space-between;list-style: none;}
.owl-aliados .owl-item img{width: 75%;height: 250px;}
.owl-aliados .owl-item{list-style: none;text-align: center;}

/********************** SECCION 7 *************************/
.s7{height: auto;padding: 5em 0 5em 0;}
.s7tit{display: block;text-align: left;margin: 0em 0 2em;}
.s7tit span{font-family: var(--tit-font-family);color: #004987;font-size: var(--tit-section);font-weight: bold;}
.s7contact{display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: 40px;}
.s7form span{font-size: 1.5em;}
.s7map{padding: 10px;border-radius: 6px;box-shadow: 0px 2px 18px -1px #00000044;}
.s7map iframe{width:100%;height:100%;border:0;}
.btn-blue{background-color: #004987;color: white;}

/********************** SECCION 8 *************************/
.s8{position: relative; background-color: transparent; height: 100%; padding: 2.5em 0 4em;}
.s8tit{display: block;text-align: right;margin-bottom: 1em;}
.s8tit span{font-family: var(--tit-font-family);color: #004987;font-size: var(--tit-section);font-weight: bold;}
.s8-img{width: 50%;margin: 2em;}
.s8-img img{border-radius: 14px;object-fit: cover;box-shadow: 0px 2px 18px -1px #00000044;border: 0.5em solid white;}
.s8client{width: 100%;display: block;margin-bottom: 0; }
.s8clientlink{width: 100%;margin-top: 15px;margin-bottom: 15px;display: flex;justify-content: space-between;align-items: center;box-shadow: 0px 1px 6px #4d4d4d44;border-radius: 14px;}
.s8panelrigth{background-color: transparent;padding: 1em;border-radius: 14px;}
.s8panelrigth:hover{background-color: #004987;transition: 0.5s;cursor: pointer;}
.s8subtit{font-size: 1.5em;padding: 0em 0 0.5em 0.5em ;display: flex;}
.s8panelrigth:hover .s8subtit{color: white;}
.linkimg{width: 40px;height: 40px;margin-right: 0.5em;}
.s8clientlink ul{padding: 0.5em 1em 0;margin: 0;width: 100%;background-color: #ffffff;border-radius: 14px;height: 100%;}
.s8clientlink ul li{padding-bottom: 0.51em;}

/************************ FOOTER **************************/
.footer{background: #f8f8f8;color: #000000;padding: 2em;}
.footer{padding: 1rem;display: flex;justify-content: space-between;align-items: center;}
.fotimg img{padding: 2rem 4rem 4rem 4rem;width: 100%;height: 100%;}
.fotlist{display: flex;flex-direction: column;padding-left: 1em;padding-top: 1em;}
.fotlist span{font-size: 1.8em;color: #004987;font-weight: bold;padding-bottom: 1em;}
.fotlist ul{width: 100%;line-height: 2em;font-size: 1.2em;}
.fotlist ul li a{text-decoration: none;}
.fotcont span{font-size: 1.8em;color: #004987;font-weight: bold;margin-bottom: 1em;display: block;}
.text-dark{ text-decoration: none;}

/************************ PIE DE PAGINA **************************/
.piepagina{background-color: #000000;color: white;font-size: 1em;padding: 0.5em 0;height: auto;}
.piepagina a{color: white;}
.linkpie{display: flex;justify-content: space-between;align-items: center;  }
.linkpiecopy{padding: 0.5em 0;}
.linkpiecopy p{margin: 0;}
.linkpieredes{display: flex;margin: 0;padding: 0.5em 0;}
.linkpieredes li{width: 50px;margin: 10px;border-radius: 50%;border: 1px solid #c4c4c4;padding: 0.71em;}
.linkpieterms{display: flex;justify-content: space-between;align-items: center;margin: 0;text-decoration: none;padding: 0.5em 0;}
.linkpieterms li{margin-right: 10px;}
    
/************************ PAGE SERVICES **************************/
.secHeader{height: 50vh;background: #f8f8f8;position: relative;}
.secHeader img{width: 100%;height: 100%;object-fit: cover;}
.secHeaderTit{position: absolute;bottom: 10%;left: 5%;width: calc(100% - 5%);background: linear-gradient(45deg, #f8f8f877, transparent);padding: 0.5em;font-size: var(--tit-section);font-family: var(--tit-font-family);font-weight: bold;text-align: left;color: #000;}

/* section nosotros */
.sectserTit{padding: 0em 0 2em;background-color: #fff;}
.sectserTit p{font-size: 1.7em;}
.sectsergrid{display: grid;grid-gap: 40px;grid-template-columns: repeat(auto-fill, minmax(22%, 1fr));grid-template-rows: 1fr;}
.sergridItem img{display: block;margin: 0.5em auto;width: 50%;height: 50%;}
.sergridItem{background: white;box-shadow: var(--box-shadow-general);padding: 1em 1.5em;border-radius: 14px;height: max-content;}
.ItemTit{font-size: 1.8em;color: var(--color-titulo);font-weight: bold;margin-bottom: 0.2em;display: block;}
.sergridItem p{font-size: 0.9em;}

/* section abouts */
.aboutsimg{display: flex;align-items: center;flex-direction: column;margin-top: -6rem;}
.aboutsimg li:first-child{width: 40%;padding: 0 7%;}
.aboutsimg li:last-child{width: 100%;padding: 1em;font-size: 2em;}
.aboutsgrid{padding-top: 2em;display: grid;grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));grid-gap: 40px;}
.aboutsgridItem{width: 100%;background-color: #fff;box-shadow: var(--box-shadow-general);border-radius: var(--border-radius-general);padding: 1em 2em;}
.aboutsgridItem span{font-size: 2.8em;font-family: var(--tit-font-family);color: var(--color-titulo);margin-bottom: 0.3em;display: block;}
.aboutsgridItem p{font-size: 1.3em;}

/* section portafolio */
.portagrid{display: grid;grid-gap: 40px;grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));grid-template-rows: 1fr;}
.portagridItem{width: 100%;background-color: #fff;box-shadow: var(--box-shadow-general);border-radius: var(--border-radius-general);padding: 1.5em 2em;height: 100%; }
.portagridItem img{height: 280px;}
.portagridItem span{display: block;padding: 0.5em 0;font-size: var(--tit-section-submodule);font-family: var(--tit-font-family);color: var(--color-titulo);}
.portagridItem a{background-color: var(--color-titulo);color: var(--color-claro);padding: 0.5rem 0.75rem;border-radius: 8px;margin-top: 1rem;display: block;width: max-content;}

 /* section Blog */ 
.BlogGeneral{display: grid;grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));grid-gap: 50px;}
.BlogColumn{text-decoration: none;color: #000 !important;}
.BlogColumn:hover{box-shadow: 0px 0px 8px 2px #c4c4c444;border-radius: 0px 0px 14px 14px;}
.BlogColumn img{opacity: 0.6;}
.BlogColumn:hover img{color: #000;opacity: 1;}
.BlogColumnTit, .BlogColumnCont{padding: 1em 1.5em;}
.BlogColumnbtn{display: block;float: right;padding: 0.5em 1em;background-color: #004987;border-radius: 6px;color: #fff;margin: 0 1em 1em;opacity: 0;transition: 200ms ease-in-out;}
.BlogColumn:hover .BlogColumnbtn{opacity: 1;}
 
/* section blog Individual */
.BlogInfo{display: flex;align-items: center;}
  .BlogTitImg{width: 300px;height: 250px;padding: 10px;margin: 0 20px 0px 10px;border-radius: 10px;background-color: #fff;box-shadow: var(--box-shadow-general);}
  .BlogTitImg img{border-radius: 10px;}
  .BlogRedes{display: flex;align-items: center;}
  .BlogRedes li{width: 32px;height: 32px;margin-right: 7px;}
  .BlogCont{padding: 1em;text-align: justify;}
  .BlogCont-list{padding-left: 2rem;}
  .BlogCont p{padding-top: 1em;line-height: 2em;}

  /* section Alianza */
  .blogAlianza{width: 100%;display: flex;height: 100%;margin-bottom: 2em;}
  .blogAlianzaList{background-color: #004987;width: 25%;padding: 1em;min-height: 30vh;}
  .blogAlianzaTit{color: #fff;}
  .blogAlianzaItem{width: 100%;padding: 1em;}
    .PuntosItemsImg{display: block;margin: 0 auto;width: 50%;height: 100%;}
    .blogAlianzaPuntos{width: 100%;display: grid;grid-template-columns: repeat(auto-fit, minmax(22%, 1fr));grid-gap: 4em;padding: 2em 0;}
    .PuntosItems{height: max-content;border-radius: var(--border-radius-general);padding: 1em 1.5em;}

/************************************************************************* MEDIA QUERY ******************************************************************************/

@media screen and (min-width:1280px) and (max-width:1580px){
  .s1svg{margin-bottom: -17em;}
  .s1 .dflex{flex-direction: column;}
  .s1text{flex-direction: row;width: 100%;height: 100%;}
  .s1img{width: 60%;margin: 1em 2em;}
  .s1text p{width: 100%;}
}

@media screen and (min-width:965px) and (max-width:1280px){
  .menu > li{font-size: 1.5em;padding: 0;}
  .top-nav.abajo{padding: 0.5em 5em;}
  .s1svg{margin-bottom: -15em;}
  .owl-aliados .owl-item img {width: 75%;}

  /************************ PAGE ABOUTS **************************/
  .aboutsimg li:first-child{width: 70%;}
  .aboutsimg li:last-child{font-size: 1.3em;}
}

@media screen and (min-width:600px) and (max-width:965px){
  :root{--tit-section: 2.5em}
  .secHeader{height: 35vh;}

  /* menu */
  .menu > li {margin: 0rem;padding: 0 10px;font-size:1.4em;}
  .top-nav.abajo{padding: 0.5em 2em;}
  .top-nav.abajo > .menu > li{font-size: 1.2em;}
  .slider-text {width: 70%;top: 70%;left: 50px;}
  .s1svg {margin-bottom: -8em;}
  .slider-text p {font-size: 20px;}

  /* header */
  header{height: auto;}

  /* SECTION s1 */
  .s1{padding-bottom: 0;background: linear-gradient(179deg, #3bd400 20%, transparent 60%);}
  .s1 .dflex{display: block;}
  .s1text{width: 100%;}
  .s1img {width: 300px;margin-bottom: 0em;}
  .s1text p {font-size: 1.5em;line-height: 1.5em;padding-top: 1em;text-align: justify;color: #fff;font-weight: 500;}

  /* SECTION s2 */
  .s2 .dflex{display: block;}

  /* SECTION s3 */
  .s3prom-img{height: 100%;}
  .s3prom p{font-size: 1.3em;}
  .s3promocion .owl-dots{background: rgba(59, 212, 0, 50%);border-radius: 1.6rem;gap: 8px;padding: 0 8px 0 8px;}

  /* SECTION s4 */
  .s4 .dflex{display: block;}
  .s4tit {text-align: center;padding-left: 0;margin-top: 1em;margin-bottom: 1em;}
  .accordion {min-width: 100%;}
  .s4amiga{display: none;}

  /* SECTION s8 */
  .s8 .dflex{display: block;}
  .s8-img {width: 100%;margin:0 0 2em;}

  /* SECTION s5 */
  .s5bg{padding: 7em 0;}
  .s5-text p{padding: 0;line-height: 1.2em;}

  /* SECTION s7 */
  .s7contact{grid-template-columns: repeat(1, 1fr);}
  .s7map iframe{height: 400px;}
  .owl-aliados .owl-item img {width: 50%;height: 50%;display: block;margin: 0 auto;}

  /* FOOTER */
  .fotimg img{display: block;width: 60%;margin: 0 auto;}
  .fotlist ul{display: flex;justify-content: space-between;font-size:1.5em;}
  .fotlist span{font-size: 2em;padding-bottom: 0.5em;}

  /* PIE DE PAGINA */
  .linkpie{display: block;}
  .linkpiecopy {padding: 0.5em 0;text-align: center;}
  .linkpieredes {display: flex;margin: 0;padding: 0.5em 0;justify-content: center;}

  /************************ PAGE SERVICES **************************/
  .sectsergrid{grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));}
  
 /************************ PAGE ALianza **************************/
 .blogAlianzaPuntos{ grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));}
 
  /************************ PAGE ABOUTS **************************/
  .aboutsimg li:first-child{width: 100%;}
  .aboutsimg li:last-child{font-size: 1.3em;}
  .aboutsimg{display: flex;flex-direction: column;}
  .aboutsgrid{grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));}
}

/*************************************************************** media query 600px *********************************************************************/
@media (max-width: 600px) {
  :root{--tit-section: 2.2em;--tit-section-submodule: 2.2em;}
  .submodule{padding: 2em 0;}
  .cont85{width: 90%;}
  nav{padding: 0.3em 0.5em;height: 100px;}
  .top-nav.abajo{background-color: #fff;transition: 1s;padding: 0.7em;color: #000;height: 70px;}
  .menu-button-container {display: flex;}
  .menu-button, .menu-button::before, .menu-button::after{background-color: #000;}
  .menu {position: absolute;top: 80px;left: 0;flex-direction: column;width: 100%;justify-content: center;align-items: center;}
  #menu-toggle ~ .menu li {height: 0;margin: 0;padding: 0;border: 0;transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);}
  .top-nav.abajo > .menu{top: 70px;}
  .top-nav.abajo > .menu > li{color: #fff;font-size: 1.2em;}
  #menu-toggle:checked ~ .menu li {border-bottom: 0.1px solid #333;height: 100%;padding: 0.5em;transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);}
  .menu > li {display: flex;justify-content: center;margin: 0;padding: 0.5em 0;width: 100%;color: white;background-color: #004987;font-size: 1.2em;}
  .menu > li:not(:last-child) {border-bottom: 1px solid #444;}
  
  /***** HEADER *****/
  header{height: auto;}
  .slider-img img{height: 70vh;}
  .slider-text{width: 100%;position: absolute;top: 75%;left: 25px;padding: 0.5em;}
  .slider-text h3 {font-size: 36px;font-weight: 400;margin-bottom: 10px;width: 80%;}
  .slider-text p {width: 85%;font-size: 16px;}
  .accordion{min-width: auto;}
  
  /***** SECTION S1 *****/
  .s1{padding-bottom: 0;background: linear-gradient(179deg, #3bd400 10%, transparent 40%);}
  .s1 .dflex{flex-direction: column;}
  .s1svg{margin-bottom: 0em; }
  .svg-pitcce-1 {position: absolute;top: -100px;left: -100px;width: 50%;}
  .s1tit {display: block;text-align: right;margin-bottom: 0em;margin-top: -3em;}
  .s1tit span{color: #f5f5f5;}
  .s1text p{color: white;font-size: 1.5em;}
  .s1button{width: 50%;}
  .s1 .s1text{width: 100%;line-height: 1.2em;font-size: 0.8em;}
  .s1img img {object-fit: scale-down !important;}
  .s1img{margin-bottom: 8px;}
  .s1app {grid-template-columns: 1fr;}
  
  /***** SECTION S2 *****/
  .s2 .dflex, .s2btn{flex-direction: column;}
  .s2text{padding: 0;}
  .s2btn{flex-direction: column;}
  .s2btn span{width: 100%;margin-bottom: 1em;}

  /***** SECTION 3 *****/
  .s3promocion .owl-dots{background: rgba(59, 212, 0, 50%);border-radius: 1.6rem;gap: 8px;padding: 0 8px 0 8px;}
  .s3prom-img{height: 100%;margin-bottom: 1em;}

  /***** SECTION 4 *****/
  .s4{background-repeat: no-repeat;background-size: cover;}
  .s4tit{padding-left: 0em;display: block; text-align: center;}
  .s4amiga{display: none;}
  .submenu li {flex-direction: column;}
  .submenu a {bottom: 2px;right: 30px;}

  /* SECTION 5 */
  .s5{background-size: contain;}
  .s5-text {text-align: left;}
  .s5-text p {margin-top: 1em;padding: 0;font-size: 1.1em;line-height: 1.4em;}
  .s5bg {padding: 4em 0;}
  .s5-text span{line-height: 1.5em;text-align: center;display: block;font-size: 2em;}

  /* SECTION 6 */
  .owl-aliados .owl-dot{display: flex;}
  .s6 .owl-dots{display: flex;gap: 10px;padding: 0 8px 0 8px;margin: 40px auto 0;justify-content: center;background: rgba(59, 212, 0, 50%);border-radius: 1.6rem;width: fit-content;}

  /* SECTION 7 */
  .owl-aliados .owl-dots .owl-dot {width: 10px;height: 10px;background: #fff;margin: 10px 0;border-radius: 50%;}
  .owl-aliados .owl-dots .owl-dot.active {background: #004987;transform: scale(1.5);}
  .owl-aliados .owl-item img{width: 100%;}
  .s7contact{grid-template-columns: repeat(1, 1fr)}
  
  /* SECTION 8 */
  .s8 .dflex {flex-direction: column;}
  .s8-img {width: 100%;margin: auto;}

  /***** PIE DE PAGINA *****/
  .linkpie{flex-direction: column;}
  .fotlist li {width: 48%;}
  .fotlist span {padding-bottom: 0rem;}
  .fotcont h5{font-size: .876em;}
  .fotlist ul{display: flex;align-items: center;justify-content: space-between;align-content: center;flex-wrap: wrap;}

  /************************ PAGE SERVICES **************************/
  .sectsergrid{grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));}
  
  /************************ PAGE ABOUTS **************************/
  .aboutsimg li:first-child{width: 100%;}
  .aboutsimg li:last-child{font-size: 1.3em;}
  .aboutsimg{display: flex;flex-direction: column;}
  .aboutsgrid{grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));}

  /************************ PAGE ALIANZA **************************/
  .blogAlianzaPuntos{ grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));}
  /************************ PAGE BLOG **************************/
  .BlogInfo{flex-direction: column;align-items: center;}
  .BlogTitImg{margin-bottom: 1em;}
  .BlogTit{padding: 0 1em;}

  /************************** PAGE PORTAFOLIO **************************/
  .portagrid{grid-template-columns:auto}
  .portagridItem img{height: 180px;}
	
	video{
		width: 100%;
	}

}