@import "fonts.css";

* {
    margin: 0px;
    padding: 0px;
}

*, *::before, *::after {
    box-sizing: border-box !important;
}

html{
    scroll-behavior: smooth;
}

body {
    background-color: #fff !important;
    font-family: 'Open Sans';
    -webkit-font-smoothing:antialiased;
}

p {
    font-size: 19px;
    /*font-family: 'Open Sans' !important;*/
}

h1, 
h2, 
h3 {
    /*font-family: 'Ubuntu' !important;*/
    margin-bottom: 0px !important;
}

html {
    scroll-behavior: smooth;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    font-weight: 500;
    margin: 0;
    padding: 0;
    border: 0;
}

ol, ul {
    list-style: none;
}

a, a:visited, 
a:focus {
    text-decoration: none;
    outline: 0;
}
a:hover {
    text-decoration: none;
}

.header {
    background-color: #fff;
    height: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 99999;
    height: 70px;
}
.header .wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: 90px;
}
.header__logo {
    height: auto;
    width: 190px;
}
.header__menu {
    display: none;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 70px;
    left: 0;
    background-color: #d4d4d4;
    width: 100%;
    padding: 10px 0;
    padding-bottom: 20px;
}
.header__menu__phone {
    background-color: #34495E;
    border-radius: 34px;
    color: #fff !important;
    display: inline-flex;
    font-size: 15px;
    padding: 12px 35px;
    font-family: 'Open Sans' !important;
    line-height: 21px !important;
}
.header__menu__phone:hover {
    background-color: #34495E;
}
.header__menu__item {
    font-size: 16px;
    font-family: 'Ubuntu';
    color: #34495E;
    cursor: pointer;
    padding: 10px;
}
.header__menu__item:not(:last-child) {
    margin-right: 18px;
}
.header__menu__item:hover {
    color: #ED6D3A;
}
.header__menu__phone_icon {
    width: 18px;
    height: 21px;
    margin-right: 10px;
}
.menu__login{
    text-align: center;
}
.menu__login a{
    display: block;
    padding-bottom: 10px;
    color: #34495E;;
}
.menu__login .login{
    display: block;
}

.menu__login__icon{
    display: none;
}

.menu__login__options{
    display: block;
    background-color:transparent;
    position: relative;
    padding: 10px 0px 0px 55px;
    top: 0;
    left: 0;
}

.wheader {
	background-color: #FF66CF;
	padding: 30px;
}
.wheader__content {
	max-width: 1140px;
	margin: auto;
}
.wheader__logos {
	text-align: center;
}
.wheader__logos img {
	width: 260px;
}
.wheader__rrss {
	display: flex;
	justify-content: center;
}
.wheader__rrss__icon {
	background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin: 0 8px;
}
.wheader__menu__icon {
	text-align: center;
	margin: 20px 0;
}
.wheader__rrss__icon img {
	width: 22px;
}
.wheader__menu__icon img {
	width: 20px;
}
.wheader__menu__list {
	display: none;
}
.wheader__menu__list a {
	color: #fff;
}

.wheader__contact{
	text-align: center;
}
.wheader__contact a{
	padding: 11px 15px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	background-color: #9662F5;
	border-radius: 5px;
	font-weight: 500;
	margin: 20px 0px;
}
.wheader__contact a img{
	width: 15px;
	margin-right: 5px;
}

.wrapper{
    margin: 0 auto;
    max-width: 1220px;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
}

.button__cta {
    background-color: #ED6D3A;
    border-radius: 34px;
    color: #fff;
    cursor: pointer;
    display: block;
    /*font-family: 'Open Sans';*/
    font-weight: 600;
    font-size: 16px;
    padding: 17px 20px;
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
}

