
/* FUENTES LOCALES */
@font-face {
  font-family: 'EsetDemi';
  src: url("/fonts/Fedra/FedraSansAltPro-Demi.otf");
  font-weight: 400;
}

@font-face {
  font-family: 'EsetBold';
  src: url("/fonts/Fedra/FedraSansAltPro-Bold.otf");
  /*font-weight: bold;*/
}

@font-face {
  font-family: 'EsetBook';
  src: url("/fonts/Fedra/FedraSansAltPro-Book.otf");
}

@font-face {
  font-family: 'EsetLight';
  src: url("/fonts/Fedra/FedraSansAltPro-Light.otf");
}
/* FUENTES LOCALES */

*{
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}
/* TEXTOS */


/*html.fp-enabled, .fp-enabled body{
    overflow: auto !important;
}*/

.titulo{
    font-family: 'EsetDemi',  sans-serif;
    color: #231f20;
    font-size: 30px;
}

.demi{
    font-family: 'EsetDemi',  sans-serif !important;
    padding-top: 5px;
    padding-bottom: 10px;
}

.bold{
    font-family: 'EsetBold',  sans-serif !important;
}

.cuerpo-texto-home{
    font-family: 'EsetBook',  sans-serif;
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 40px;
}

.cuerpo-texto{
    font-family: 'EsetBook',  sans-serif;
    font-size: 16px;
    line-height: 19px;
}

.cuerpo-texto-submenu-9{
    font-family: 'EsetLight',  sans-serif;
    font-size: 9px;
    line-height: 12px;
}

.cuerpo-texto-submenu-12{
    font-family: 'EsetLight',  sans-serif;
    font-size: 12px;
    line-height: 17px;
}

.cuerpo-texto-submenu-14{
    font-family: 'EsetLight',  sans-serif;
    font-size: 14px !important;
    line-height: 17px;
}


.perfiles-home-nombres{
    font-size: 10px;
    text-align: center;
}

.texto-footer{
    font-family: 'EsetBook',  sans-serif;
    font-size: 10px;
    display: inline-block;
}

.submenu{
    font-family: 'EsetLight', sans-serif;
    font-size: 12px;
    line-height: 14.4px;
    text-align: center;
    padding-top: 14px;
}

.submenu-justificado{
    font-family: 'EsetLight', sans-serif;
    font-size: 12px;
    line-height: 14.4px;
    padding-left: 10px;
    margin-bottom: 0px !important;
}

.submenu-justificado-14{
    font-family: 'EsetLight', sans-serif;
    font-size: 14px;
    line-height: 14.4px;
    padding-left: 10px;
    margin-bottom: 0px !important;
}

.contenedor-iconos-centrados > img{
    padding-bottom: 10px;
    padding-left: 0px !important;
}

.text-align-center{
    text-align: center !important;
}

.borde-gris > img{
    padding-left: 10px;
}

.submenu-titulo{
    font-family: 'EsetBold', sans-serif;
    font-size: 9px;
    color: #1b1c20;
    margin-bottom: 8px !important;
}

.flex-center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    vertical-align: bottom;
}

.flex-center-justificado{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    vertical-align: middle;
       /* margin-left: 8px !important;
    margin-right: 20px !important;
    padding-right: -8px !important;*/
}

.flex-center-justificado-col{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*align-items: center;*/
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    vertical-align: middle;
       /* margin-left: 8px !important;
    margin-right: 20px !important;
    padding-right: -8px !important;*/
    height: 100%;
}

.top-right{
    position: absolute;
    top:0px;
    right: 0px;
}

.padding-top-bottom{
    padding: 15px 0px;
}

.padding-right-10{
    margin-right: -30px;
    padding-right: -30px;
}

.flex-start-row-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}



.flex-start-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.height-fix{
    height: 1em;
}

.link-submenu{
    text-transform: uppercase;
    color: #00bac6;
    font-size: 12px;
    font-family: 'EsetLight', sans-serif;
}

