html,body
{
   min-width: 1000px;
   width: 100%;
}





/*=====================================*/
/*-- :::: CUSTOM FER :::: --*/
/*=====================================*/


.ocultador{
  display: none !important;
}

.mostrador{
  display: block !important;
}


.seccion-web{
  display: block;
}

.seccion-mobile{
  display: none;
}

.timeline-mobile{
  display: none;
}

.timeline-web{
  display: block;
}

.seccion-resp{
  display: none;
}

p{
  font-size: 18px;
}

/*------ banner principal *----------*/

#primer_banner{
    height: 800px;
    width: 100%;
    background-color: white;
}

/*#img_banner_ebo{
    width: 100%;
    z-index: 2;
    height: 800px;
} */

#img_banner_ebo1{
    width: 160em;
    height: 80em;
    
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
  /*  width: 100%;
    z-index: 0;
    height: 800px;
    position: absolute;
    width: 70%;
    z-index: 3;
    height: 800px;
    position: absolute;
    left: 50%;
    top: -50px;
    --bottom: 110px;*/
}

#img_banner_ebo2{
    width: 25%;
    z-index: 6;
    height: 230px;
    position: absolute;
    top: 540px;
    left: 70%;
}

#img_banner_ebo8{
    width: 40%;
    z-index: 0;
    height: 430px;
    position: absolute;
    top: 745px;
    left: 60%;
}

#img_banner_ebo3{
    width: 27%;
    z-index: 7;
    height: 250px;
    position: absolute;
    left: 65.4%;
    top: 255px;
    
    animation: fact_moviles 3s linear infinite;
    /*nimation-delay: 3s;*/
}



#lbl_tit1v2{
  font-family: 'Nexa Bold', sans-serif;
  font-size: 3.33em;
  font-weight: 700;
  color: #797979;
  margin-bottom: -10px;

  position: absolute;
  left: 9%;
  bottom: 165px;
}

#lbl_tit2v2{
  font-family: 'Nexa Bold', sans-serif; /*Arial, Helvetica, sans-serif;*/
  font-size: 4.3em;
  font-weight:900;
  color: #f3a600;
  margin-bottom: -20px;

  position: absolute;
  left: 9%;
  bottom: 112px;
}

#lbl_tit3v2{
  font-family: 'Nexa Bold', sans-serif;
    font-size: 3.6em;
    font-weight:700;
    color: #797979;

  position: absolute;
  left: 14%;
  bottom: 45px;
}

#lbl_tit4v2{
  font-family: 'Nexa Bold', sans-serif;
    font-size: 2.2em;
    font-weight:500;
    color:#b5b5b5;

  position: absolute;
  left: 13%;
  bottom: 15px;
}












#lbl_tit1{
    /*position: absolute;
    top: 300px;
    left: 20%;*/
    font-family: 'Nexa Bold', sans-serif;
    font-size: 3.33em;
    font-weight: 700;
    color: #797979;
    margin-bottom: -10px;
}

#lbl_tit2{
   /* position: absolute;
    top: 345px;
    left: 20%;*/
    font-family: 'Nexa Bold', sans-serif; /*Arial, Helvetica, sans-serif;*/
    font-size: 4.3em;
    font-weight:900;
    color: #f3a600;
    margin-bottom: -20px;
}

#lbl_tit3{
    /*position: absolute;
    top: 395px;
    left: 20%;*/
    font-family: 'Nexa Bold', sans-serif;
    font-size: 3.6em;
    font-weight:700;
    color: #797979;
    
}

#lbl_tit4{
    /*position: absolute;
    top: 450px;
    left: 20%;*/
    font-family: 'Nexa Bold', sans-serif;
    font-size: 2.2em;
    font-weight:500;
    color:#b5b5b5;
}

#svg_btn_1{
    /*z-index: 200;
    position: absolute;
    top: 350px;
    left: 36.5%;*/
    width: 10%;
    height: 100px;
    /*font-family: Arial, Helvetica, sans-serif;
    font-size: 2.6em;
    font-weight:700;*/
}

#svg_btn_1 path:nth-child(1){   
    fill: #0089a9;
    stroke-width: 500;
    stroke: white;
}

#svg_btn_1 path:nth-child(2){  
    fill: white;
}

#svg_btn_1:hover path:nth-child(1){   
    fill: white;
    stroke: #0089a9;
    stroke-width: 500;
    
}

#svg_btn_1:hover path:nth-child(2){  
    fill: #0089a9;
}



@keyframes fact_moviles {
    
    0%
    {
        transform: translateY(30px);
    }
    50%
    {
         transform: translateY(65px);        
    }
    100%
    {
        transform: translateY(30px); 
    }
 /* 0%{
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
       transform: translateY(500px);        
   */ 
}

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

#logo_header{
    width: 10% !important;
}


/*
#nav_var_eb{
    background: #fff;    
    z-index: 2 !important;
}

#nav_var_eb ul li a{
    color: #0089a9;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: 900;    
}


#li_btn_ingresar_eb a{
     background: #0089a9;
     color: #fff !important;
}

.navbar-expand-md .navbar-nav .nav-link:before{
    background: #0089a9 !important;
}
*/

.img-hover-zoom--slowmo img {
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
  filter: brightness(150%);
}

/* The Transformation */
.img-hover-zoom--slowmo:hover img {
  filter: brightness(100%);
  transform: scale(3);
}

.hero-area {
  background: url("../image/oficinaWork2.png") no-repeat top center;
  background-size: cover;
  padding: 145px 0;
  position: relative;
    display: none !important;
}

.hero-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(-45deg, #152649 0%, #0087aa 100%);
  opacity: 0.7;
     -webkit-animation: scale 2s;
    animation-delay: 0s;
}


#div_animacion_zoom{
  /*  transform:scale 5s;
    animation: scale 5s;*/
    -webkit-animation: scale 3s;
     animation-delay: 2.5s;
}




@-webkit-keyframes scale { /* Safari and Chrome */
from {
    width:10%;
}
to {
    width:100%;
}}


#titulo_fact{
     width: 100%;
  position: relative;
  animation-name: tit_animacion;
  animation-duration: 4s;
}