.form {
    background-color: #34495E;
    border-radius: 12px;
    padding: 30px 25px;
    margin-top: 30px;
}
.form__title {
    color: #ED6D3A;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    padding-bottom: 0px;
}
.form__description {
    font-size: 16px;
    color: #fff;
    padding: 18px 0 27px;
    text-align: center;
}
.form__input {
    border: 1px solid #D5D5D5;
    border-radius: 12px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    margin-bottom: 12px;
    width: 100%;
    outline: none;
}
.form__error {
    color: #f3ff00;
    font-size: 18px;
}
.form__button {
    align-items: center;
    border-radius: 34px;
    background-color: #ED6D3A;
    color: #fff;
    border: none;
    display: flex;
    font-weight: 600;
    font-family: 'Open Sans';
    font-size: 18px;
    height: 46px;
    justify-content: center;
    width: 280px;
    margin: 20px auto 0;
    max-width: 100%;
    cursor: pointer;
}
.form__text {
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding-top: 15px;
}
.form__typ {
    display: none;
    padding: 40px 20px;
}
.form__gallery__img {
    background-image: url(../img/formulario_2.jpg);
    background-size: cover;
    background-position: center;
    box-shadow: 0px 3px 12px #00000029;
    height: 100%;
    width: 97%;
    border-radius: 8px;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form__gallery__icon {
    background-image: url(../img/degradados/exito_de_tu_negocio.svg);
    background-size: cover;
    height: 31%;
    width: 40%;
    position: absolute;
    top: -25px;
    left: -10px;
    z-index: 1;
    border-radius: 8px;
    box-shadow: 0px 3px 30px #00000029;
}

.specialists__columns:nth-child(1), 
.specialists__columns:nth-child(2) {
    width: 100%;
}
.specialists__columns img {
    width: 100%;
}

.video, 
.specialists {
    padding-bottom: 30px;
    padding-top: 30px;
}

.lp-title {
    font-size: 28px;
    line-height: 36px;
    color: #ED6D3A;
    text-align: center;
}
.lp-title span {
    color: #34495E;
}
 
.specialists, 
.lp-column {
    display: block;
    max-width: 500px;
    margin: auto;
}

.section-form {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 500px;
    margin: auto;
}

.job__gallery,
.form__gallery, 
.benefits__gallery-tailor__container, 
.benefits__gallery-coffee__container, 
.business__gallery__item  {
    height: 260px;
}

.lp-column {
    align-items: center;
    justify-content: space-between;
}
.lp-columns {
    width: 100%;
}

.form__gallery {
    margin: auto;
    position: relative;
    width: 95%;
    height: 260px;
}

.button__cta:hover {
    background-color: #34495E;
}

.video {
    background: #ED6D3A 0% 0% no-repeat padding-box;
    text-align: center;
    position: relative;
    padding: 70px 0;
    padding-bottom: 50px;
    padding-top: 50px;
}
.video::after {
    content: '';
    background-image: url(../img/bg-video.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .1;
}
.video__title {
    color: #fff;
    padding-top: 0px;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
    font-size: 30px;
    line-height: 36px;
}
.video__iframe {
    height: 0;
    padding-bottom: 54%;
    position: relative;
    z-index: 2;
}
.video__iframe video {
    width: 95%;
}

.business {
    display: block;
    max-width: 500px;
    margin: auto;
    padding-top: 18px;
    padding-bottom: 0px;
}

.business__gallery, 
.business__button__cta-top {
    display: none;
}

.job__top,  
.benefits__top {
    display: flex;
    flex-direction: column-reverse;
}

.business__button__cta-bottom {
    margin: 15px 15px 40px 15px;
}

footer {
    background-color: #33475c;
    color: #cccccc;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
}
footer a {
    color: #fbba33;
    text-decoration: none;
    font-size: 14px;
}
footer a:hover {
    color: #ED6D3A;
}
footer p {
    font-size: 14px;
    margin-bottom: 4px;
}
.footer__content {
    margin-bottom: 30px;
}
.footer__col {
    margin-bottom: 40px;
}
.footer__col:last-child {
    margin-bottom: 0;
}
.footer__logo {
    height: auto;
    width: 190px;
}
.footer__rrss__title {
    margin-bottom: 10px !important;
}
.footer__rrss img {
    width: 25px;
    margin: 0 6px;
}
.footer__col.links {
    display: flex;
    flex-direction: column;
}
.footer__col.links a {
    margin-bottom: 6px;
}
.footer__col.support a {
    display: block;
    margin-bottom: 6px;
}
.footer__line {
    border-top: 1px solid #ccc;
    border-top-color: rgba(255,255,255,0.1);
}
.footer__bottom {
    margin-top: 15px;
    margin-bottom: 0;
}
.footer__bottom p {
    font-size: 12px;
}
.footer__bottom span {
    display: none;
}
.footer__amvo {
    height: auto;
    width: 180px;
    margin: 20px auto;
}

.wfooter {
    background-color: #FF66CF;
    color: #FFFFFF;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
}
.wfooter a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
}
.wfooter p {
    font-size: 16px;
    margin-bottom: 4px !important;
}
.wfooter__content {
    margin-bottom: 30px;
}
.wfooter__col {
    margin-bottom: 40px;
}
.wfooter__col p{
    margin-bottom: 20px !important;
}
.wfooter__col:last-child {
    margin-bottom: 0;
}
.wfooter__col .wfooter__contact img{
    width: 15px;
    margin-right: 6px;
}
.wfooter__col .wfooter__contact{
    display: inline-flex;
    align-items: center;
}
.wfooter__logo {
    width: 300px;
}
.wfooter__rrss{
    display: flex;
    justify-content: center;
}
.wfooter__rrss__title {
    margin-bottom: 10px !important;
}
.wfooter__rrss img {
    width: 25px;
    margin: 0 3px;
}
.wfooter__col.links {
    display: flex;
    flex-direction: column;
}
.wfooter__col.links a {
    margin-bottom: 6px;
}
.wfooter__line {
    border-top: 1px solid #ccc;
    border-top-color: rgba(255,255,255,0.1);
}
.wfooter__bottom {
    margin-top: 15px;
    margin-bottom: 5px;
}
.wfooter__bottom p {
    font-size: 14px;
}
.wfooter__rrss__icon {
	background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: 0 4px;
}
.wfooter__rrss__icon img {
	width: 20px;
}
.wfooter__return img{
    width: 18px;
    transform: rotate(180deg);
}
.wfooter__return{
    cursor: pointer;
    margin: 0px 0px 15px 0px;
    text-align: center;
    display: inline-block;
}

.header__icons{
    align-items: center;
    display: flex;
}

.header__icons__search{
    cursor: pointer;
    display: block;
    margin: 0 10px 10px 0;
}

#search{
    display: none;
    margin: 0 auto;
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 999;
}