.link-submenu-8{
    text-transform: uppercase;
    color: #00bac6;
    font-size: 8px;
    font-family: 'EsetLight', sans-serif;
}

.texto-small-naranja{
    font-size: 10px;
    color: #f15a22;
}

.orange{
        color: #f15a22 !important;
}


.red{
    color: #ff4f21;
}

.yellow{
    color: #ffc325;
}

.green{
    color: #8cc53f;
}

/* TEXTOS */

/* ICONS */

#menu1 > p > i{
    color: #1fb5c3;
    position: absolute;
    left: 5px;
    font-size: 16px;
}

.fa-angle-double-left{
line-height: 2em;
    font-size: 2em;
}

.contenedor-iconos-centrados > a > i{
line-height: 1em;
    font-size: 14px;
    position: relative;
    top: 2px;
}

/*#fullpage {
    transition-delay: 0.3s !important;
}*/

.showSingle-azul, .showSingle-celeste01, .showSingle-celeste02, .showSingle-naranja, .showSingle-amarillo, .showSingle-verde {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button-azul:after {
  display: inline-block;
  padding-left: 10px;
  font-family: FontAwesome;
  content: "\f101";
    color: #007dc0;
}

.button-celeste:after {
  display: inline-block;
  padding-left: 10px;
  font-family: FontAwesome;
  content: "\f101";
    color: #00bac6;
}
.button-naranja:after {
  display: inline-block;
  padding-left: 10px;
  font-family: FontAwesome;
  content: "\f101";
    color: #eb6119;
}
.button-amarillo:after {
  display: inline-block;
  padding-left: 10px;
  font-family: FontAwesome;
  content: "\f101";
    color: #f9ba00;
}

.button-verde:after {
  display: inline-block;
  padding-left: 10px;
  font-family: FontAwesome;
  content: "\f101";
    color: #97bf00;
}

.flecha-link{
    vertical-align:middle;
    width: auto;
    height: 9px;
    padding-left: 4px;
    margin-top: -2px;
}

.triangulo-naranja{
    padding-right: 5px;
    position: relative;
    top: -1px;
}

.triangulo-amarillo {
    padding-right: 5px;
    position: relative;
    top: 2px;
}

.circulo-amarillo {
    padding-right: 5px;
    position: relative;
    top: 2px;
}


/* ICONS */

/* DIV */

body{
    overflow-x: hidden;
    padding-left: 2vw;
}

/*html, .row{
    overflow-x: hidden;
}*/



.container{
    /*height: 100vh;*/
    scroll-snap-align: start;
}

.footer{
    position: fixed;
    bottom: 0px;
    left: 100px;
    background-color: #FFF;
    /*height: 52px;*/
    /*border-radius: 30px 30px 0px 0px;
    padding-top: 5px;
    z-index: 10;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);*/
        border-radius: 30px 30px 0px 0px;
        padding-top: 5px;
        z-index: 10;
    /*-webkit-animation-delay: 2s ease;
            animation-delay: 2s ease;
    -webkit-transform: translateY(-38px);
        -ms-transform: translateY(-38px);
            transform: translateY(-38px);*/
}

/*.footer:hover{
    position: fixed;
    bottom: -38px;
    left: 100px;
    background-color: #FFFFFF;
    /*height: 52px;*/
   /* border-radius: 30px 30px 0px 0px;
    padding-top: 5px;
    z-index: 10;
    -webkit-animation-delay: 2s ease;
            animation-delay: 2s ease;
    -webkit-transform: translateY(-38px);
        -ms-transform: translateY(-38px);
            transform: translateY(-38px);
} */

.altura-row{
    height: 100vh;
}

.dropdown-menu{
    width: 97vw !important;
    position: relative;
    left: 5px;
}

.dropdown-item{
    min-height: 50px;
}
.dropdown {
	display:inline-block;
    background: none;
	color: inherit;
	border: none !important;
	font: inherit;
	cursor: pointer;
	outline: inherit;
    border-radius: 6px !important;
    font-family: 'EsetDemi', sans-serif !important;
    font-size: 12px !important;
    line-height: 14.4px;
    text-align: left;
    width: 98% !important;
    padding: 14px 12px;
    margin:2px 0px !important;
    -webkit-transition: 0.2s ease-in !important;
    -o-transition: 0.2s ease-in !important;
    transition: 0.2s ease-in !important;
}
button, input[type="submit"], input[type="reset"], input[type="button"] {
	display:inline-block;
    background: none;
	color: inherit;
	border: none !important;
	font: inherit;
	cursor: pointer;
	outline: inherit;
    border-radius: 6px !important;
    font-family: 'EsetDemi', sans-serif !important;
    font-size: 12px !important;
    line-height: 14.4px;
    text-align: left;
    width: 100% !important;
    padding: 14px 12px;
    margin:2px 0px !important;
    -webkit-transition: 0.2s ease-in !important;
    -o-transition: 0.2s ease-in !important;
    transition: 0.2s ease-in !important;
}

button:hover, input[type="button"]:hover{
    -webkit-transition: 0.2s ease-in ;
    -o-transition: 0.2s ease-in ;
    transition: 0.2s ease-in ;
}

button:active, input[type="button"]:active{
    -webkit-animation: 1s ease-in;
            animation: 1s ease-in;
}

button:focus, input[type="button"]:focus{
    color:#fff !important;
    -webkit-animation: 1s ease-in;
            animation: 1s ease-in;
    outline: none;
}

button:focus:hover{
    -webkit-animation: 0.2s ease-in;
            animation: 0.2s ease-in;
    outline: none;
}

.link-imagenes{
    background-color: #ffc20e;
    width: 208px !important;
    border-radius: 500px !important;
    font-size: 12px !important;
    text-transform: uppercase;
    color: #FFFFFF !important;
}
.flecha-link-imagenes{
    font-size: 12px !important;
    color: #FFFFFF !important;
    width: 22px;
}

#my-clip-path{
    position: absolute;
    left: 100px;

    
}

