
/******* media screen responsive 1200px *****************/
@media screen and (max-width: 1280px) {
	
}	

/******* media screen responsive 1200px *****************/
@media screen and (max-width: 1200px) {
	
}

/******* media screen responsive 1024px *****************/
@media screen and (max-width: 1024px) {
	.cont-centrado{
        width: 100%;
        display: block;
        float: left;
    }
    #menu {
        width: 80%;
    }
    #animacion{
        background-position: center;
        padding-left: 15px;
    }
    #generaingresos .columnas .col1{
        padding-left: 15px;
    }
    #generaingresos .col2 img{
        width: 70%;
    }
    #generaingresos .columnas .col2{
        padding-left: 1%;
        padding-right: 3%;
    }
    #generaingresos .fondo{
        padding: 50px 0px;
        background-position: 54% top;
        float: left;
    }
    #por_que .columnas .col:nth-child(1) {
        padding-right: 30px;
        padding-left: 15px;
    }
    #por_que .columnas .col:nth-child(2) img{
        width: 100%;
        height: auto;
    }
    #beneficios .columnas{
        padding: 0px 15px;
    }
    #promociones .columnas .col {
        width: 325px;
        position: relative;
    }
    #distribuidor ul{
        column-gap: 0px;
        list-style: none;
        margin-left: 44px;
        margin-bottom: 100px;
    }
    #faq .pregunta .info::after{
        left: 840px;
    }
    #faq .pregunta.color2 .info::after{
        left: 840px;
    }
    #faq .pregunta{
        padding-right: 130px;
    }
    #faq .pregunta h3{
        height: 58px;
    }
    #footer{
        padding: 45px 15px;
        height: 263px;
    }
}


@media screen and (max-width: 820px) {
	
}

/******* media screen responsive 570px *****************/
@media screen and (min-width: 768px) and (max-width: 820px) {
    #menu {
        width: 94%;
    }
    #animacion p {
        font-size: 75px;
    }
    #animacion p span {
        font-size: 105px;
    }
    #generaingresos .columnas .col1 {
        width: 50%;
    }
    #generaingresos .columnas .col2 {
        width: 50%;
    }
    #generaingresos .columnas .col2{
        flex-wrap: wrap;
    }
    #generaingresos .col2 img {
        width: 59%;
        height: auto;
    }
    #generaingresos .fondo{
        background-position: 39% top;
    }
    section h2 {
        font-weight: 700;
        font-size: 65px;
    }
    #promociones .columnas .col {
        width: 240px;
    }
    #promociones .columnas .col .info h3 {
        font-size: 100px;
    }
    #distribuidor ul li{
        padding-right: 26px;
    }
    #testimonios .columnas .testimonio {
        width: 333px;
    }
    #testimonios .columnas .testimonio .info .txt {
        padding: 50px 30px;
    }
    #faq .pregunta h3 {
        font-size: 22px;
    }
    #faq .pregunta .info::after,#faq .pregunta.color2 .info::after {
        left: 622px;
    }
    #faq .pregunta:hover p{
        font-size: 18px;
    }
    #footer{
        font-size: 17px;
        height: 220px;
    }
    #footer .columnas .col{
        width: 20%;
    }
    #footer .columnas .col:nth-child(1) img{
        width: 85%;
    }
}