.search__form{
    background-color: #fff;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: 0px 3px 26px #00000017;
    padding: 15px 25px 25px 25px;
    width: 100%;
}

.search__closed{
    display: block;
    cursor: pointer;
    margin: 0 0px 15px auto;
    height: 18px;
    width: 18px;
}

.search__button{
    align-items: center;
    border-radius: 34px;
    background-color: #ED6D3A;
    border: none;
    color: #fff;
    display: flex;
    font-weight: 600;
    font-family: 'Open Sans';
    font-size: 18px;
    height: 52px;
    justify-content: center;
    width: 280px;
    margin: 20px auto 0;
    max-width: 100%;
}

.popup .popup__bg {
    cursor: pointer;
    overflow: hidden;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
}

.popup .whatsapp__fixed {
    filter: blur(4px);
}

.whatsapp__fixed{
    background-color: red;
    bottom: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 0px;
    position: fixed;
    max-width: 1200px;
    width: 100%;
    right: 10px;
    z-index: 999;
}

.whatsapp__fixed__link{
    display: block;
    height: 55px;
    width: 55px;
    margin: 0 auto;
    position: absolute;
    right: 15px;
    bottom: 7px;
}

.whatsapp__fixed__link img{
    width: 100%;
}

@media screen and (min-width: 500px) {
    #search{
        right: 0;
        width: 50%;
    }
    
    .search__form{
        right: 15px;
        position: absolute;
        width: 450px;
    }

    .lp-title, 
    .video__title {
        font-size: 36px;
        line-height: 47px;
        padding-top: 0px;
    }
    .button__cta {
        font-size: 18px;
    }
    .button__cta {
        padding: 17px 30px;
    }
    .form__gallery, 
    .benefits__gallery-tailor__container, 
    .benefits__gallery-coffee__container, 
    .job__gallery {
        height: 400px;
    }
    .form__title {
        line-height: 29px;
    }
    .benefits__item__desc {
        font-size: 17px;
    }
    
    .video__title {
        font-size: 30px;
        line-height: 36px;
    }
    
    .footer__bottom p {
        font-size: 14px;
    }
    .footer__content {
        margin-bottom: 10px;
    }
    .wfooter__bottom p {
        font-size: 14px;
    }
    .wfooter__content {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 768px) {
    
    .wheader__content {
		display: flex;
		align-items: center;
    	justify-content: space-between;
	}
	.wheader__menu__icon {
		display: none;
	}
	.wheader__menu__list {
		display: block;
	}
	.wheader__logos{
		width: 50%;
		text-align: left;
	}
    .lp-column {
        display: flex;
        max-width: none;
        align-items: flex-start;
    }
    .lp-columns {
        width: 47%;
    }
    .lp-title {
        font-size: 40px;
        line-height: 50px;
        text-align: center;
    }

    .button__cta {
        margin-left: 0;
    }
    
    .section-form {
        flex-direction: row;
    }
    
    .form__gallery {
        height: 690px;
        margin-top: 40px;
    }
    .form__title {
        font-size: 32px;
        line-height: 34px;
        padding-bottom: 30px;
    }
    .form__description {
        text-align: left;
        font-size: 20px;
        padding: 18px 0 27px;
    }
    .form__input {
        padding: 13px 25px;
        margin-bottom: 12px;
    }
    
    .specialists {
        display: flex;
        flex-direction: row;
        max-width: none;
    }
    
    .business {
        max-width: none;
        text-align: center;
    }
    .business__title {
        max-width: 820px;
        padding-bottom: 55px;
    }
    .business__button__cta-top {
        display: inline-block;
        margin-bottom: 30px;
    }
    .business__gallery {
        display: flex;
        justify-content: space-between;
        max-width: 965px;
        margin: auto;
    }
    .business__gallery__item {
        position: relative;
        height: 400px;
        width: 30%;
    }
    .business__gallery__item:nth-child(2) {
        margin-top: 115px;
    }
    .business__gallery__one__img, 
    .business__gallery__two__img, 
    .business__gallery__three__img {
        background-size: cover;
        background-position: center;
        box-shadow: 0px 3px 12px #00000029;
        border-radius: 8px;
        height: 100%;
        position: absolute;
        width: 92%;
        margin: 20px 0 0 20px;
        z-index: 1;
    }
    .business__gallery__one__img {
        background-image: url(../img/negocios-que-estan-vendiendo-1_2.jpg);
    }
    .business__gallery__two__img {
        background-image: url(../img/negocios-que-estan-vendiendo-2_2.jpg);
    }
    .business__gallery__three__img {
        background-image: url(../img/negocios-que-estan-vendiendo-3_2.jpg);
        margin: 20px 20px 0 0;
    }
    .business__gallery__one__icon, .business__gallery__two__icon, .business__gallery__three__icon {
        background-size: cover;
        border-radius: 8px;
        box-shadow: 0px 3px 30px #00000029;
        position: absolute;
        z-index: 0;
        width: 50%;
        height: 25%;
        left: 0;
        top: 0;
    }
    .business__gallery__one__icon {
        background-image: url(../img/degradados/queremos_que_formes_1.svg);
    }
    .business__gallery__two__icon {
        background-image: url(../img/degradados/queremos_que_formes_1.svg);
    }
    .business__gallery__three__icon {
        background-image: url(../img/degradados/queremos_que_formes_1.svg);
        right: -8px;
        top: -10px;
        left: initial;
    }

    .benefits__top {
        display: flex;
        flex-direction: row;
    }
    .benefits__gallery-coffee__container {
        height: 665px;
        margin-top: 100px;
    }
    .benefits__gallery-coffee__img:nth-child(2) {
        left: 38px;
    }
    .benefits__gallery-coffee__img:nth-child(4) {
        top: 0px;
        left: 16px;
        width: 60%;
        height: 33%;
        z-index: 0;
    }
    .benefits__bottom__list {
        margin-top: 30px;
    }
    .benefits__gallery-tailor__container {
        height: 705px;
    }
    .benefits__item {
        padding-bottom: 60px;
    }

    .video__title {
        font-size: 49px;
        padding-bottom: 40px;
    }
    .video__iframe {
        padding-bottom: 37%;
    }
    .video__iframe video {
        width: 65%;
    }
     
    .video, 
    .business,  
    .specialists {
        padding: 70px 0;
    }
    
    .wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
    footer {
        padding-top: 40px;
    }
    .footer__content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer__rrss img {
        margin: 0 2px;
    }
    .footer__col {
        text-align: left;
    }
    .footer__logo {
        width: 160px;
    }
    .footer__bottom br {
        display: none;
    }
    .footer__bottom span {
        display: inline-block;
    }

    .wfooter {
        padding-top: 40px;
    }
    .wfooter__content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .wfooter__rrss img {
        margin: 0 2px;
    }
    .wfooter__col {
        text-align: left;
    }
}