@keyframes tit_animacion {
  from{
      opacity:0;
      left: -200px;
  }
  to{
      opacity:1;
      left: 0px;
  }
}

#svg_logo_animado{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-47%, -10%);
   
    /*fill: white;*/    
    opacity: 1;
    animation: svg_hexa 4s ease forward;
    /*animation-delay: 1.6s;*/
}

#svg_logo_animado path:nth-child(1){
    stroke-dasharray: 30px;
        fill: #333333;
}


#svg_logo_animado path:nth-child(2){
   /*CONTORNO AZUL*/
     fill: transparent;
    stroke-width: 100;
    stroke: #0089A9;
    stroke-dasharray: 9000;
    stroke-dashoffset: 0;
    
   /* animation: contorno_azul 1.5s linear forwards;*/
    /* animation-delay: 2s;*/
     animation: contorno_azul 1.5s linear forwards, hexa_azul_parpadeo 1.3s ease infinite;
     animation-delay: 0ms, 1700ms;
}


#svg_logo_animado path:nth-child(3){
    /*PALITO AZUL*/
     fill: transparent;
    stroke-width: 100;
    stroke: #0089A9;
    stroke-dasharray: 6000;
    stroke-dashoffset: 0;
   /* animation-name: path8;
    animation-duration: 4s;*/
    
   /* animation: palito_azul 1.5s linear forwards;*/
    /* animation-delay: 2s;*/
    
    animation: palito_azul 1.5s linear forwards, hexa_azul_parpadeo 1.3s ease infinite;
     animation-delay: 0ms, 1700ms;
}


#svg_logo_animado path:nth-child(4){
     /*HEXAGONO AZUL*/
   /* animation: hexa 2s linear forwards;*/
    
    fill: transparent;
    stroke-width: 0;
    stroke: #0089A9;
    stroke-dasharray: 4600;
    stroke-dashoffset: 0;
  /*  animation: hexa_azul 1.5s ease forwards;
    animation-delay: .5s;*/
    
    animation: hexa_azul 1.5s ease forwards, hexa_azul_parpadeo 1.3s ease infinite;
     animation-delay: 500ms, 1700ms;
 /*   animation-name: hexa_azul, hexa_azul_parpadeo;
    animation-duration: 1500ms, 2000ms;
    animation-delay: 500ms, 1500ms; 
    animation-timing-function: ease ,ease ;*/
}

#svg_logo_animado path:nth-child(5){
    /*HEXAGONO MEDIO*/
    /* opacity: 0;
     animation: hexa 0.5s linear forwards;
     animation-delay: 0.7s;*/
    fill: transparent;
    stroke-width: 100;
    stroke: white;
    stroke-dasharray: 3300;
    stroke-dashoffset: 0;
    animation: hexa_blancos 1.5s linear forwards;
   /*  animation-delay: 2s;*/
    
}

#svg_logo_animado path:nth-child(6){
    /*HEXAGONO ALTO*/
     /*opacity: 0;
     animation: hexa 0.5s linear forwards;
     animation-delay: 0.5s;*/
    fill: transparent;
    stroke-width: 100;
    stroke: white;
    stroke-dasharray: 3300;
    stroke-dashoffset: 0;
    animation: hexa_blancos 1.5s linear forwards;
   /*  animation-delay: 2s;*/
}

#svg_logo_animado path:nth-child(7){
    /*HEXAGONO BAJO*/
    /* opacity: 0;
     animation: hexa 0.5s linear forwards;
     animation-delay: 0.9s;*/
    fill: transparent;
    stroke-width: 100;
    stroke: white;
    stroke-dasharray: 3300;
    stroke-dashoffset: 0;
    animation: hexa_blancos 1.5s linear forwards;
    /* animation-delay: 2s;*/
}

#svg_logo_animado path:nth-child(8){
    /*display: none;*/
    fill: transparent;
    stroke-width: 100;
    stroke: white;
    stroke-dasharray: 34700;
    stroke-dashoffset: 0;
   /* animation-name: path8;
    animation-duration: 4s;*/
    
    animation: palitos_blancos 1.5s linear forwards;
    /* animation-delay: 2s;*/
}
#svg_logo_animado path:nth-child(9){
    /*display: none;*/
    fill: transparent;
    stroke-width: 100;
    stroke: white;
    stroke-dasharray: 34700;
    stroke-dashoffset: 0;
    
    animation: palitos_blancos 1.5s linear forwards;
    /* animation-delay: 2s;*/
}






.svg_desaparece{
    animation: svg_desaparece_an 1s linear forwards !important;
}


@keyframes svg_desaparece_an {
    0%
    {
        opacity: 1;
        /*transform: scale(1);*/
    }
    100%
    {
        opacity: 0;
       /*transform: scale(0.5);*/
    }
}






@keyframes svg_hexa {
    0%
    {
         z-index:15;
        opacity: 0;
        /*transform: scale(1);*/
    }
    20%
    {
        opacity: 1;
       /*transform: scale(0.5);*/
    }
    50%
    {
         opacity: 1;
    }
    70%
    {
         opacity: 1;
        display: block;
    }
    99%
    {
        opacity: 1;
        display: none;
         z-index:15;
    }
    100%
    {
        
         z-index:1;
    }
}

@keyframes hexa {
    0%
    {
        opacity: 0;
        /*transform: scale(1);*/
    }
    100%
    {
        opacity: 1;
       /*transform: scale(0.5);*/
    }
}


@keyframes contorno_azul {
    0%
   {
      stroke-dashoffset: 0;
   }
    80%{
      stroke-dashoffset: 18000;
      fill: transparent;
    stroke-width: 100;    
   }
    100%{
      stroke-dashoffset: 18000;  
      fill: #0089A9;   
      stroke-width: 0;
   }
}


@keyframes contorno_azul_inf{
    0%
   {
      stroke-dashoffset: 0;
   }
    80%{
      stroke-dashoffset: 18000;
      fill: transparent;
    stroke-width: 100;    
   }
    100%{
      stroke-dashoffset: 18000;  
   }
}