.link-button-container{
    position: relative;
    bottom: 0px;
    right: 0px;
    z-index: 9999;
}

.link-button-position{
    position: absolute;
    bottom: 0px;
    right: 20vw;
    z-index: 9999;
}

.link-button-container-home{
    position: relative;
    bottom: 0px;
    right: 0px;
    z-index: 9999;
}

.link-button-position-home{
    position: absolute;
    bottom: 100px;
    right: 35vw;
    z-index: 9999;
}

.link-imagenes-home{
    background-color: #ffc20e;
    width: 218px !important;
    border-radius: 500px !important;
    font-size: 12px !important;
    text-transform: uppercase;
    color: #FFFFFF !important;
}

        .link-button-position2{
        right: 0% !important;
            z-index: 9999;
    }



.button-celeste{
     background-color: #eceff2;
}

.button-celeste:hover, input[type="button"]:hover{
    background-color: #f1f5f8;
    -webkit-transition: 0.2s ease-in ;
    -o-transition: 0.2s ease-in ;
    transition: 0.2s ease-in ;
}

.button-celeste:active, input[type="button"]:active{
    background-color: #00bac6 ;
}

.button-celeste:focus, input[type="button"]:focus{
    background-color: #00bac6 ;
}

.button-celeste:focus:hover{
    background-color: #00c2cf ;
}

.button-verde{
     background-color: #eceff2;
}

.button-verde:hover, input[type="button"]:hover{
    background-color: #f1f5f8;
    -webkit-transition: 0.2s ease-in ;
    -o-transition: 0.2s ease-in ;
    transition: 0.2s ease-in ;
}

.button-verde:active, input[type="button"]:active{
    background-color: #97bf00 ;
}

.button-verde:focus, input[type="button"]:focus{
    background-color: #97bf00 ;
}