@media screen and (min-width: 900px) {
    .header {
        height: 90px;
    }
    .header__menu__mobile {
        display: none;
    }
    .header__menu {
        display: block;
        position: unset;
        background-color: #fff;
        text-align: right;
        padding: 0;
    }
    .header__menu__item {
        display: none;
    }
    .header__menu__phone {
        background-color: #ED6D3A;
        font-weight: 600;
        padding: 14px 45px;
    }
    .menu__login .login{
        display: none;
    }
    
    .menu__login__icon{
        display: block;
        height: 20px;
    }
    
    .menu__login{
        position: relative;
        vertical-align: middle;
    }
    
    .menu__login__options{
        display: none;
        position: absolute;
        top: 38px;
        background-color: #ffff;
        padding: 5px 15px 0px 15px;
        left: -20px;
        width: 130px;
    }

    .header__icons__search{
        margin: 0 0 0 10px;
    }

    #search{
        top: 90px;
    }

    .header__menu__item {
        display: inline-block;
        font-size: 16px;
        padding: 6px 10px;
    }
    .wheader {
		padding: 30px 60px;
	}
}

@media screen and (min-width: 1000px) {
    .lp-title {
        font-size: 46px;
        line-height: 56px;
    }
    
    .form__gallery {
        width: 84%;
    }
    .benefits__gallery-coffee__img:nth-child(2) {
        background-image: url(../img/cafeteria-2_2.jpg);
        box-shadow: 0px 3px 12px #00000029;
        height: 74.5%;
        width: 65%;
        left: 37px;
        top: 23px;
        z-index: 2;
    }
    .benefits__gallery-coffee__img:nth-child(1),
    .benefits__gallery-coffee__img:nth-child(3) {
        display: block;
    }
    .benefits__bottom {
        align-items: center;
    }
    .benefits__gallery-tailor__img:nth-child(1) {
        height: 85%;
        width: 81%;
    }
    .benefits__gallery-tailor__img:nth-child(2) {
        display: block;
    }
    .benefits__gallery-tailor__img:nth-child(3) {
        top: 0px;
        right: 14.5%;
        width: 57%;
        height: 32%;
        z-index: 0;
    }
    
    .business__gallery__item {
        height: 520px;
        width: 28%;
    }
    
    .video__title {
        line-height: 62px;
    }
    .video__iframe video {
        width: 58%;
    }
    
}