@keyframes hexa_azul {
    0%
   {
      stroke-width: 100;
      stroke-dashoffset: 0;
   }
    50%{
      stroke-dashoffset: 9200;
        /*opacity: 0.4;*/
      fill: transparent;
      stroke-width: 100;    
   }
    100%{
      stroke-dashoffset: 9200;
        opacity: 1;
      fill: #0089A9;   
      stroke-width: 1;
   }
}


@keyframes hexa_azul_parpadeo {
    0%
    {
        opacity: 1;
        /*transform: scale(1);*/
    }
    50%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
       /*transform: scale(0.5);*/
    }
}


@keyframes hexa_blancos {
    0%
   {
      stroke-dashoffset: 0;
   }
    80%{
      stroke-dashoffset: 16000;
      fill: transparent;
    stroke-width: 100;    
   }
    100%{
      stroke-dashoffset: 16000;  
      fill: white;   
      stroke-width: 0;
   }
}

@keyframes palito_azul {
    0%
   {
      stroke-dashoffset: 0;
   }
    80%{
      stroke-dashoffset: 12000;
      fill: transparent;
    stroke-width: 100;    
   }
    100%{
      stroke-dashoffset: 12000;  
      fill: #0089A9;   
      stroke-width: 0;
   }
}

@keyframes palitos_blancos {
    0%
   {
      stroke-dashoffset: 0;
   }
  /*  40%{
      stroke-dashoffset: 34700;
   }*/
    80%{
      stroke-dashoffset: 69400;
      fill: transparent;
    stroke-width: 100;    
   }
    100%{
      stroke-dashoffset: 69400;  
      fill: white;   
      stroke-width: 0;
   }
}






/*----------------- CORTINA -------------------- */


.site-wrapper{
  
}


.curtain {
  width: 100%; /* Ensures the component is the full screen width */
  height: 100vh; /* We're using this for demo purposes */
  overflow: hidden; /* Allows us to slide the panels outside the container without them showing */
  z-index: 11;
  position: fixed;
  transition: cortina_fix 0.5s linear forwards;

  animation-delay: 8s;
}
  

.nohereda{
    position: inherit;
}

.curtain__wrapper {
  width: 100%;
  height: 100%;
}
      
.curtain__panel {
  background: #333333;
  width: 50%; /* Each panel takes up half the container */
  height: 100vh; /* Used for demo purposes */
  float: left; /* Makes sure panels are side-by-side */
  position: relative; /* Needed to define the z-index */
  z-index: 12; /* Places the panels in front of the prize */
transition: all 1s ease-out; /* Animates the sliding transition */
}

.curtain__panel--left {
    /*animation: panel_i 4s ease forwards;*/
}

.curtain__panel--right {  
    /*animation: panel_d 4s ease forwards;*/
      background:#333333;
}
  
.contenido_cortina{
  background: #fff;
  position: absolute; /* Forces the prize position into the container start */
  z-index: 1; /* Places the prize behind the panels, which are z-index 2 */
  width: 100%;
  height: 100%;
  /*display: none;*/
  /*  opacity: 0;*/
  transition: cont_cortina 4s linear forwards;
  animation-delay: 3s;
}


.cortina_der_abre{
    animation: panel_d_v2 1s ease forwards !important;
}

.cortina_izq_abre{
    animation: panel_i_v2 1s ease forwards !important;
}

@keyframes cortina_fix {
   from{
        position: absolute;
   }   
   to{
        position: inherit;
   }
}

@keyframes cont_cortina {
   from{
        opacity: 0;
   }   
   to{
      opacity: 1;
   }
}



@keyframes hexa_i {
    from
    {
        transform: translateX(-225%);
    }
    to
    {
         transform: translateX(-47%);        
    }
}

@keyframes hexa_d {
    from
    {
        transform: translateX(130%);
    }
    to
    {
         transform: translateX(-47%);        
    }
 /*   0%
   {
       transform: translateX(100%);
   }
     30%
   {
       transform: translateX(0%);
   }*/
  /*   60%
   {
       transform: translateX(0%);
   }
    100%{
      transform: translateX(100%);
   }*/
}

@keyframes panel_d_v2 {
    0%
   {
      /* transform: translateX(-100%);*/
        transform: translateX(0%);
   }
    100%{
         transform: translateX(100%);        
    }
}

@keyframes panel_i_v2 {
    0%
   {
      /* transform: translateX(-100%);*/
        transform: translateX(0%);
   }
    100%{
         transform: translateX(-100%);        
    }
}


@keyframes panel_d {
    0%
   {
      /* transform: translate(-47%, -35%);
       transform: translateX(100%);*/
        transform: translateX(0%);
   }
     20%
   {
       transform: translateX(0%);
   }
     60%
   {
       transform: translateX(0%);
   }
    80%{
      transform: translateX(100%);
   }
    100%{
      transform: translateX(100%);
    }
}

@keyframes panel_i {
    0%
   {
      /* transform: translateX(-100%);*/
        transform: translateX(0%);
   }
    20%{
      transform: translateX(0%);
   }
    60%{
      transform: translateX(0%);
   }
    80%{
         transform: translateX(-100%);        
    }
    100%{
         transform: translateX(-100%);        
    }
}


#cortina_blanca{
    background-color: white;
}


/*----------------- CORTINA END -------------------- */







.titulos_cabezales{
    /*margin-top: 5em;*/
}


#container_inferior_datos{
    margin-top: 3%;
}

#container_superior_datos{
    margin-top: 10%;
}

.img_pasos_faciles{
    width: 25%;
    margin-bottom: 5%
}

#div_seccion_pasos{
    margin-top: 200px;
   /* transform: skewY(4deg);*/
    padding-top: 220px;
}

.titulo_div_seccion_pasos{
    text-align: center;
    font-size: 3.7em;
    font-weight: 600;
    margin-bottom: 70px;
}

.widget__heading2 {
    color: #005568;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 3.5em;
}

.widget__icon2 {
  position: relative;
  height: 15px;
  text-align: center;
  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;
  margin-bottom: 35px;
}

#paso3_img{
   /* width: 19.5%;*/
}



.contenedor_ebo_emot_txt
{
    display: inline-block;
}

.contenedor_ebo_emot{
    height: 300px;
}

#contenedor_ebo_txt{
     margin-left: 0% !important;
}