.button-verde:focus:hover{
    opacity: 0.9;
}

.azul-bg{
    background-color: #007dc0 !important;
    color: #FFFFFF !important;
}

.verde-bg{
  background-color: #97bf00 !important;
    color: #FFFFFF !important;
}

.naranja-bg{
  background-color: #eb6119 !important;
    color: #FFFFFF !important;
}

.celeste-bg{
  background-color: #00bac6 !important;
    color: #FFFFFF !important;
}

.amarillo-bg{
  background-color: #f9ba00 !important;
    color: #FFFFFF !important;
}

.button-azul{
    background-color: #eceff2;
}

.button-azul:hover, input[type="button"]:hover{
    opacity: 0.8;
    -webkit-transition: 0.2s ease-in ;
    -o-transition: 0.2s ease-in ;
    transition: 0.2s ease-in ;
}

.button-azul:focus, .button-azul:active, input[type="button"]:focus{
    background-color: #007dc0 ;
}

.button-azul:focus:hover{
    opacity: 0.9;
}


.button-naranja{
    background-color: #eceff2;
}

.button-naranja:hover, input[type="button"]:hover{
    opacity: 0.8;
    -webkit-transition: 0.2s ease-in ;
    -o-transition: 0.2s ease-in ;
    transition: 0.2s ease-in ;
}

.button-naranja:focus, input[type="button"]:focus{
    background-color: #eb6119 ;
}

.button-naranja:focus:hover{
    opacity: 0.9;
}

.button-amarillo{
    background-color: #eceff2;
}

.button-amarillo:hover, input[type="button"]:hover{
    opacity: 0.8;
    -webkit-transition: 0.2s ease-in ;
    -o-transition: 0.2s ease-in ;
    transition: 0.2s ease-in ;
}

.button-amarillo:focus, input[type="button"]:focus, .button-amarillo:active{
    background-color: #f9ba00 !important;
}

.button-amarillo:focus:hover{
    opacity: 0.9;
}

#menu2, #menu3, #menu4, #menu2-2, #menu2-3, #menu2-4, #menu05-2, #menu05-3, #menu06-2, #menu06-3, #menu07-2, #menu07-3, #menu07-4, #menu08-2, #menu08-3, #menu08-4{
    display: none;
}

.submenu-mapas{
    margin: 1px 0px;
    /*padding-left: 15px;
    padding-right: 15px;*/
    
}

.submenu-mapa{
    padding-top: 0px;
    padding-bottom: 0px;
    max-height: 110px;
    border: 2px solid #e2e6e5;
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 175px;*/
    background-color: #FFFFFF !important;
    
}
.mapa-container{
    margin: 0px !important;
    padding: 0px !important;
}
.submenu-2{
    background-color: #fabb00;
    height: auto;
   /* margin-left: 1px;*/
   /* border-bottom: 2px solid #e2e6e5;
    border-top: 2px solid #e2e6e5;*/
}

.submenu-2-2{
    background-color: #e2e6e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.borde-gris{
    border: 1px solid #e2e6e5;
        height: 65px;
    padding: 0px !important;
    margin: 2px 0px 2px 0px ;
}

.borde-gris-2{
    border: 1px solid #e2e6e5;
    padding: 15px 5px;
    margin: 15px 0px 15px 0px ;
}

.borde-gris-padding{
    border: 1px solid #e2e6e5;
}

.grid{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 15px 2fr;
    grid-template-columns: 3fr 2fr;
    -ms-grid-rows: 50px 5px 50px 5px 50px;
    grid-template-rows: 50px 50px 50px;
    grid-gap: 15px;
    grid-row-gap: 5px;
}

