@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:300,300i,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,400i,500,500i,600,700');
html{
    height: 100%;
    -webkit-font-smoothing: antialiased;
}
body{
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: .3px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    -webkit-font-smoothing: subpixel-antialiased;
    overflow-x: hidden;
}

.slide{
    position: relative;
    display: block;
    width: 100%;
    height: 80%;
}

.slide .titulo-slide{
    position: absolute;
    width: 250px;
    z-index: 9;
    top:150px;
    left: 100px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    line-height: 100%;
}

@media screen and (max-width: 600px) {
  .slide .titulo-slide {
    font-size: 2.2rem;
    left: 50px;
  }
}

/************************ Colores Base **********************************************/
.blanco{
    color: #fff;
}
.blanco-bg{
    background-color: #fff;
}
.blanco-brd{
    border-color: #fff;
}
.azul{
    color: #16b1e5;
}
.azul-bg{
    background-color: #16b1e5;
}
.verde{
    color: #12e28a;
}
.verde-bg{
    background-color: #12e28a;
}

.gris{
    color: #999;
}

/************************Enlaces Básicos **********************************************/

a{
    text-decoration: none;
}

a.blanco{
    color: #fff;
}
a.negro{
    color: #000;
}

a > i{
    margin: 0 10px;
}

a.btn-caja{
    display: inline-block;
    padding: 20px;
    color: #333;
    background-color: #10b16e;
    border-radius: 2px;
}

a.btn-caja:hover{
    background-color: #12e28a;
}



/************************estilos para el menú **********************************************/

.menu{
    position: fixed;
    background-color: rgba(0, 0, 0,0.9);/*rgba(22, 178, 227,0.9)*/
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.menu > .item{
flex-grow: 1;
}

.menu > .item > a{
    display: block;
    padding: 10px;
    font-weight: 500;
    font-size: 1rem;
}

.menu > .item > a:hover{
    color: #12e28a;
}

/************************ Estilos Textos Generales **********************************************/

.titulo-m{
    font-size: 30px;
    line-height: 1.2;
}

.titulo-l{
    font-size: 40px;
    line-height: 1.2;
}

.titulo-xl{
    font-size: 54px;
    line-height: 1.2;
}

.parrafo{
    margin: 40px 0;
    font-size: 18px;
    line-height: 1.8;
}

/************************ Estilos Para los bordes **********************************************/

.borde-abajo{
    border-bottom-width: 1px;
    border-bottom-style: solid;
}


/************************ Estilos Para los Contadores **********************************************/

.contadores{
    position: relative;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.dato-contador{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin-right: 20px;
    padding: 5px;
    text-align: center;
}

.dato-contador .numero{
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

.dato-contador .numero .cifra{
    display: block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 4rem;
    font-weight: bold;
    color: #12e28a;
}

.dato-contador .titulo{
    display: block;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    color: #555;
}

/************************ Estilos Texto Icono **********************************************/

.texto-icono{
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
.texto-icono > .icono{
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    padding: 5px;
    background-color: #12e28a;
    border-radius: 50%;
    color: #fff;
}

.texto-icono > .texto{
    padding-left: 10px;
    align-self: center;
    font-size: 1.3rem;
}

/************************ Estilos Paralax **********************************************/

.bg1-plx{
    display: block;
    width: 100%;
}


/*******************Estilos Formularios*********************/

.formulario{
    display: block;
}

.elemento{
    margin: 10px 0;
}

.elemento label{
    display: block;
    font-size: 1.2em;
    margin: 10px 0 5px 0;
}

.elemento input,.elemento textarea,.elemento select{
    width: 100%;
    font-size: 1.2em;
    border: 1px solid #eaeaea;
    border-bottom: 2px solid #ffe0ba;
    padding: 5px;
    color: #696969;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #eaeaea;
}

.elemento input[type="radio"], .elemento input[type="checkbox"]{
    width: 15px;
    font-size: 1.2em;
}


/********************** EStilos de elementos de menu ***************************/
.subir{
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: none;
}

a.btn{
    display: inline-block;
    padding: 4px 7px;
    border-radius: 2px;
    transition: all ease 0.3s;
}

a.light{
    background-color: #f4dc31;
    font-weight: 600;
    color: #1e3348;
}

.menu-movil{
    display: none;
}

#btn-menu-movil{
    display: none;
}

.linea-movil{
    position: fixed;
    width: 100%;
    z-index: 20;
    display: none;
}

#btn-menu-movil{
    display: block;
    position: absolute;
    right: 5px;
    top: 10px;
    padding: 3px 5px;
}

.menu-movil{
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
    background-color: rgba(255,255,255,0.95);
    z-index: 100;
}

@keyframes movil_muestra {
    from {right: -100%;}
    to {right: 0;}
}
@keyframes movil_oculta {
    from {right: 0;}
    to {right: -100%;}
}

.muestra{
    display: block;
    right: 0;
    animation-name: movil_muestra;
    animation-duration: 0.5s;
}

.oculta{
    display: block;
    right: -100%;
    animation-name: movil_oculta;
    animation-duration: 0.5s;
}

.menu-movil li a{
    position: relative;
    display: block;
    text-align: center;
    padding: 20px 20px;
    color: #16b2e3;
    font-size: 1.1em;
    border-bottom: 1px solid #71b452;
    transition: all ease 0.5s;
}

.menu-movil li a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255,1);
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: all ease-in 0.3s;
    z-index:-1;
}

.menu-movil li a:hover::before{
    transform: scaleY(1);
}

.menu-movil li a:hover,.menu-movil li a.activo{
    border-bottom: 4px solid #fff;
    color: #1e3348;
}

.menu-movil li a.activo{
    border-bottom: 4px solid #fff;
    color: #fff;
}