#contenedor_ebo_emoticons{
    height: 180px;
}

#titulo_comienzo_fact{
    margin-top: 150px;
    margin-bottom: 30px !important;
}

.espacio_contenedores1{
    margin-bottom: 45px;
}

/*
#div_com_tramites_ebo{
    display: inline-block;
    width: 25%;
}

#div_com_tramites_txt{
    display: inline-block;
    width: 25%;
}*/

.div_com_tramites_ebo{
    display: inline-block;
    width: 25%;
}

.div_com_tramites_txt{
    display: inline-block;
    width: 50%;
}

.div_sub_com_1{
    display: inline-block;
    width: 48%;
}


.div_mega_sub_com_1{
    width: 80%;
    margin-left: 15%;
}

.ebo_emoticons{
    width: 90%;
   /* margin-left: 50%;*/
    margin-bottom: 100px;
}

.div_comienzo1{
    margin-top: 5%;
}

#div_comienzo_11{
    margin-top: 4%;
}





/*--------------- SECTIONS  ---------------*/


.skewed {
  /*position: absolute;*/
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
 /* height: 100%;*/
  height: 600px;    
  background: #f5f5f5;
  z-index: 0;
  transform: skewY(-4deg);
  transform-origin: top left;
}


/*--------------- END SECTIONS  ---------------*/


/*---------- SLIDER -----------------------*/

/*
.col-md-3{
  display: inline-block;
  margin-left:-4px;
}
.col-md-3 img{
  width:100%;
  height:auto;
}
body .carousel-indicators li{
  background-color:red;
            
}

.carousel-indicators {
    top: 193px;
}

body .carousel-indicators li{
    background-color: #0089a9 ;
}


body .carousel-control-prev-icon,
body .carousel-control-next-icon{
  background-color:red;
}
body .no-padding{
  padding-left: 0;
  padding-right: 0;
}

#div_slider{
    margin-bottom: 100px;
}

#titulo_solucion{
    margin-bottom: 0px;
}
*/



/*-------------- FIN SLIDER ----------------*/


/* ==========================================================================
10. Levitate
========================================================================== */

.levitate {
    -webkit-animation-name: levitate;
    animation-name: levitate;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.levitate2 {
    animation-delay: 0.35s;
    -webkit-animation-name: levitate;
    animation-name: levitate;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

//Keyframes
@-webkit-keyframes levitate {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px); }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); } }

@keyframes levitate {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px); }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); } }
//Settings
.levitate {
    -webkit-animation-name: levitate;
    animation-name: levitate;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}


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

/*-------------------------- FEATURES -------------------------*/

/* Wrapper */

	.wrapper {
		padding: 5em 0 3em 0;
	}

		.wrapper.style1 {
			background: #fff;
		}

		.wrapper.style2 {
			background-color: #fff;
			background-image: url("images/bg02.png"), url("images/bg03.png"), url("./image/ebo-feliz.png");
			background-position: top left,						bottom left,					top left;
			background-size: 100% 6em,						100% 6em,						auto;
			background-repeat: no-repeat,						no-repeat,						repeat;
		}

		.wrapper.style3 {
			background-color: #37c0fb;
			background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			color: #fff;
		}

			.wrapper.style3 .button {
				background: #fff;
				color: #474747;
			}

				.wrapper.style3 .button:hover {
					color: #37c0fb !important;
				}



/* Image */

	.image {
		border: 0;
		display: inline-block;
		position: relative;
		border-radius: 5px;
	}

		.image img {
			display: block;
			border-radius: 5px;
		}

		.image.left {
			display: block;
			float: left;
			margin: 0 2em 2em 0;
			position: relative;
			top: 0.25em;
		}

			.image.left img {
				display: block;
				width: 80%;
			}

		.image.fit {
			display: block;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

		.image.featured {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.featured img {
				display: block;
				width: 100%;
			}



/* Box */

	.box.highlight {
		text-align: center;
	}

	.box.post {
		position: relative;
		margin: 0 5% 2em 5%;
	}

		.box.post:after {
			content: '';
			display: block;
			clear: both;
		}

		.box.post .inner {
			margin-left: calc(30% + 2em);
		}

			.box.post .inner > :last-child {
				margin-bottom: 0;
			}

		.box.post .image {
			width: 30%;
			margin: 0;
		}
/*------------------------------------------------------------*/


/****       TITULOS         *****/

/* ==========================================================================
2. Section title
========================================================================== */

    @font-face {
        font-family: Nexa Bold;
        src: url("../fonts/NexaBold.otf") format("opentype");
    }

    @font-face {
        font-family: Nexa Light;
        src: url("../fonts/NexaLight.otf") format("opentype");
    }

.super_titulos{
    font-family: 'Nexa Bold', sans-serif;
    font-size: 2.5em;
    color: #046a82;
    padding: 20px 0;
    text-align: center;
}

.super_subtitulos{
    font-family: 'Nexa bold', sans-serif;
    font-size: 2em;
    font-weight: 100;
   /* color: #046a82;*/
   /* padding: 20px 0;*/
   /* text-align: center;*/
}

.super_textos{
  /*  font-family: 'Nexa Light', sans-serif;*/
    font-family: "Quicksand", sans-serif;
    font-size: 1.5em;
    font-weight: 100;
}


.title-divider {
    margin: 10px 0;
    width: 80px;
    height: 5px;
    margin-left: 0;
    background: #087289;
}



/************** HERO ********************/
.hero-image {
 /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../image/fondo7v2.png");*/
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.img-fluid{
    height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}




/***********************************************/

#ebo-lego2{
  /*  width: 75%;
    /*margin-top: 30px;*/
 /*  margin-left: 28%;*/
}

#ebo-ok2{
  /*  width: 67%;
   /* margin-top: 20%;*/
  /*  margin-left: 25%;*/
}

#ebo-trami2{
    /*margin-left: 23%;*/
}

#ebo-cap2{
   /* margin-left: 25%;
    margin-top: 7%;*/
}




.distancia-seccions{
    padding-bottom: 150px;
}

.top-seccion{
    padding-top: 50px;
}

.top-seccion-big{
    padding-top: 100px;
}

.seccion-comenzar{
    padding-top: 0px;
}