.grid > *:nth-child(1){
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid > *:nth-child(2){
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid > *:nth-child(3){
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.grid > *:nth-child(4){
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.grid > *:nth-child(5){
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.grid > *:nth-child(6){
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.mundo{
    -ms-grid-column-span: 2;
    grid-column: span 2;
}
.grafico{
    -ms-grid-column-span: 2;
    grid-column: span 2;
    padding-right: 10%;
    padding-top: 25px;
}

.grid-reconocimientos-logos{
    display: -ms-grid;
    display: grid;

    grid-gap: 15px;
    grid-row-gap: 5px;
}

.logos-fila{
    -ms-grid-column-span: 1;
    grid-column: span 1;
}

.padding-left{
    padding-left: 15px;
}

#menu07-4 > div{
    margin-left: 20px;
}

#menu07-4 > div:nth-child(2), #menu07-4 > div:nth-child(2) > div{
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.grid-bienestarpersonal{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 15px 2fr;
    grid-template-columns: 2fr 2fr;
    -ms-grid-rows: 65px 5px 65px 5px 65px;
    grid-template-rows: 65px 65px 65px;
    grid-gap: 15px;
    grid-row-gap: 5px;
}

.grid-bienestarpersonal > *:nth-child(1){
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-bienestarpersonal > *:nth-child(2){
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-bienestarpersonal > *:nth-child(3){
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.grid-bienestarpersonal > *:nth-child(4){
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.grid-bienestarpersonal > *:nth-child(5){
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.grid-bienestarpersonal > *:nth-child(6){
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.flex{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 105px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}

.height{
    height: 87px;
}

.flex > img:nth-child(1){
    max-width: 120px;
    height: auto;
    padding-left: 0px !important;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding-bottom: 2px;
}

.logos{
    margin-top: auto;
    margin-bottom: auto;
    padding: 0px 3px;
}

#menu06-1 > div.row > div{
    padding: 0px 3px !important;
}

.logos-comunidad{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    /*padding: 20px 20px !important;*/
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    
    -ms-flex-line-pack: center !important;
    
        align-content: center !important;
    
}

#menu06-1 > div > div > div > a{
    position: relative;
    bottom: 0px;
}

/* DIV*/

/* IMG */
.width-100{
    width: 100% !important;
    height: auto;
}

.width-80{
    width: 80%;
    height: auto;
}

.col-width-40{
    padding: 0px 15px;
    width: 40% !important;
    height: auto;
}

.banderas-contenedor{
    padding: 20px 0px;
}
.banderas{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.width-20{
    width: 20%;
    height: auto;
}

.width-50{
    width: 50%;
    height: auto;
}

.width-60{
    width: 60% !important;
    height: auto;
}

.width-40{
    width: 40%;
    height: auto;
}


.col3_5{
    width: 40% !important;
    height: auto;
}

.col-buttons{
    width: 20% !important;
    height: auto;
    padding: 0px 15px;
}

.col-submenu{
    width: 80% !important;
    height: auto;
    padding: 0px 10px;
}

.height-100{
    height: 100% !important;
    width: auto;
}

.height-98{
    height: 98% !important;
    width: auto;
}o

/*@-moz-document url-prefix() {
  #fullpage {
    margin-top: 252px;
  }
}*/

.fp-tableCell{
    height: 98% !important;
    width: auto;
}

.height-80{
    height: 80% !important;
    width: auto;
}


.margin-bottom{
    margin-bottom: 0px !important;
}

#menu07-4 > div > div > p{
    padding-left: 20px;
}

.height-90vh{
    height: 90vh !important;
    width: auto;
}

.contenedor-iconos-centrados{
    height: 100%;
    padding: 10px 15px !important;
    margin-left: 15px;
    margin-right: -15px;
}

.home-img{
    max-height: 100vh;
    max-width:auto;
}
.svg-image{
    position: absolute;
    z-index: 2;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
     -webkit-animation: svg-bandera 0.5s ease-out 1;
             animation: svg-bandera 0.5s ease-out 1;
    padding-top: 40px;
    
}

.svg{
    margin-left: 50px;
}

.absolute-p{
    position: absolute;

}
.relative-p{
    position: relative;
    top: -65px;
}


.blob02{
    right: 0px;
    top: -15px;
    z-index: 99999; 
}

.blob03{
    left: -10px;
    bottom: 140px;
    z-index: 99999; 
}

.blob03{
    left: 20px;
    bottom: 130px;
    z-index: 99999; 
}

.blob04{
    right: -50px;
    top: -15px;
    z-index: 99999; 
}

.blob05{
    right: 0px;
    top: -15px;
    z-index: 99999; 
}

.blob06{
    left: -50px;
    bottom: 40px;
    z-index: 99999;
}

.blob07{
    right: -150px;
    top: -15px;
    z-index: 99999; 
}

.blob08{
    left: 50%;
    top: 0px;
    z-index: 99999; 
}

.linea02{
    left: -50px;
    bottom: 0px;
    z-index: 99999;
}

.linea03{
    left: -10px;
    bottom: 40px;
    z-index: 99999;
}

.linea04{
    left: 0px;
    bottom: 6px;
    z-index: 99999;
}

.linea05{
    left: -50px;
    bottom: 0px;
    z-index: 99999;
}

.linea06{
    left: -50px;
    bottom: 0px;
    z-index: 99999;
}

.linea07{
    left: 0px;
    bottom: 6px;
    z-index: 99999;
}

.linea08{
    left: -50px;
    bottom: 0px;
    z-index: 99999;
}

/*logos*/
.leaderfall{
    width: 54px;
    height: auto;
}

.canalys{
    max-width: 85.5px;
    height: auto;
}

.mrg{
    max-width: 117px;
    height: auto;
}

.iso{
    max-width: 76px;
    height: auto;
}

@-webkit-keyframes svg-bandera{
  0% { opacity: 0;
           top:20px;}
  100% { opacity: 1;
           top:0px;}
}

@keyframes svg-bandera{
  0% { opacity: 0;
           top:20px;}
  100% { opacity: 1;
           top:0px;}
}

.svg-fondo{
    position: relative;
    z-index: 1;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    -webkit-animation: svg-bandera 0.7s ease-out 1;
            animation: svg-bandera 0.7s ease-out 1;
    
}

/*anim delay*/

.cuerpo-texto-home{
    --animate-delay: 0.3s;
    --animate-duration: 800ms
}

.perfiles-home{
    --animate-delay: 1s;
    --animate-duration: 1000ms
}

.animate__delay-09s{
    --animate-delay: 2s;
}
.link-submenu .animate__animated .animate__fadeIn{
    --animate-delay: 0.3s;
}

.delay3{
    --animate-delay: 0.3s;
}

.delay6{
    --animate-delay: 0.6s;
}

.delay9{
    --animate-delay: 0.9s;
}
.delay12{
    --animate-delay: 0.12s;
}

/*.delay-13s{
    --animate-delay: 3s;
    --animate-duration: 2000ms
}*/

/*anim delay*/

.scrollable-content{
    overflow-y: auto;
}

.height-custom{
    height: 50% !important;
}

#menu07-1{
    max-height: auto !important;
}


.clipped{
      height: 100vh;
  width: auto;
      /*-webkit-clip-path: url(#my-clip-path);
  clip-path: url(#my-clip-path);*/
  position: absolute;
  left: 0px;
  top: 0px;
    padding-left: 0px !important;
}

.margin-1{
    margin-left: -2px;
    z-index: 1;
}

/*.clipped div{
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100vh;
    background-size: cover !important;
    background-position: center;

    background-repeat: no-repeat;

}*/

/*.img-interna03{
  animation: crossfade03 60s ease-in-out infinite;
}*/

/*.home01{
    position: absolute;
}*/

/*@-webkit-keyframes crossfade03 {
  0% {  background-image: url("../img/03img-1.jpg"); }
  10% {  background-image: url("../img/03img-1.jpg"); }
  23% {  background-image: url("../img/03img-2.jpg"); }
  43% {  background-image: url("../img/03img-2.jpg"); }
  56% { background-image: url("../img/03img-3.jpg"); }
  76% { background-image: url("../img/03img-3.jpg"); }
  86% { background-image: url("../img/03img-4.jpg"); }
  96% { background-image: url("../img/03img-4.jpg"); }
  100% {  background-image: url("../img/03img-1.jpg"); }
}

@keyframes crossfade03 {
  0% {  background-image: url("../img/03img-1.jpg"); }
  10% {  background-image: url("../img/03img-1.jpg"); }
  23% {  background-image: url("../img/03img-2.jpg"); }
  43% {  background-image: url("../img/03img-2.jpg"); }
  56% { background-image: url("../img/03img-3.jpg"); }
  76% { background-image: url("../img/03img-3.jpg"); }
  86% { background-image: url("../img/03img-4.jpg"); }
  96% { background-image: url("../img/03img-4.jpg"); }
  100% {  background-image: url("../img/03img-1.jpg"); }
}*/


.img-interna1{
    background-position: -400px 0px;
    padding: 0px !important;
}


.top{
        position: relative;
    top: 0px;
}

/*.clipped div:nth-of-type(1) {
  background: url("../img/03img-1.jpg");
  animation-delay: 6s;
        background-color: green;
}

.clipped div:nth-of-type(2) {
  background: url("../img/03img-2.jpg");
  animation-delay: 4s;
    background-color: red;
}

.clipped div:nth-of-type(3) {
  background: url("../img/03img-3.jpg");
  animation-delay: 2s;
        background-color: blue;
}

.clipped div:nth-of-type(3) {
  background: url("../img/03img-3.jpg");
  animation-delay: 0s;
        background-color: blue;
}*/

.icono-radar{
    width: 20.3px;
}

.iconos-latam-nros{
    width: 40px;
}

.iconos-banderas{
    width: 30px;
}

.iconos-banderas-small{
    width: 20px;
    float: right;
}

.iconos-bienestar{
    width: 70px;
}

.icono-verde{
    width: 45px;
    padding-bottom: 10px;
}

.icono-residuos{
    width: 45px !important;
    position: relative;
    top: 0px;
}

.check-icono-svg{
    height: 1rem;
    padding-right: 12px;
}

/* LISTAS */

.padding10px {
    
   padding: 10px 0px 0px 10px !important;
   margin: 0 !important;
}

.margin-left{
    margin-left: 10px;
    margin-right: -10px;
}

.fa-ul{
    margin-left: 0.9em !important;
    position: relative;
    left: 0px;
}

.fa-li, .fa-ul li, .sub-texto-submenu{
    font-family: 'EsetBook', sans-serif;
    font-size: 9px;
    line-height: 10.8px;
    padding:0px;
    margin: 0px;
    color: #5b5a5f;
}

.fa-arrow-right{
    font-size: 6px !important;
}

#fullpage > div.interna04.container-fluid.section.fp-section.fp-table.active.fp-completely > div > div > div.col-xl-7.col-lg-8.col-md-8.col-sm-12.col-xs-12.height-98 > div > div.row > div.display-sm-xl.col-sm-11.col-xs-11{
    margin-left: 15px;
}

#menu2-2 > div{
    padding-left: 15px;
    padding-right: 15px;
}

/* LISTAS */

/* RESPONSVIE */

/* 1200+ */
@media only screen and (max-width : 4000px) {
  .col-xl-0 {
    display: none;
  }
    .dropdown{
        display: none;
    }
      .display-sm-xl{
        display: none;
    }
    .display-flex-sm-xl{
        display: none;
    }
    .grid-reconocimientos-logos{
    -ms-grid-columns: 1fr 15px 2fr 15px 2fr;
    grid-template-columns: 1fr 2fr 2fr;
    }
    html{
    margin-left: 120px !important;
}
    #fp-nav{
      left: 80px !important;  
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .col-xl-0 {
    display: none;
  }
    .dropdown{
        display: none;
    }
      .display-sm-xl{
        display: none;
    }
    .display-flex-sm-xl{
        display: none;
    }
    .grid-reconocimientos-logos{
    -ms-grid-columns: 1fr 15px 2fr 15px 2fr;
    grid-template-columns: 1fr 2fr 2fr;
    }
    html{
    margin-left: 80px !important;
}
        #fp-nav{
      left: 40px !important;  
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .col-lg-0, .button-amarillo::after, .button-celeste::after, .button-azul::after, .button-naranja::after, .button-verde::after {
    display: none;
  }
    .dropdown{
        display: none;
    }
      .display-sm-xl{
        display: none;
    }
    .display-flex-sm-xl{
        display: none;
    }
    div.col-xl-7.col-lg-8.col-md-8.col-sm-12.col-xs-12.height-98 > div > div.row.flex-center > div{
        padding-left: 45px;
    }
    .grid-reconocimientos-logos{
    -ms-grid-columns: 2fr 15px 2fr;
    grid-template-columns: 2fr 2fr;
    }
    .gartner{
        width: 50% !important;
    }
    .logos-fila{
        min-height: 50px;
    }
    html{
    margin-left: 40px !important;
}
        #fp-nav{
      left: 0px !important;  
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    *{
    transition-property: none !important;
    transform: none !important;
    animation: none !important;
  }
  .col-sm-0, .button-amarillo::after, .button-celeste::after, .button-azul::after, .button-naranja::after, .button-verde::after{ 
    display: none;
  }
    .dropdown{
        display: none;
    }
      .display-sm-xl{
        display: block;
    }
    .display-flex-sm-xl{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .grid-reconocimientos-logos{
    -ms-grid-columns: 2fr 15px 2fr;
    grid-template-columns: 2fr 2fr;
    }
    .gartner{
        width: 50% !important;
    }
    .logos-fila{
        min-height: 50px;
    }
    .reconocimientos{
        padding-left: 30px;
    }

    html{
    margin-left: 30px !important;
}
    #fp-nav{
      left: -5px !important;  
    }
}
 li{
    list-style: none;
}
/* Extra Small Devices, Phones */ 
@media (max-width: 577px) {
    *{
    transition-property: none !important;
    transform: none !important;
    animation: none !important;
        overflow-x: hidden;
  }
    .section{
        height: 100vh !important;
    }
  .col-xs-0, .button-amarillo::after, .button-celeste::after, .button-azul::after, .button-naranja::after, .button-verde::after{
    display: none;
  }
      .dropdown{
        display: flex;
          width: 100%;
    }
    div.col-xs-12.dropdown.padding-right-10.show{
        height: 100%;
        overflow: visible
    }
      .display-sm-xl{
        display: block;
    }
    .display-flex-sm-xl{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .reconocimientos{
        padding-left: 0px;
    }
    #menu07-4 > div:nth-child(2) > div > img, #menu07-4 > div:nth-child(2) > div > img:nth-child(1){
        height: 73px; 
    }
    #menu1{
    margin-left: 15px;
    }
    html{
    margin-left: 3px !important;
    margin-right: 3px !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
}
    
    html.fp-enabled{
        padding: inherit;
    }
        #fp-nav{
      display: none; 
    }
    .link-imagenes, .link-button-container, .link-button-position, .link-button-container-home, .link-imagenes-home, .link-button-position-home{
        width: 100% !important;
        right: 0px;
        bottom: 0px;
        text-align: center;
    }
    #menu06-1 > div{
        padding: 0px 6px;
    }
    #menu07-1 {
        max-height: 800px !important;
    }
    body > div.row.footer{
        display: none;
    }
    .blob02,.blob03,.blob04,.blob05,.blob06,.blob07,.blob08, .linea02,.linea03,.linea04,.linea05,.linea06,.linea07,.linea08{
        display: none;
    }
}

