@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../font/Gilroy-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy light';
    src: url('../font/Gilroy-Light.woff2') format('woff2'),
        url('../font/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #91c73f; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #666; 
}
body{
	margin:0px;
	text-decoration:none !important;
	overflow:hidden;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	}

*, *::after, *::before {
    box-sizing: border-box;
	text-decoration:none !important;
}
  a:link {
	color:#151e45 ;
	transition: 0.3s;
}
a:visited {
	color: #151e45 ;
}
a:hover {
	color: #fff;
	transition: 0.3s;
}
a:active {
	color: #fff;
	transition: 0.3s;
}
.container {
    width: 100%;
    height: 100%;
    position: absolute;
	background-color:#1c1c1c;
	text-decoration:none !important;
}
.bgDeco{
	position: absolute;
    width: 100%;
    height: 100%;
    /* z-index: 2; */
    background-image: url(../images/bgDecoracion.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -214px;
}
.bgDecoPoderes{
	position: absolute;
	top: 500px;
    width: 326px;
    height: 369px;
    /* z-index: 2; */
    background-image: url(../images/iconDecoPoderes.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.bgDecoPoderes2{
	position: absolute;
	right:50px;
	top: 500px;
    width: 326px;
    height: 369px;
    /* z-index: 2; */
    background-image: url(../images/Isotipo_completo.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.esquina {
    background-image: url(../images/esquina.svg);
    background-position-x: left;
    background-repeat: no-repeat;
    background-position-y: bottom;
}
.contInfo {
    width: 90%;
    height: 70%;
	margin-top:10%;
	right:0px;
	left:0px;
	top: 0px;
    bottom: 0px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}

.contInfoHorizontal{
    width: 90%;
    height: fit-content;
	margin-top:10%;
	right:0px;
	left:0px;
	top: 0px;
    bottom: 0px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
	display: flex;
    flex-wrap: nowrap;
}
.contInfoVertical{
    width: 50%;
    height: 60%;
    /* position: absolute; */
    margin-top: 3%;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin-bottom: auto;
    /* margin-left: auto; */
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
.contH {
    width: 33%;

}
.classColumn{
	display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-flow: column wrap;
}
.classFilas{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contV {
    width: 100%;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

}
.modulo {
    width: 100%;
    height: 630px;
}
#moculo1{

}
#moculo2{
    height:600px;
}
#moculo3{
  height:630px;
}
#moculo4{
  height:630px;
}
#infoPoderes{
    background-color: #1c1c1c;
    /*background-image: url(../images/Isotipo_completo.svg);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 82% 30%;*/
}
.contMenu {
    position: absolute;
	width: 100%;
    height: 100%;
	z-index:20;
	pointer-events:none;
}
.logo {
    position: absolute;
	top: 0px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 270px;
	z-index:5;
}
.logoMenu {
    position: absolute;
	top: 2%;
	left:2%;
}
.iconMenu {
    position: absolute;
	right:2%;
	margin-top: 1%;
	z-index:100;
}
.isotipoMenu {
    position: absolute;
    width: 90%;
    height: 50%;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    left: 15%;
    right: 0px;
}

.contRedes{
	width:110px; 
	height:70px; 
	bottom:15%;
	margin-right:auto;
	margin-left:auto;
	right:0;
	left:0;
	position:absolute;  
	z-index:10;
}

.centrarH{
	margin-right:auto;
	margin-left:auto;
	right:0;
	left:0;
	position:absolute;  
}
.centrar{
	margin:auto;
	right:0;
	left:0;
	top:0;
	bottom:0;
	position:absolute;  
}

.textoBig {
	font-family: 'Gilroy';
	font-size:80px;
	font-weight:600;
	text-decoration: none;
}
.textoMid {
	font-family: 'Gilroy';
	font-size:23px;
	font-weight:600;
	line-height:18px;
	text-decoration: none;
}
.textoMid2 {
	font-family: 'Gilroy';
	font-size:50px;
	line-height:40px;
	font-weight:600;
	text-decoration: none;
}
.textoSmall {
	font-family: 'Gilroy light';
	font-weight:100 !important;
	font-size:18px;
	font-weight:100;
	text-decoration: none;
}
.colorVerde{
  color: #91c73f;
}
.colorAzul{
  color: #151e45 !important;
}
.colorBlanco{
  color: #fff;
}
.colorNegro{
  color: #1c1c1c;
}
.colorGris{
  color: #999;
}
.texCenter{
	text-align:center;
}
.texLeft{
	text-align:left;
}
.alingRight{
	margin-left:50% !important;
}
.bgVerde{
	    background-color: #91c73f;
}
.bgAzul{
  background-color: #151e45;
}
.bgAzulOscuro{
  background-color: #050a14;
}
.bgBlanco{
  background-color: #fff;
}
.bgNegro{
  background-color: #1c1c1c;
}
.btnCont {
	padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
	width: 175px !important;	
}
#textSevSubtitulo{
	display:none;
}
#btnServCont{
	top:150px;
	position:relative;
}
#textServBanner{
	font-size:35px !important;
	line-height:35px !important;
	width: 40%;
    right: 50px;
    position: absolute;

}
.waBtn {
	position:absolute;
	
}
.sopContacto {
	position:absolute;
	 left: 0;
	 right: 0;
    margin-left: auto;
    margin-right: auto;
	margin-top:15%;
	width:900px;
	height:700px;
	-moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    padding: 10px;
	z-index:4;
}
.imgSec{
    width: 40%;
    position: absolute;
	max-width: 500px;
}
.sopTexForm{
	width:auto;
	height:fit-content;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	background-color:#ffffff75;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
	margin-right:15px;
}