/******* media screen responsive 570px *****************/
@media screen and (min-width: 320px) and (max-width: 570px) {
    body{
        font-size: 20px;
    }
    .cont-centrado{
        width: 100%;
        float: left;
        overflow: hidden;
    }
    #encabezado{
        padding: 10px 10px;
        height: 100px;
    }
    #encabezado .logo{
        width: 52%;
       
    }
    #menu{
        width: 45px;
        height: 45px;
        margin-right: 15px;
        float: right;
    }
    .menu-principal-container{
        display: none;
        z-index: 99999;
        width: 200px;
        background: black;
        position: absolute;
        right: 0px;
        padding: 10px;
    }
    .menumobil{
        display: block;
        margin-top: 20px;
    }
    .menumobil img{
        width: 45px;
        height: 45px;
    }
    .menu-principal-container.visible{
        display: block;
        transition: all 1s;
    }
    .nav-menu li {
        display: flex;
        align-items: center;
        height: 59px;
        border-bottom: 1px solid green;
        padding: 10px;
        width: 170px;
        justify-content: center;
    }
    .nav-menu li:last-child{
        border-bottom: none;
    }
    section h2 {
        font-size: 50px;
    }
    #animacion{
        background-position: center;
        background-attachment: local;
    }
    #animacion p {
        font-size: 34px;
    }
    #animacion p span {
        font-size: 51px;
    }
    #animacion .lnkcontacto{
        flex-wrap: wrap;
        width: 210px;
    }
    .btn_contacto{
        margin-bottom: 20px;
    }
    #generaingresos .columnas{
        flex-wrap: wrap;
    }
    #generaingresos .columnas .col1:nth-child(1) {
        width: 75%;
    }
    #generaingresos .columnas .col2{
        width: 100%;
        padding: 30px 20px;
    }
    #generaingresos .col2 img {
        width: 45%;
        height: auto;
    }
    #generaingresos .col1 h4 {
        color: white;
        font-size: 35px;
		margin:0px;
    }
    #generaingresos .col1 h3 {
        font-size: 57px;
    }
    #generaingresos .col1 p {
        font-size: 26px;
    }
    #generaingresos .fondo{
        background-position: 33% top;
    }
    #por_que{
        padding: 70px 0px;
    }
    #por_que .columnas{
        flex-wrap: wrap;
    }
    #por_que .col {
        width: 100%;
    }
    #beneficios .columnas{
        flex-wrap: wrap;
    }
    #beneficios .columnas .col {
        width: 100%;
    }
    #beneficios .txtinfo{
        padding: 0px 17%;
    }
    #promociones h2 {
        font-size: 50px;
    }
    #promociones .columnas{
        flex-wrap: wrap;
        justify-content: center;
    }
    #promociones .columnas .col{
        margin-bottom: 60px;
    }
    #distribuidor{
        margin-top: 50px;
        padding-top: 70px;
    }
    #distribuidor ul{
        margin-left: 20px;
        columns: 1;
    }
    #distribuidor ul li{
        padding-right: 20px;
    }
    #testimonios .t2{
        display: none;
    }
    #testimonios .cont-centrado{
        padding: 0px 10px;
    }
    #testimonios .columnas .testimonio {
        width: 300px;
        padding: 19px;
        height: 670px;
    }
    #testimonios .columnas .testimonio .info .tit{
        height: 132px;
        padding-top: 64px;
    }
    #testimonios .columnas .testimonio .info .txt {
        padding: 25px 25px;
        font-size: 20px;
    }
    #testimonios h2{
        margin-bottom: 40px;
    }
    #faq .pregunta{
        padding: 13px 15px;
        padding-right: 57px;
        height: 85px;
    }
    #faq .pregunta h3 {
        font-size: 17px;
    }
    #faq .pregunta:hover p{
        font-size: 17px;
    }
    #faq .pregunta .info::after,#faq .pregunta.color2 .info::after{
        border-width: 22px 40px 0px 40px;
        top: 84px;
        left: 305px;
    }
    #faq .pregunta:hover {
        height: 270px;
    }
    #faq .cont-centrado{
        overflow: visible;
    }
    #footer {
        padding: 45px 15px;
        height: 775px;
    }
    #footer .columnas{
        flex-wrap: wrap;
    }
    #footer .columnas .col{
        width: 100%;
        margin-bottom: 30px;
    }
    #footer .columnas .col h3{
        text-align: center;
    }
    #footer .columnas .col:nth-child(2) p {
        text-align: center;
    }
}

/******* media screen responsive 480px *****************/
@media screen and (max-width: 480px) {
	
}




/******* media screen responsive 380px *****************/
@media screen and (max-width: 380px) {

	
}