/*-- 13. Team-Area --*/

.team-box {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 30px;
}

.team-box .team-image img {
    width: 100%;
}

.team-hover {
    padding: 20px;
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #ffffff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.team-box.two .team-hover {
    height: auto;
    top: auto;
    bottom: -100%;
}

.team-box:hover .team-hover {
    top: 0;
}

.team-box.two:hover .team-hover {
    top: auto;
    bottom: 0;
}

.team-hover .team-social-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
}

.team-hover .team-social-menu a {
    border-right: 1px solid #ededed;
    padding: 5px 15px;
    display: inline-block;
    font-size: 18px;
    background: -webkit-linear-gradient(#a1c4fd, #c2e9fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.team-hover .team-social-menu a:last-child {
    border-right: none;
}

.team-hover .t_sub_title,
.team-hover .t_title {
    display: block;
    text-align: center;
    color: #ffffff;
    margin-bottom: 5px;
}

.team-hover .t_title {
    font-size: 18px;
}

.team-hover .t_sub_title {
    margin-bottom: 20px;
}


.team-hover:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c2e9fb;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #c2e9fb), to(#a1c4fd));
    background: linear-gradient(to bottom, #0082a0  1%, #0082a0  100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e9fb', endColorstr='#a1c4fd', GradientType=0);
    z-index: -1;
    opacity: 0.9;
}

.team-box.two .team-hover:before {
    opacity: 1;
}

.team-hover .bar_group {
    position: relative;
}

.team-hover .bar_group__bar.thick {
    width: 0%;
    height: 3px;
    border-radius: 6px;
    background: #fff;
    -webkit-transition: width 1s;
    transition: width 1s;
    z-index: 1;
    margin-bottom: 30px !important;
}

.team-hover .bar_group__bar.thick::after {
    display: block;
    content: '';
    position: absolute;
    z-index: 0;
    opacity: 1;
    width: 95%;
    height: 3px;
    border-radius: 6px;
    background: #e4e2e2;
    z-index: -1;
}

.team-hover .b_tooltip {
    position: relative;
    float: left;
    left: 100%;
    padding: 5px 5px 3px 5px;
    background-color: #ffffff;
    color: #6b6d6f;
    -webkit-transform: translateX(-50%) translateY(-30px);
    transform: translateX(-50%) translateY(-30px);
    border-radius: 2px;
    line-height: 1em;
}

.team-hover .b_tooltip:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    bottom: -5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ffffff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.team-hover .b_tooltip span:after {
    content: "%";
}

.team-hover .bar_label_min,
.team-hover .bar_label_max {
    display: none;
}

.team-hover .bar_group .b_label {
    font-size: 16px;
}


.sombritas{
    -webkit-box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 10px 10px 10px -5px rgba(0,0,0,0.3);
    box-shadow:  0px 4px 9px 2px rgba(0,0,0,0.3);
   
}



/* ********************* DESCRIPCION ************************/ 

.title-block {
    position: relative;
   /* background-image: url(../image/fondodescripcion.png);*/
    padding: 16rem 12rem 19rem 12rem;
   /* background-size: cover;
    background-position: center;*/
    z-index: 1;
    border-radius: 15px;
}
/*
.overlay {
    background-color: #3a3a3a;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s;
}*/

.title-block .overlay{
    background-image: url(../image/fondodescripcion.png);
    background-size: cover;
    background-position: center;
   
    background-color: #3a3a3a;
    opacity: 0.85;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s;
   /* border-radius: 15px;*/
    box-shadow: inset 0px 0px 12px 15px rgba(0,0,0,0.45);
}

.content-block {
    background-color: rgba(255,255,255,0.9);
    padding: 4rem 4rem;
    width: fit-content;
    max-width: 910px;
    margin: auto;
    border-radius: 15px;
}

.display-1 {
    font-family: 'Josefin Sans',sans-serif;
    font-size: 3.2rem;
    line-height: 1;
}

.size-p{
    font-size: 1.5em;
}

.quien-somos{
    background-image: url(../image/fondodescripcion.png);
    background-size: cover;
    background-position: center;
}

/*---------------------
  Trainer Section
-----------------------*/

.width-medido{
    max-width: 25% !important;
}

.trainer-section {
	background: #f5f5f5;
	padding-top: 90px;
	padding-bottom: 190px;
}
.trainer-section.about-trainer {
	background: #ffffff;
}
.single-trainer-item {
	position: relative;
}
.single-trainer-item:hover .trainer-text {
	height: 250px;
	bottom: -90px;
	padding: 26px 30px 30px;
	-webkit-box-shadow: 0px 10px 49px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 49px 0px rgba(0, 0, 0, 0.15);
}
.single-trainer-item:hover .trainer-text p {
	opacity: 1;
}
.single-trainer-item:hover .trainer-text .trainer-social {
	opacity: 1;
	visibility: visible;
}
.single-trainer-item img {
	min-width: 100%;
}
.single-trainer-item .trainer-text {
    border-radius: 7px;
	position: absolute;
	left: 58%;
	bottom: -55px;
	text-align: center;
	background: #0082a0;
	width: 270px;
	margin: 0 auto;
	-webkit-transform: translateX(-155px);
	-ms-transform: translateX(-155px);
	transform: translateX(-155px);
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
	padding: 20px 30px 18px;
	height: 90px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}
.single-trainer-item .trainer-text h5 {
	font-size: 20px;
	color: white;
	font-weight: 600;
	margin-bottom: 4px;
}
.single-trainer-item .trainer-text span {
	font-size: 16px;
	color: white;
}
.single-trainer-item .trainer-text p {
	margin-top: 7px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.single-trainer-item .trainer-text .trainer-social {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.single-trainer-item .trainer-text .trainer-social a {
	display: inline-block;
	font-size: 17px;
	color: #111111;
	margin-right: 25px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.single-trainer-item .trainer-text .trainer-social a:hover {
	color: #f15d44;
}
.single-trainer-item .trainer-text .trainer-social a:last-child {
	margin-right: 0;
}

.trainer-social{
  display: none;
}





/*-- 9. Feature-Box --*/

.count-box,
.feature-box {
    padding: 30px;
    -webkit-box-shadow: 0 0 0 0 rgba(31, 69, 113, 0.4);
    box-shadow: 0 0 0 0 rgba(31, 69, 113, 0.4);
    margin-bottom: 30px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.count-box:hover,
.feature-box:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.2);
    box-shadow: 0 0 30px 0 rgba(31, 69, 113, 0.2);
}

.feature-box .box-icon {
    float: left;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    background: -webkit-linear-gradient(#a1c4fd, #c2e9fb);
    -webkit-background-clip: text;
    /*-webkit-text-fill-color: transparent;*/
}

.read-more {
    color: #bdbdbd;
    display: inline-block;
    padding: 5px 0;
}

.read-more:after {
    content: "\eb55";
    display: inline-block;
    font-family: "icofont";
    color: #a1c4fd;
    font-size: 22px;
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.read-more:hover:after {
    opacity: 1;
    -webkit-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
}


.square-size{
    flex: 0 0 50% !important;
    max-width: 50% !important;
}




/* Preloder */

/*#div_svg_logo_animado{
    z-index: 999999;
}*/

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999991;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}



/********** BANNER **********/

.img-banner-tamanio{
  /*  background-image: url("../image/fondo7v2.png");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.slider_bg_1 {
  background-image: url("../image/v3-banner3.png");
}

/* line 4, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
.slider_bg_2 {
  background-image: url(../img/banner/banner2.png);
}


.slider_bg_3 {
  background-image: url("../image/div-wave.png");
  height: 800px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}


.slider_bg_4 {
  background-image: url("../image/div-wave-blue.png");
  height: 800px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}


/* line 8, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
.slider_area .single_slider {
  /*height: 630px;*/
  height: 90vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}


/* line 22, ../../Arafath/CL/CL October/214. App Landing Page/HTML/scss/_slider.scss */
.slider_area .single_slider .phone_thumb {
  position: relative;
  top: 270px;
  left: 200px;
}

.slider_area .single_slider .phone_thumb2 {
  position: relative;
 /* top: 690px;*/
/*  left: 260px;*/
}


#div_palabras_banner{
    position: absolute;
    right: 790px;
    bottom: 180px;
    width: 100%;
    text-align: center;
}

#div_palabras_bannerv2{
  position: absolute;
  text-align: center;
  width: 100%;
    right: 10%;
}

#div_boton_banner{
    position: absolute;
    right: 375px;
    bottom: 80px;
    width: 150%;
}

#div_boton_bannerv2{
  position: absolute;
  left: 11.5%;
  width: 8%;
}