.button {
	display: inline-block;
    overflow: hidden;
    min-height: 40px;
    min-width: 180px;
	padding-top: 15px;    
    border-radius: 4px;
    background-color: #f5f6f8;
}
.info {
	position: absolute;
    width: 100%;
    height:fit-content;
   
    left: 0;
    RIGHT: 0;
    margin-left: auto;
    margin-right: auto;
	display: flex;
    flex-direction: column;
}
.fa-close {
	width:62px;
	height:auto;
   /* content:url(../images/Close_menu.svg); */
}

.circulo {
    right: 0px;
	height:100%;
    position: absolute;
	top:0px;
	bottom:0px;
	margin-top:auto;
	margin-bottom:auto;	
}
.circuloComp {
    right: 0px;
	height:100%;
    position: absolute;
	top:0px;
	bottom:0px;
	margin-top:auto;
	margin-bottom:auto;	
}
.circulo2 {
    right: 0px;
	height:100%;
    position: absolute;
	bottom:0px;
	margin-bottom:auto;	
}
#circulo-CompromisoMobile{
	height: inherit;
}
.imgContacto{
   z-index: 10; 
   width: 600px; 
   position: relative; 
   right: -60%; 
   margin-top: 27%;
}
#contFormH {
	height: 30px;
}
#contFormV {
    width: 80%;
}
#contInfo2{
	height:70%;
}
#contFormM{
	height: 100px; margin-top:30px; margin-left:0px;"
	}
.frasesHome{
    position: absolute;
    top: 20%;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
	    width: 500px;
}
#logoImg{
	width:270px;

}
.swiper2{
left: 20px !important; 
right:auto !important; 
}
.imgHome {
right: 6%;
    width: 32%;
    position: absolute;
    top: -116px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 3;
}
.conSeccion{
	font-family: 'Gilroy light';
	width: auto;
	height: 48%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 3;
    right: 20px;
	content:url(../images/sec-social.svg);
}
.icono{
	padding-right: 15px;
	padding-left:20px;
}
#texbnner01{
	line-height:25px;
}
.footer {
	position:absolute;
    right: 0%;
    height: 500px;
    width: 100%;
	bottom:0px;
}
/*MENU header
*************************************************************************************/


.menu-container{
	position: relative;
    float: left;
    width: 100%;
    height: 204px;
    z-index: 10;
    top: 180px;
    text-decoration: none;
}

.contMenuBig{
    margin-top: 0px;
    margin-right: 0px;
    right: 0px;
    height: 104px;
    width: 65%;
	text-decoration:none;
}

#menu{
    text-align: center;
	margin-top: 120px;
    position: absolute;
    height: 104px;
	text-decoration:none;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-flow: row wrap;
    z-index: 10px;
}

.navbar-nav{
	font-family: 'Gilroy';
	position:absolute;
	position: absolute;
	width:900px;
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
	text-decoration:none;
	display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-flow: row wrap;
}	
.itemBtn{
	width: auto;
    padding-left: 25px;
    padding-right: 25px;
    height: 104px;
    text-decoration:none !important;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;

    font-family: 'Gilroy';
    text-align: center;
    /* color: #888; */
    font-size: 18px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;

}
.itemBtn:hover{
opacity: 1;
color:#91c73f;
transition: 0.3s;
}



.itemBtnCheck{
opacity: 1;
color: #91c73f !important;
transition: 0.3s;
 text-decoration:none !important;
}


.btnCompromisoCheck{

}
.btnCompromiso{
transition: 0.3s;
}

.btnCompromisoOver{
	transition: 0.3s;
	left:20px;

}
hr {
    height: 3px;
    width: 80%;
    border: 0px;
    background-color: #91c73f;
    top: 120px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

 /* ticker  */

.ticker-container {
	position:absolute;
	width: 100%;
	height: 200px;
	overflow: hidden;
  margin-left: 0px;
  padding: 5px;
  top:60px;
}
.ticker-text {
  font-size: 1.6em;
    white-space:nowrap;
    display:inline-block;

}

 /* background-link-2
 */
.background-link-2 {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  background-color: #91c73f;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0);
  	padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
	width: fit-content;
}
.background-link-2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: transform 0.6s ease-in-out, opacity 0.7s;
  transform: translate3d(-150%, 0, 0) skewX(75deg);
  background-color: #151e45;
}
.background-link-2:hover::before, .background-link-2:active::before {
  opacity: 1;
  transform: translate3d(0, 0, 0) skewX(0deg);
}

/* animatiion home */

.content-2 {
	width:100%;
    height: 100px;
    margin: auto;
    position: absolute;

    top: auto;
    left: 0;
    bottom: -10px;
    line-height: 25px;

  }
  .content-2.loaded {
    width: 100%;
  }
  .four,
  .five,
  .six {
    color: white;
    font-size: calc(20px + 1.5vw);
    position: absolute;
    text-align: left;
    top: 0;
    left: -200%;
    bottom: 0;
    right: 0;
    transition: all .7s ease;
    font-size: 30px;
    font-family: 'Gilroy';
    font-weight: 900;
	width:fit-content;
  }
  
/* swiper */
.swiper-container {
      width: 51%;
      height: 430px;
      margin: 20px 0;
	  position: absolute !important;
      right: 30px;
    }
    .swiper-slide {
		width:100% !important;
		margin-left:0px !important;
     
    }
	
	.contSwiper{
		position:absolute;
	    width:86% !important;
		top: 20px;
		margin-left:auto;
		margin-right:auto;
		left:0px;
		right:0px;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image:url(../images/arrow-right.svg) !important;
    right: 10px;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image:url(../images/arrow-left.svg) !important;
    left: 10px;
    right: auto;
}