/*COLORES
VERDE OSCURO : #1E4C2C*/
/*FONTS*/
html, body {
    width: 100% !important;
    overflow-x: hidden;
}
@font-face {
    font-family: 'Graphik Light';
    src: url("../fonts/GraphikLight.otf"); 
}
@font-face {
    font-family: 'Graphik Regular';
    src: url("../fonts/GraphikRegular.otf"); 
}
@font-face {
    font-family: 'Graphik Medium';
    src: url("../fonts/GraphikMedium.otf"); 
}
@font-face {
    font-family: 'Graphik SemiBoldItalic';
    src: url("../fonts/GraphikSemiboldItalic.otf"); 
}
@font-face {
    font-family: 'Montserrat Bold';
    src: url("../fonts/Montserrat-Bold.ttf"); 
}
@font-face {
    font-family: 'Raleway Bold';
    src: url("../fonts/Raleway-Bold.ttf"); 
}
@font-face {
    font-family: 'Raleway BoldItalic';
    src: url("../fonts/Raleway-BoldItalic.ttf"); 
}
@font-face {
    font-family: 'Raleway ExtraBold';
    src: url("../fonts/Raleway-ExtraBold.ttf"); 
}
@font-face {
    font-family: 'Raleway Light';
    src: url("../fonts/Raleway-Light.ttf"); 
}
@font-face {
    font-family: 'Raleway Medium';
    src: url("../fonts/Raleway-Medium.ttf"); 
}
@font-face {
    font-family: 'Raleway SemiBold';
    src: url("../fonts/Raleway-SemiBold.ttf"); 
}
.gLight{
    font-family: 'Graphik Light';
}
.gRegular{
    font-family: 'Graphik Regular';
}
.gMedium{
    font-family: 'Graphik Medium';
}
.gSemiBoldItalic{
    font-family: 'Graphik SemiBoldItalic';
}
.mBold{
    font-family: 'Montserrat Bold';
}
.rBold{
    font-family: 'Raleway Bold';
}
.rBoldItalic{
    font-family: 'Raleway BoldItalic';
}
.rExtraBold{
    font-family: 'Raleway ExtraBold';
}
.rLight{
    font-family: 'Raleway Light';
}
.rMedium{
    font-family: 'Raleway Medium';
}
.rSemiBold{
    font-family: 'Raleway SemiBold';
}
.a_none_style{
    text-decoration: none;
}
/* BACKGROUNDS */
.bg-index{
    background: rgb(30,76,44);
    background: radial-gradient(circle, rgba(30,76,44,1) 35%, rgba(30,76,44,1) 100%);
    color: #fff;
}
.bg-mundo-pear{
    position: relative;
}
.bg-gris{
    background: rgb(229,229,229);
    background: linear-gradient(40deg, rgba(229,229,229,1) 0%, rgba(250,250,250,1) 100%);
    border-radius: 15px;
    position: relative;
    height: 300px;
    line-height: 75%;
}
.bg-degradado-verde{
    background: rgb(2,101,52);
    background: linear-gradient(40deg, rgba(2,101,52,1) 0%, rgba(24,163,72,1) 59%, rgba(109,199,76,1) 100%);
    border-radius: 15px;
    color: #fff;
    line-height: 70%;
}
.bg-degradado-morado{
    background: rgb(64,43,120);
    background: linear-gradient(40deg, rgba(64,43,120,0.8) 0%, rgba(104,205,201,0.8) 100%);
    border-radius: 15px;
    color: #fff;
    line-height: 70%;
    position: relative;
}
.bg-como-funciona-neg{
    position: relative;
}
.bg-gris-cuadros{
    background: rgb(229,229,229);
    background: linear-gradient(40deg, rgba(229,229,229,1) 0%, rgba(250,250,250,1) 100%);
    border-radius: 15px;
    color: #4B4B4B;
    height: 280px;
}
.bg-arbol{
    margin-bottom: 600px;
}
.bg-compl{
    background-color: #28663B;
}
.bg-sobrepuesto-arbol{
    position: relative;
}
.bg-footer{
    /*background: rgb(30,76,44);
    background: radial-gradient(circle, rgba(30,76,44,1) 0%, rgba(14,35,21,1) 100%);*/
    background-color: #fff;
    color: #000000;
}
/* TERMINA BACKGROUNDS */
/* ICONOS */
.logo-menu{
    width: 100px;
}
.icono-redes-menu{
    width: 20px;
}
.num-perita{
    width: 40px;
}
.logo-perita{
    width: 80px;
}
.icono-footer{
    width: 20px;
    margin-right: 1rem;
}
.bb-materialized{
    width: 200px;
}
.logo-footer{
    width: 120px;
}
.logo-modal{
    width: 120px;
}
/* TERMINA ICONOS */
/* BOTONES */
.btn-demo{
    background-color: #6DC74C;
    border-radius: 0;
    border-color: #6DC74C;
}
.btn-demo:hover{
    background-color: #6DC74C;
    border-radius: 0;
    border-color: #6DC74C;
}
.btn-play{
    position: absolute;
    top: 30%;
    left: 40%;
    transform: scale(50%, 50%);
    cursor: pointer;
}
.btn-play-cel{
    position: absolute;
    top: 20%;
    left: 40%;
    transform: scale(50%, 50%);
    cursor: pointer;
}
.btn-enviar{
    background-color: #6DC74C;
    border-radius: 0;
    border-color: #6DC74C;
    width: 200px; 
    color: #000000;
}
.btn-enviar:hover{
    background-color: #6DC74C;
    border-radius: 0;
    border-color: #6DC74C;
    width: 200px; 
    color: #000000;
}
.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.55);
    border-color: rgba(255,255,255,.8);
}
.navbar-light .navbar-toggler-icon {
    background-image:none;
}
.btn-close{
    background: none;
}
.btn-allow{
    background-color: #6DC74C;
    border-color: #6DC74C;
    color: #000000;
    width: 120px;
}
.btn-allow:hover{
    background-color: #6DC74C;
    border-color: #6DC74C;
    color: #000000;
    width: 120px;
}
.btn-allow:focus{
    background-color: #6DC74C;
    border-color: #6DC74C;
    color: #000000;
    width: 120px;
}
.btn-confirm{
    background-color: #6DC74C;
    border-color: #6DC74C;
}
.btn-confirm:hover{
    background-color: #6DC74C;
    border-color: #6DC74C;
}
.btn-confirm:focus{
    background-color: #6DC74C;
    border-color: #6DC74C;
}
.btn-show{
    background: transparent;
    border-color: #6DC74C;
    color: #6DC74C;
}
.btn-show:hover{
    background: transparent;
    border-color: #6DC74C;
    color: #6DC74C;
}
.btn-show:focus{
    background: transparent;
    border-color: #6DC74C;
    color: #6DC74C;
}
.btn-choices{
    background-color: #6DC74C;
    border-color: #6DC74C;
    color: #fff;
}
.btn-choices:hover{
    background-color: #6DC74C;
    border-color: #6DC74C;
    color: #fff;
}
.btn-choices:focus{
    background-color: #6DC74C;
    border-color: #6DC74C;
    color: #fff;
}
.form-check-input:checked{
    background-color: #6DC74C;
    border-color: #6DC74C;
}
/* TERMINA BOTONES*/
/* COLORES TEXTOS */
.txt-verde{
    color: #6DC74C;
}
.txt-verde-oscuro{
    color: #2A4B2F;
}
/* TERMINA COLORES TEXTOS */
.menu{
    display: flex;
    justify-content: center;
    width: 100%;
    visibility: visible;
}
.men-tablet{
    display:none;
}
.menu-tablet{
    display: flex;
    justify-content: center;
    width: 100%;
    visibility: hidden;
}
.margen-left{
    margin-left: 10rem;
}
.fa-bars{
    color: #6DC74C;
}
.elipse-1{
    position: absolute;
    top: 22%;
    left: -10%;
    width: 40%;
}
.elipse-2{
    position: absolute;
    top: -15%;
    width: 20%;
    right: 0;
    z-index: 1;
}
.elipse-3{
    position: absolute;
    width: 40%;
    top: 25%;
    right: -20px;
    z-index: -1;
}
.elipse-4{
    position: absolute;
    left: -10%;
    top: 10%;
    z-index: -1;
}
.img-mundo-pear{
    position: absolute;
    width: 35%;
    z-index: 2;
}
.imagen-optim{
    position: absolute;
    width: 55%;
    top: -50px;
    right: 20px;
}
.imagen-adap{
    position: absolute;
    width: 55%;
    top: 30px;
    right: -20px;
}
.img-conexion{
    top: 7%;
    position: absolute;
    width: 40%;
    z-index: 2;
}
.img-conexion-fr{
    top: 16%;
    position: absolute;
    width: 40%;
    z-index: 2
}
.img-conexion-eng{
    top: 7%;
    position: absolute;
    width: 80%;
    z-index: 2;
}
.img-obtengo-eng{
    position: absolute;
    width: 50%;
    z-index: 2;
}
.img-estadisticas-eng{
    position: absolute;
    width: 80%;
    z-index: 2;
}
.img-obtengo{
    position: absolute;
    width: 30%;
    z-index: 2;
}
.img-estadisticas{
    position: absolute;
    width: 40%;
    z-index: 2;
}
.img-pasos-cli{
    float: left;
    width: 90px;
    margin-right: 1rem;
    margin-bottom: 30px;
}
.img-pasos-cli2{
    float: left;
    margin-top: 20px;
    margin-right: 1rem;
    margin-bottom: 53px;
    width: 100px;
}
.img-sobre-arbol{
    width: 100%;
    position: absolute;
    bottom: -50%;
}
.tienda-conv{
    width: 220px;
}
.fast-food{
    width: 250px;
}
.link-vid{
    position: relative;
}
.borde-derecho{
    border-right: 1px solid #99DB81;
}
.borde-menu{
    border-right: 1.5px solid #676767;
}
/* TEXTOS */
.txt-index p{
    line-height: 75%;
    font-size: 20px;
}
.txt-index-ing p{
    line-height: 105%;
}
.txt-index-fr p{
    line-height: 105%;
}
.txt-mundo-pear p{
    line-height: 75%;
    font-size: 20px;
}
.txt-mundo-recibos{
    position: relative;
    color: #fff;
    line-height: 75%;
}
.txt-mundo-recibos2{
    position: relative;
    color: #fff;
    line-height: 75%;
}
.txt-mundo-recibos3{
    position: relative;
    color: #fff;
    line-height: 75%;
}
.txt-mundo-recibos4{
    position: relative;
    color: #fff;
    line-height: 75%;
}
.txt-mundo-recibos-cel{
    position: relative;
    color: #fff;
    line-height: 75%;
    margin-left: -30px;
}
.txt-mundo-recibos-cel-eng{
    position: relative;
    color: #fff;
    line-height: 105%;
    margin-left: -30px;
}
.txt-mundo-recibos-cel-fr{
    position: relative;
    color: #fff;
    line-height: 105%;
    margin-left: -30px;
}
.txt-ventajas{
    line-height: 80%;
}
.txt-como-funciona p{
    line-height: 75%;
    color: #7B7B7B;
    margin-left: 4.5rem;
}
.txt-pasos-cli p{
    font-size: 12px;
}
.txt-terminos p{
    font-size: 14px;
}
.txt-terminos ul{
    list-style: none;
}
.txt-arbol{
    position: absolute;
    color: #fff;
    bottom: -50%;
    right: 0;
} 
.txt-era{
    margin-top: 7rem;
}
.txt-era-fr{
    margin-top: 10rem;
}
.txt-arbol-fr{
    position: absolute;
    color: #fff;
    bottom: -50%;
    right: 0;
} 
.txt-resource{
    margin-left: -30px;
}
/* TERMINA TEXTOS */
/* VIDEOS */
.vid-monitoreo-fr{
    position: relative;
    margin-bottom: -100px;
}
.vid-monitoreo-eng{
    position: relative;
    margin-bottom: -100px;
}
.vid-monitoreo-esp{
    position: relative;
    margin-bottom: -200px;
}
.video_index{
    position: absolute;
}
.video_index-cel{
    position: absolute;
    width: 100%;
}
.vid-monitoreo2{
    position: relative;
    margin-bottom: 170px;
}
.vid-monitoreo2-eng{
    position: relative;
    margin-bottom: 120px;
}
.vid-monitoreo-cel{
    margin-top: 120px;
    position: relative;
    margin-bottom: 120px;
}
.showcase{
    position: relative;
    margin-top: 100px;
    margin-bottom: 50px;
    right: 0;
    width: 100%;
    min-height: 90vh;
    background: #111;
    color: #fff;
    z-index: 2;
    
}
.showcase-2{
    position: relative;
    margin-top: 100px;
    right: 0;
    width: 100%;
    min-height: 90vh;
    background: #111;
    color: #fff;
    z-index: 2;
    
}
.showcase .txt-mundo-recibos{
    background-color: linear-gradient( top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4));
    /*background-color: rgba(0, 0, 0, 0.5);*/
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;

}
.showcase-2 .txt-mundo-recibos-cel-eng{
    background-color: linear-gradient( top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4));
    /*background-color: rgba(0, 0, 0, 0.5);*/
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.showcase-2 .txt-mundo-recibos-cel-fr{
    background-color: linear-gradient( top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4));
    /*background-color: rgba(0, 0, 0, 0.5);*/
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.showcase-2 .txt-mundo-recibos-cel{
    background-color: linear-gradient( top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4));
    /*background-color: rgba(0, 0, 0, 0.5);*/
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.showcase video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}
.showcase-2 video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}
/* TERMINA VIDEOS */
.formulario input{
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
    font-family: 'Raleway Medium';
    border-radius: 10px;
    height: 50px;
}
::-webkit-input-placeholder{
    color: #fff!important;
    font-family: 'Raleway Medium'!important;
}
.formulario option{
    appearance: none;
    background-color: rgba(255, 255, 255, 0.2)!important;
    border-color: rgba(255, 255, 255, 0.2)!important;
    font-family: 'Raleway Medium'!important;
    border-radius: 10px!important;
    height: 50px!important;
    cursor: pointer;
    color: black!important;
}
.form-select{
    appearance: none;
    background-color: rgba(255, 255, 255, 0.2)!important;
    border-color: rgba(255, 255, 255, 0.2)!important;
    font-family: 'Raleway Medium'!important;
    border-radius: 10px!important;
    height: 50px!important;
    cursor: pointer;
    color: #fff!important;
}
.hr-footer{
    border: 1px solid #fff;
}
.modal-content, .modal-header{
    background: none;
    border: none;
}
.modal-cookies{
    background-color: #fff;
}
.btn-close{
    color: #fff!important;
}
.txt-web-mundo-recibo2{
    visibility: hidden;
}
/* SELECT DE IDIOMAS */
.nav-wrapper {
    width: 150px;
    text-align: center;
} 
.sl-nav {
    display: inline;
}
.sl-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block;
}
.sl-nav li {
    cursor: pointer;
    padding-bottom: 10px;
}
.sl-nav li ul {
    display: none;
}
.sl-nav li:hover ul {
    position: absolute;
    top: 29px;
    right: -15px;
    display: block;
    background: #fff;
    width: 120px;
    padding-top: 0px;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.sl-nav li:hover .triangle {
    position: absolute;
    top: 15px;
    right: -10px;
    z-index: 10;
    height: 14px;
    overflow: hidden;
    width: 30px;
    background: transparent;
}
.sl-nav li:hover .triangle:after {
    content: "";
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0px) translatex(10px);
    height: 15px;
    background: #fff;
    border-radius: 2px 0px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.sl-nav li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 15px 15px;
    padding-bottom: 0;
    z-index: 2;
    font-size: 15px;
    color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
    padding-bottom: 15px;
}
.sl-nav li ul li span {
    padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
    color: #6DC74C;
}
.sl-flag {
    display: inline-block;
    width: 36px;
    height: 21px;
    background: #aaa;
    border-radius: 0;
    position: relative;
    top: 2px;
    overflow: hidden;
}
.flag-mx {
    background: url("../images/MEXICO.png");
    background-size: contain;
    background-position: center center;
} 
.flag-usa {
    background-size: contain;
    background-position: center center;
    background: url("../images/USA.png");
}
.flag-fr {
    background-size: contain;
    background-position: center center;
    background: url("../images/FRANCE.png");
}
/* TERMINA SELECT DE IDIOMAS */
@media only screen and (min-width:320px) and (max-width: 479px){
    .txt-mundo-pear p{
        line-height: 105%;
        font-size: 20px;
    }
    .txt-ventajas{
        line-height: 105%;
    }
    .borde-derecho{
        border-right: none;
    }
    .bg-gris{
        height: 400px;
        line-height: 105%;
    }
    .imagen-optim{
        margin-top: 50px;
        margin-left: 50px;
        position: relative;
    }
    .imagen-adap{
        margin-top: -30px;
        margin-left: 50px;
        position: relative;
    }
    .img-pasos-cli2{
        width: 50px;
        margin-bottom: 100px;
    }
    .bg-degradado-morado{
        height: 450px;
    }
    .img-obtengo{
        position: relative;
        margin-top: 10px;
        margin-left: 10px;
        width: 50%;
    }
    .img-conexion{
        position: relative;
        margin-left: 80px;
        width: 50%;
    }
    .txt-mundo-recibos{
        margin-top: -100px;
    }
    .img-conexion-fr{
        position: relative;
        margin-left: 80px;
        width: 50%;
    }
    .img-estadisticas{
        margin-left: 90px;
    }
    .txt-mundo-recibos{
        line-height: 105%;
    }
    .txt-mundo-recibos-cel{
        font-size: 13px;
        line-height: 50%;
    }
    .bg-arbol{
        margin-bottom: 250px;
    }
    .txt-arbol{
        left: 30px;
        bottom: -135%;
        color: #fff;
    }
    .vid-monitoreo2{
        margin-top: 100px;
    }
    .txt-index{
        line-height: 105%;
    }
    .txt-web-mundo-recibo2{
        visibility: hidden;
    }
    .txt-index p{
        line-height: 105%;
    }
    .txt-como-funciona p{
        font-size: 12px;
    }
    #contacto h3{
        font-size: 17px;
    }
    .txt-demo h3{
        font-size: 15px;
    }
    .txt-como-funciona-1 h1{
        font-size: 25px;
    }
    .bg-degradado-morado{
        height: 650px;
    }
    .bg-gris{
        height: 420px;
    }
    .img-pasos-cli{
        width: 50px;
        margin-bottom: 100px;
    }
    .txt-demo h3{
        font-size: 14px;
    }
    .bg-gris{
        height: 500px;
    }
    .img-obt-pear{
        margin-top: 2rem;
        width: 250px;
    }
    .txt-arbol img{
        width: 200px;
    }
    .txt-era{
        margin-top: 2rem;
    }
    .bg-compl{
        height: 105vh;
    }
}
@media only screen and (min-width:480px) and (max-width: 767px){
    .txt-mundo-pear p{
        line-height: 105%;
        font-size: 20px;
    }
    .txt-ventajas{
        line-height: 105%;
    }
    .borde-derecho{
        border-right: none;
    }
    .bg-gris{
        height: 400px;
        line-height: 105%;
    }
    .imagen-optim{
        margin-top: 50px;
        margin-left: 50px;
        position: relative;
    }
    .imagen-adap{
        margin-top: -30px;
        margin-left: 50px;
        position: relative;
        width: 30%;
    }
    .bg-degradado-morado{
        height: 450px;
    }
    .img-obtengo{
        position: relative;
        margin-top: 10px;
        margin-left: 90px;
    }
    .img-conexion{
        position: relative;
        margin-left: 80px;
        width: 50%;
    }
    .img-conexion-fr{
        position: relative;
        margin-left: 80px;
        width: 50%;
    }
    .img-estadisticas{
        margin-left: 90px;
    }
    .txt-mundo-recibos{
        line-height: 105%;
    }
    .bg-arbol{
        margin-bottom: 250px;
    }
    .txt-arbol{
        bottom: -115%;
        color: #111;
        left: 20%;
    }
    .bg-sobrepuesto-arbol{
        margin-bottom: -50px;
    }
    .vid-monitoreo2{
        margin-top: 100px;
    }
    .txt-index{
        line-height: 105%;
    }
    .txt-web-mundo-recibo2{
        visibility: hidden;
    }
    .txt-mundo-recibos{
        line-height: 105%;
    }
    .bg-degradado-morado{
        height: 630px;
    }
    .bg-gris{
        height: 500px;
    }
    .bg-gris-cuadros{
        width: 400px;
    }
    .img-obt-pear{
        width: 200px;
    }
    .txt-arbol img{
        width: 200px;
    }
    .txt-era{
        margin-top: 2rem;
    }
    .txt-era h1{
        font-size: 30px;
    }
    .bg-compl{
        height: 140vh;
    }
    .txt-arbol-fr {
        bottom: -75%!important;
    }
    #contacto, #contacter, #contact{
        padding-top: 5rem!important;
    }
}
@media only screen and (min-width:768px) and (max-width: 1023px){
    .txt-mundo-pear p{
        line-height: 105%;
        font-size: 14px;
    }
    .txt-ventajas{
        line-height: 105%;
    }
    .txt-mundo-recibos4{
        margin-top: -42px;
    }
    .txt-mundo-recibos4 p{
        font-size: 12px;
    }
    .borde-derecho{
        border-right: none;
    }
    .bg-gris{
        height: 400px;
        line-height: 105%;
    }
    .vid-monitoreo-cel{
        margin-bottom: 250px;
    }
    .imagen-optim{
        margin-top: 50px;
        margin-left: 50px;
        position: relative;
        width: 30%;
    }
    .imagen-adap{
        margin-top: -30px;
        margin-left: 50px;
        position: relative;
        width: 30%;
    }
    .bg-degradado-morado{
        height: 450px;
    }
    .img-obtengo{
        position: relative;
        margin-top: 10px;
        margin-left: 90px;
        width: 50%;
    }
    .imagen-optim{
        width: 50%;
    }
    .img-obt-pear{
        width: 50%;
    }
    .img-conexion{
        position: relative;
        margin-left: 80px;
        width: 50%;
    }
    .img-conexion-fr{
        position: relative;
        margin-left: 80px;
        width: 50%;
    }
    .img-estadisticas{
        margin-left: 90px;
    }
    .bg-arbol{
        margin-bottom: 350px;
    }
    .txt-arbol{
        bottom: -48%;
        left: 40%;
        color: #fff;
    }
    .vid-monitoreo2{
        margin-top: 100px;
    }
    .txt-index{
        line-height: 105%;
    }
    .txt-mundo-recibos-cel-fr h1{
        font-size: 30px;
    }
    .txt-web-mundo-recibo{
        visibility: hidden;
    }
    .txt-web-mundo-recibo2{
        visibility: visible;
        position: absolute;
        top: 10%;
        left: 55%;
        color: #fff;
    }
    .txt-web-mundo-recibo2 p{
        font-size: 14px;
    }
    .txt-mundo-recibos2{
        margin-top: -70px!important;
    }
    .txt-mundo-recibos3{
        margin-top: -30px!important;
    }
    .txt-mundo-recibos3 p{
        font-size: 12px;
    }
    .btn-play{
        left: 25%;
        top: 15%;
    }
    .bg-degradado-morado{
        height: 650px;
    }
    .bg-gris{
        height: 560px;
    }
    .bg-gris-cuadros{
        width: 300px;
    }
    .menu{
        visibility: hidden;
    }
    .menu-tablet{
        margin-top: -100px;
        visibility: visible;
    }
    .men-tablet{
        display:block;
    }
    .txt-arbol img{
        width: 200px;
    }
    .txt-era{
        margin-top: 2rem;
    }
    .txt-arbol-fr img{
        width: 200px;
    }
    .txt-era h1{
        font-size: 25px;
    }
    .vid-monitoreo{
        margin-bottom: 50px;
    }
    .img-pasos-cli2{
        width: 75px;
        margin-bottom: 75px;
    }
        .vid-monitoreo-esp{
        margin-bottom: 80px;
    }
    .vid-monitoreo-eng{
        margin-bottom: 50px;
    }
    .vid-monitoreo-fr{
        margin-bottom: 80px;
    }
}
@media only screen and (min-width:1024px) and (max-width: 1200px){
    .txt-mundo-pear p{
        line-height: 105%;
        font-size: 20px;
    }
    .txt-ventajas{
        line-height: 105%;
    }
    .txt-mundo-recibos4{
        padding-top: -10rem;
    }
    .txt-mundo-recibos4 p{
        font-size: 12px;
    }
    .borde-derecho{
        border-right: none;
    }
    .bg-gris{
        height: 400px;
        line-height: 105%;
    }
    .btn-play{
        left: 30%;
        top: 15%;
    }
    .imagen-optim{
        margin-left: 50px;
        width: 70%;
        top: 30%;
        position: relative;
    }
    .imagen-adap{
        margin-left: 50px;
        width: 40%;
    }
    .bg-degradado-morado{
        height: 280px;
    }
    .img-obtengo{
        position: relative;
        margin-top: 10px;
        margin-left: 90px;
        width: 50%;
    }
    .img-conexion{
        position: relative;
        margin-left: 80px;
        width: 50%;
    }
    .img-conexion-fr{
        position: relative;
        margin-left: 80px;
        width: 50%;
    }
    .img-estadisticas{
        margin-left: 90px;
    }
    .txt-mundo-recibos{
        line-height: 105%;
    }
    .txt-mundo-recibo2 h1{
        position: absolute;
        left: 50%;
    }
    .bg-arbol{
        margin-bottom: 250px;
    }
    .txt-arbol{
        bottom: -98%;
        color: #000000;
    }
    .vid-monitoreo2{
        margin-top: 100px;
    }
    .txt-index{
        line-height: 105%;
    }
    .menu{
        visibility: hidden;
    }
    .menu-tablet{
        margin-top: -100px;
        visibility: visible;
    }
    .men-tablet{
        display: block;
    }
    .txt-index h1{
        font-size: 40px;
    }
    .txt-index p{
        font-size: 14px;
    }
    .txt-mundo-pear h1{
        font-size: 30px;
    }
    .txt-mundo-pear p{
        font-size: 14px;
    }
    .txt-mundo-recibos2 h1{
        font-size: 30px;
    }
    .txt-mundo-recibos2 p{
        font-size: 13px;
    }
    .txt-mundo-recibos3 h1{
        font-size: 30px;
    }
    .txt-mundo-recibos3 p{
        font-size: 12px;
    }
    .bg-gris p{
        font-size: 13px;
        line-height: 80%;
    }
    .bg-degradado-verde p{
        font-size: 10px;
    }
    .bg-degradado-morado h3{
        font-size: 25px;
    }
    .bg-degradado-morado p{
        font-size: 10px;
    }
    .img-pasos-cli{
        width: 50px;
        margin-top: 100px;
    }
    .img-pasos-cli2{
        width: 50px;
        margin-top: 100px;
    }
    .txt-arbol{
        bottom: -50%;
        color: #fff;
    }
    .bg-sobrepuesto-arbol{
        margin-bottom: 350px;
    }
    .txt-web-mundo-recibo{
        visibility: hidden;
    }
    .txt-web-mundo-recibo2{
        visibility: visible;
        top: 10%;
        position: absolute;
        color: #fff;
        left: 55%;
    }    
    .vid-monitoreo-esp{
        margin-bottom: 50px;
    }
    .vid-monitoreo-eng{
        margin-bottom: 50px;
    }
    .pasos-fr{
        width: 40px!important;
    }
    .num-id h6{
        font-size: 15px;
    }
      .bg-gris-cuadros h6{
        font-size: 14px;
    }
    .vid-monitoreo-esp{
        margin-bottom: 100px;
    }
    .vid-monitoreo-eng{
        margin-bottom: 50px;
    }
    .vid-monitoreo-fr{
        margin-bottom: 100px;
    }
}
@media only screen and (min-width:1201px) and (max-width: 1400px){
    .txt-index h1{
        font-size: 40px;
    }
    .txt-index p{
        font-size: 14px;
    }
    .txt-mundo-pear h1{
        font-size: 40px;
    }
    .txt-mundo-pear p{
        line-height: 105%;
        font-size: 14px;
    }
    .btn-play{
        left: 25%;
        top: 13%;
    }
    .bg-gris p{
        font-size: 12px;
    }
    .bg-degradado-verde p{
        font-size: 11px;
    }
    .bg-degradado-morado p{
        font-size: 11px;
    }
    .bg-gris-cuadros p{
        font-size: 11px;
    }
    .bg-sobrepuesto-arbol{
        margin-bottom: 450px;
    }
    .txt-arbol{
        bottom: -60%;
    }
    .txt-web-mundo-recibo{
        visibility: hidden;
    }
    .txt-web-mundo-recibo2{
        visibility: visible;
        top: 10%;
        position: absolute;
        color: #fff;
        left: 55%;
    }
    .vid-monitoreo-esp{
        margin-bottom: 100px;
    }
    .vid-monitoreo-eng{
        margin-bottom: 50px;
    }
    .vid-monitoreo-fr{
        margin-bottom: 100px;
    }
    .borde-derecho{
        border: none;
    }
    .imagen-optim{
        left: 50%;
        top: 10%;
        width: 50%;
    }
    .img-obtengo{
        left: 0;
    }
    .imagen-adap{
        top: -2%;
    }
    .img-conexion{
        top: 18%;
        left: 65%;
    }
    .img-estadisticas{
        top: 80%;
        left: 50%;
    }
    .img-pasos-cli{
        width: 40px;
        margin-bottom: 100px;
    }
    .img-pasos-cli2{
        width: 50px;
        margin-bottom: 100px;
    }
    .txt-pasos-cli h6{
        font-size: 14px;
    }
    .txt-pasos-cli h4{
        font-size: 20px;
    }
    .txt-mundo-recibos2{
        line-height: 75%;
        font-size: 14px;
        margin-top: -80px;
    }
    .txt-mundo-recibos3{
        line-height: 105%;
        font-size: 13.2px;
    }
    .txt-mundo-recibos4{
        line-height: 80%;
        font-size: 13.2px;
        margin-top: -80px;
    }
    .txt-mundo-recibos3 h1{
        font-size: 35px;
    }
    .txt-mundo-recibos2 h1{
        font-size: 35px;
    }
    .txt-arbol h1{
        left: 65%;
        font-size: 50px;
        color: #fff;
    }
    .txt-arbol-fr h1{
        left: 70%;
        font-size: 40px;
        color: #fff;
    }
    .bg-arbol{
        margin-bottom: 320px;
    }
    .img-conexion-fr{
        top: 18%;
        left: 65%;
    }
    .img-obt-pear{
        margin-top: 50px;
        width: 300px;
    }
    .menu{
        visibility: hidden;
    }
    .menu-tablet{
        margin-top: -100px;
        visibility: visible;
    }
    .men-tablet{
        display: block;
    }
    .txt-demo h3{
        font-size: 15px;
    }
    .txt-demo h1{
        font-size: 35px;
    }
    .vid-monitoreo{
        margin-bottom: 100px;
    }
    .vid-monitoreo2{
        margin-bottom: 340px;
    }
    .txt-arbol{
        left: 20%;
    }
    .bg-arbol{
        margin-bottom: 800px;
    }

} 
@media only screen and (min-width:1403px) and (max-width: 1800px){

}