@import url('https://fonts.googleapis.com/css2?family=Lato&family=Titillium+Web&display=swap');
h1, .h1 {
    font-size: 2rem;
}
h4, .h4 {
    font-size: 1.2rem;
}
#header-container{
    background-image: url('/w_website_vime/static/src/img/landing/BK_MOVIL.redimensionado.png');
    background-size: cover;
    background-position-x: center;
}
#header-container h1,  #header-container h4{
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}
#header-container > .container-fluid{
    background-image: url('/w_website_vime/static/src/img/landing/bg-movil.png');
    background-position-y: 400px;
    background-repeat: no-repeat;
    background-position-x: center;
}
#header-container > .container-fluid-hombres {
    background-image: url('/w_website_vime/static/src/img/landing_vime_hombres/cover-mobile.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 400px;
}
.separator{
    justify-content: center !important;
}
.separator hr{
    border-top: 4px solid #633188;
}
#subscribe-form{
    margin-top: 30rem;
    background-color: #633188;
    box-shadow: 0 1rem 3rem rgba(10, 59, 53, 0.90) !important;
    border-radius: 1rem !important;
}
#subscribe-form-hombres{
    margin-top: 730px;
    background-color: #633188;
    box-shadow: 0 1rem 3rem rgba(10, 59, 53, 0.90) !important;
    border-radius: 1rem !important;
}
#subscribe-form-hombres h4{
    color: #fff;
}
.btn-primary {
    background-color: #199688;
    border-color: #199688;
}
.btn-primary:disabled {
    background-color: #0dc0ab;
    border-color: #0dc0ab;
}
.btn-primary:hover {
  background-color: #0a7267;
  border-color: #0a7267;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 76, 68, 0.5);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #199688;
  border-color: #199688;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 76, 68, 0.5);
}
body.o_connected_user{
padding-top: 0 !important;
}
#wassap{
    padding-left: 0px !important;
    padding-top: 0px;
    padding-bottom: 600px;
}
.o_header_phone {
    color: #199687;
}
.o_header_phone:hover {
    color: #199687;
}

/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h1, .h1 {
        font-size: 3.5rem;
    }
    h4, .h4 {
        font-size: 1.5rem;
    }
    #header-container{
        background-image: url('/w_website_vime/static/src/img/landing/BK_Desktp.redimensionado.png');
    }
    #header-container > .container-fluid {
        background-image: url('/w_website_vime/static/src/img/landing/bg-desktop.resized.png');
        background-position-y: 10px;
        background-position-x: left;
        background-size: 1000px;
    }
    #header-container > .container-fluid-hombres {
        background-image: url('/w_website_vime/static/src/img/landing_vime_hombres/cover-desktop.png');
        background-position-y: 10px;
        background-repeat: no-repeat;
        background-position-x: left;
    }
    .separator{
        justify-content: left !important;
    }
    #o_landing_whatsapp {
        width: 70px;
        height: 70px;
        font-size: 24px;
        line-height: 1.33;
    }
    .logo {
        text-align: right !important;
    }
    .logo img {
        padding-right: 1.5rem !important;
    }
    .o_header_phone {
        padding-right: 1.5rem !important;
    }
    #wassap{
        padding-left: 0px !important;
        padding-top: 40px;
        padding-bottom: 300px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