#svg_btn_1v2 {
  width: 85%;
  height: 95px;
}

#svg_btn_1v2 path:nth-child(1){   
  fill: #0089a9;
  stroke-width: 500;
  stroke: white;
}

#svg_btn_1v2 path:nth-child(2){  
  fill: white;
}

#svg_btn_1v2:hover path:nth-child(1){   
  fill: white;
  stroke: #0089a9;
  stroke-width: 500;
  
}

#svg_btn_1v2:hover path:nth-child(2){  
  fill: #0089a9;
}


#sub-div-sello-hero{
    right: 15%;
}

#sub-div-sello-hero2{
  right: 10%;
}


#img-sello-1v2{
  width: 10%;
  position: relative;
  top: 295px;
  left: 5%;
  transition: transform .2s;
}

#img-sello-2v2{
  width: 10%;
  position: relative;
  top: 295px;
  left: 10%;
  transition: transform .2s;
}

#img-sello-3v2{
  width: 10%;
  position: relative;
  top: 295px;
  left: 15%;
  transition: transform .2s;
}


#img-sello-1{
  width: 23%;
  position: absolute;
  top: -20px;
  right: 620px;
  transition: transform .2s; /* Animation */
}

#img-sello-2{
  width: 23%;
  position: absolute;
  top: -20px;
  right: 485px;
  transition: transform .2s;
}

#img-sello-3{
  width: 23%;
  position: absolute;
  top: -20px;
  right: 350px;
  transition: transform .2s;
}

#img-sello-1v2:hover{
  transform: scale(1.4); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#img-sello-2v2:hover{
  transform: scale(1.4);
}

#img-sello-3v2:hover{
  transform: scale(1.4);
}

#img-sello-1:hover{
  transform: scale(1.4); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#img-sello-2:hover{
  transform: scale(1.4);
}

#img-sello-3:hover{
  transform: scale(1.4);
}


#img_ebo_1{
    width: 100%;
    z-index: 3;
    padding-left: 64px;
    top: 55;
    position: absolute;
    bottom: 33px;
    right: 120%;
}

#img_ebo_1v2{
    width: 28%;
    z-index: 3;
    padding-left: 64px;
    top: 55;
    position: absolute;   
    bottom: 0px;
    right: 30%;
    /*top: 90px;*/
    top: 6vw;

}

#img_ico_1{
    width: 100%;
    z-index: 3;
    padding-left: 64px;
    top: 55;
    position: absolute;
    bottom: 165px;
    right: 65%;
}

#img_ico_1v2{
    width: 21%;
    z-index: 3;
    position: absolute;
    bottom: -135px;
   /* right: 16%;*/
    right: 9%;
}    


#img_ico_2{
    width: 100%;
    z-index: 3;
    padding-left: 64px;
    top: 55;
    position: absolute;
    bottom: 105px;
    right: 65%;
}

#img_ico_2v2{
    width: 25%;
    z-index: 3;
    position: absolute;
    bottom: -190px;
  /*right: 15%;*/
    right: 7%;
}    

#img_ebo_2{
    width: 108%;
    height: 390px;
    z-index: 2;
    position: relative;
    top: 165px;
    background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

#img_ebo_2v2{
    width: 108%;
    height: 230px;
    z-index: 2;
    position: relative;
    top: 130px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}



.datos-numeros{
    padding-top: 25px;
    padding-bottom: 25px; 
    background-color: #0082a0;
   /* box-shadow: inset 0px 0px 12px 15px rgba(0,0,0,0.45);*/
    box-shadow: inset 0px 0px 12px 3px rgba(0,0,0,0.45);
}

.widget__heading-number{
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 3.5em !important;
}