@media screen and (min-width: 1250px) {
    .search__form{
        left: 160px;
    }

    .header__logo {
        width: 255px;
    }
    .header__menu__item {
        font-size: 18px;
    }
    .wheader__logos {
		width: 60%;
	}
    .lp-columns {
        width: 50%;
    }
    .lp-title {
        font-size: 49px;
    }
    
    .wrapper {
        max-width: 1220px;
    }
    .form__gallery {
        height: 690px;
        position: relative;
        width: 84%;
        margin: 0;
    }
    .form__gallery__icon {
        width: 59%;
    }
    .form__form {
        padding: 38px 25px 0;
    }
    .section-form {
        padding: 120px 0 80px;
    }
    .specialists {
        align-items: center;
        padding: 70px 0;
    }
    .specialists__columns:nth-child(1) {
        width: 40%;
    }
    .specialists__columns:nth-child(2) {
        width: 60%;
    }
    
    .benefits__gallery-coffee__container {
        height: 665px;
        position: relative;
        width: 490px;
        width: 80.5%;
        margin: 0;
    }

    .video__iframe {
        padding-bottom: 34%;
    }
    
    .whatsapp__fixed__link{
        bottom: 40px;
        right: -20px;
    }
}

@media screen and (min-width: 1380px) {
    .whatsapp__fixed__link{
        right: -85px;
    }
}


footer.footer-v2{
    background-color: #0A1D2E;
}