.p-numeros{
    color: #ffffff !important;
    font-size: 1.5em !important;
    /* margin-bottom: 4px; */
    margin-top: -10px !important;
}


.dn-ajustes-num{
    margin-bottom: -5px;
    color: #f3a600;
    font-size: 5em !important;    
}

.dn-ajustes-tit{
    color: #fbc143 !important;
    margin-bottom: -5px;
    font-weight: 500 !important;
}


.p-team-descripcion{
    color: white;
    font-size: 1.4em;
}


/*=====================================*/
/*-- :::: END CUSTOM FER END:::: --*/
/*=====================================*/



/* /////////////////////////// 
    Header Area
//////////////////////////// */
.brand-logo {
  margin-top: -2px;
}

.site-header {
  background-color: transparent;
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}


.main-menu > li > a:hover {
  color: #50e3c2;
}


.main-menu .has-dropdown:hover .menu-dropdown p {
  margin-bottom: 0;
}


.main-menu .menu-dropdown .single-item a h3 {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.4px;
  -webkit-transition: .4s;
  transition: .4s;
  padding: 0;
  padding-bottom: 5px;
}

.main-menu .menu-dropdown .single-item a p {
  margin-bottom: 0;
}

.main-menu .menu-dropdown .single-item p {
  color: #878b90;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.35px;
}

.header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-btns .btn--transparent {
  font-weight: 400;
}

.hamburger-icon {
  font-size: 16px;
  color: #fff;
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}

.hamburger-icon:hover {
  background: #50e3c2;
  color: #fff;
  border-color: transparent;
}

/*  Mobile Menu / Mean Menu Reset  */
.mobile-header {
  padding: 18px 0;
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
  background: transparent;
}

/* Mobile Off canvas */
.off-canvas-wrapper {
  top: 0;
  right: 0;
  height: 100vh;
  position: fixed;
  background-color: #fff;
  z-index: 9999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  opacity: 0;
  visibility: hidden;
  width: 250px;
}


.off-canvas-wrapper.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.off-canvas-wrapper .off-canvas-inner {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  position: relative;
  overflow-y: scroll;
}

.off-canvas-wrapper .header-btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

.off-canvas-wrapper .header-btns .btn:first-child {
  margin-bottom: 16px;
}

.off-canvas-wrapper .btn-close-off-canvas {
  top: 0;
  left: -50px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #50e3c2;
  color: #fff;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.off-canvas-wrapper .menu-expand {
  display: none;
}

/*
.mobile-navigation {
  padding: 20px 0;
}

.mobile-navigation .mobile-menu > li {
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid #ececec;
}

.mobile-navigation .mobile-menu > li .sub-menu > li {
  padding-top: 13px;
  margin-top: 13px;
  border-top: 1px solid #ececec;
  padding-left: 20px;
}

.mobile-navigation .mobile-menu > li .sub-menu > li.single-item h3 {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 600;
}

.mobile-navigation .mobile-menu > li .sub-menu > li.single-item p {
  font-size: 13px;
}

.mobile-navigation .mobile-menu > li .sub-menu > li.single-item a:hover {
  color: inherit;
}

.mobile-navigation .mobile-menu > li:last-child {
  border-bottom-color: transparent;
}

.mobile-navigation .mobile-menu li i {
  margin-left: 8px;
  position: relative;
  top: 3px;
}

.mobile-navigation .mobile-menu li:hover > a {
  color: #50e3c2;
}

.mobile-navigation .mobile-menu a {
  display: block;
}
*/

/* /////////////////////////// 
    Hero Area
//////////////////////////// */




.hero-content {
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-content .title {
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
}

.hero-content p {
  color: #dbe4f1;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 30px;
  font-size: 17px;
}


.hero-btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.hero-btn .text--info {
  color: #dbe4f1;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.dashboard-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 80px;
}


.dashboard-img img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 22px 74px rgba(20, 21, 24, 0.18);
          box-shadow: 0 22px 74px rgba(20, 21, 24, 0.18);
}

.hero-shape {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
}

/* /////////////////////////// 
    Feature section
//////////////////////////// */
.feature-section {
  margin-top: 80px;
  padding: 70px 0 10px;
}



.circle-bg-1 {
  background: #fc5c65;
}

.circle-bg-1.outer-circle {
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  background: rgba(252, 92, 101, 0.06);
}

.circle-bg-1.outer-circle:before {
  content: '';
  position: absolute;
  border: rgba(252, 92, 101, 0.08) solid 6px;
  border-radius: 500px;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-animation: ripple-out 1.2s linear 1s infinite;
          animation: ripple-out 1.2s linear 1s infinite;
}

.circle-bg-2 {
  background: #50e3c2;
}

.circle-bg-2.outer-circle {
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  background: rgba(80, 227, 194, 0.06);
}

.circle-bg-2.outer-circle:before {
  content: '';
  position: absolute;
  border: rgba(80, 227, 194, 0.08) solid 6px;
  border-radius: 500px;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-animation: ripple-out 1.2s linear 1s infinite;
          animation: ripple-out 1.2s linear 1s infinite;
}

.circle-bg-3 {
  background: #a665fb;
}

.circle-bg-3.outer-circle {
  background: rgba(166, 101, 251, 0.06);
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.circle-bg-3.outer-circle:before {
  content: '';
  position: absolute;
  border: rgba(166, 101, 251, 0.08) solid 6px;
  border-radius: 500px;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-animation: ripple-out 1.2s linear 1s infinite;
          animation: ripple-out 1.2s linear 1s infinite;
  opacity: 1.6;
}

.widget01.feature--widget {
  margin-bottom: 0px;
}


.widget01.feature--widget .divider--right:after {
  display: none;
}



.widget__icon {
  position: relative;
  height: 50px;
  text-align: center;
  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;
 /* margin-bottom: 35px;*/
}

.widget__icon .inner-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.widget__icon .outer-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
}

.widget__body {
  text-align: center;
}

.widget__body p {
  color: #323232;
  font-size: 17px;
  font-weight: 400;
  line-height: 34px;
}


.widget__heading {
    color: #005568;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 3.5em;
}

/* /////////////////////////// 
    Content section
//////////////////////////// */
.content-img.content-img-group-1 {
  position: relative;
}


.content-img.content-img-group-1 .image-1 {
  position: absolute;
  z-index: 2;
  left: 27%;
  top: 23%;
}


.content-img.content-img-group-1 .image-2 {
  position: absolute;
  z-index: 1;
  right: 40%;
  top: 12%;
}


.content-img.content-img-group-1 .image-overlay::before {
  content: url(../image/content-1-2-overlay.png);
  bottom: -25px;
  position: absolute;
  left: 0;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.content-img.content-img-group-2 {
  position: relative;
}


.content-img.content-img-group-2 .image-1 {
  position: absolute;
  z-index: 2;
}


.content-img.content-img-group-2 .image-2 {
  position: absolute;
  z-index: 1;
  left: 40%;
  top: 23%;
}

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

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

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@-webkit-keyframes blink {
  0% {
    bottom: -25px;
  }
  25% {
    bottom: -100px;
  }
  35% {
    bottom: -130px;
  }
  50% {
    bottom: -100px;
  }
  75% {
    bottom: -50px;
  }
  100% {
    bottom: -25px;
  }
}

@keyframes blink {
  0% {
    bottom: -25px;
  }
  25% {
    bottom: -100px;
  }
  35% {
    bottom: -130px;
  }
  50% {
    bottom: -100px;
  }
  75% {
    bottom: -50px;
  }
  100% {
    bottom: -25px;
  }
}

.content-section-text .title {
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 45px;
  margin-bottom: 19px;
  font-size: 32px;
}


.content-section-text p {
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}


.content-section-text .btn {
  margin-top: 30px;
}

/* /////////////////////////// 
    Video section
//////////////////////////// */
.video-bg {
  position: relative;
  background-image: url(../image/cta-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.video-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #222d3d;
  opacity: 0.7172935;
}

.video-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  text-align: center;
}

.video-content .video-btn {
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.19);
  margin-bottom: 60px;
  border-radius: 500px;
  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;
}

.video-content .video-btn i {
  color: #50e3c2;
  font-size: 20px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .4s;
  transition: .4s;
}

.video-content .video-btn:hover i {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.video-content .title {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 15px;
}

.video-content p {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}

.video-content p:last-child {
  margin-bottom: 0;
}



/* /////////////////////////// 
    Brand Section
//////////////////////////// */
.brand-top-text P {
  color: #878b90;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.brand-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brand-wrapper .single-brand {
  margin-right: 25px;
  margin-left: 25px;
  margin-top: 25px;
}

/* /////////////////////////// 
    Testimonial Section
//////////////////////////// */
.berlin-card-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}


.berlin-card-group > .card {
  margin-bottom: 15px !important;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  max-width: 100%;
}


.berlin-card-group > .card + .card {
  border: 1px solid #e8e8ea;
}



.testimonial-card-1 {
  border: 1px solid #e8e8ea;
}

.testimonial-card-1 .card-body {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}


.testimonial-card-1 .quote-icon {
  color: #dbe4f1;
  font-size: 98px;
  font-weight: 400;
  letter-spacing: -0.1px;
  margin-bottom: -45px;
}

.testimonial-card-1 .client-card {
  margin-top: 40px;
}

.card-footer {
  background: transparent;
  border: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-top: 0px;
}

.client-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client-card .image {
  border-radius: 50%;
  min-width: 43px;
  min-height: 43px;
  overflow: hidden;
}

.client-card .image img {
  width: 100%;
}

.client-card .content {
  padding-left: 20px;
  padding-top: 5px;
}

.client-card .content .title {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 6px;
}

.client-card .content span {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.6px;
  line-height: 1;
}

/* /////////////////////////// 
    CTA Section
//////////////////////////// */
.cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -20px;
}

.cta-wrapper .title {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.22px;
  line-height: 35px;
  margin-right: 30px;
  text-align: center;
}


/* /////////////////////////// 
    Footer Section
//////////////////////////// */
.shape-holder {
  position: relative;
  z-index: 1;
}

.footer-shapes {
  position: absolute;
  top: 0;
  width: 100%;
}

.footer-shapes .shape-1 {
  position: absolute;
  width: 100%;
  top: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -2;
}

.footer-shapes .shape-1 svg {
  width: 100%;
  height: 55px;
}

.footer-bg {
  position: relative;
  z-index: 1;
}

.footer-bg:before {
  content: '';
  background-image: linear-gradient(-45deg, #152649 0%, #4f525c 100%);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.footer-title {
  opacity: 0.7;
  color: #dbe4f1;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 35px;
}

.footer-list {
  margin-top: -10px;
}

.footer-list li {
  margin-bottom: 8px;
}

.footer-list li a {
  color: #f8fbfe;
  font-size: 16px;
  line-height: 34px;
  -webkit-transition: .4s;
  transition: .4s;
  padding-left: 0;
}

.footer-list li a:hover {
  color: #50e3c2;
  padding-left: 5px;
}

.footer-list.list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-list.list-inline li {
  margin-bottom: 0;
  margin-right: 15px;
}



.footer-list.list-inline li a {
  color: #dbe4f1;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.footer-list.list-inline li a:hover {
  color: #50e3c2;
  padding-left: 0px;
}

.footer-list.list-inline li:last-child {
  margin-right: 0;
}

.footer-list.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.footer-list.social-list li {
  margin-bottom: 0;
}

.footer-list.social-list a {
  font-size: 17px;
  margin: 0 10px;
  line-height: 1;
  padding-bottom: 0;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
  top: 0;
}

.footer-list.social-list a:hover {
  color: #50e3c2;
  top: -5px;
  padding-left: 0;
}

#div_waves{
  display: none !important;
}

.copyright-area p {
  color: #dbe4f1;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}

@media (min-width: 451px)
{
  .col-md-4 {
      -ms-flex: 0 0 33.333333% !important;
      flex: 0 0 33.333333% !important;
      max-width: 33.333333% !important;
  }
}

#div_square1{
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

#div_square2{
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

#div_square3{
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

#div_square4{
  flex: 0 0 50% !important;
  max-width: 50% !important;
}
/*# sourceMappingURL=style.css.map */