/* --- Javier González Iglesias ---*/
/* ---------------- */
/* --- MAIN CSS ---*/
/* ---------------- */

/* ----------------------- CLASES NO PAD PARA GRID -----------------------*/

.row.no-pad {
    margin-right: 0;
    margin-left: 0;
}


.row.no-pad>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

@font-face {
    font-family: 'Gardena-Regular';
    src: url('../font/GardenaSans-CondRegular.eot');
    /* IE9 Compat Modes */
    src: url('../font/GardenaSans-CondRegular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/GardenaSans-CondRegular.woff2') format('woff2'),
        /* Modern Browsers */
        url('../font/GardenaSans-CondRegular.woff') format('woff'),
        /* Modern Browsers */
        url('../font/GardenaSans-CondRegular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../font/GardenaSans-CondRegular.svg') format('svg');
        font-weight: 400;
        font-style: normal;
}

@font-face {
    font-family: 'Gardena-Medium';
    src: url('../font/GardenaSans-CondMedium.eot');
    /* IE9 Compat Modes */
    src: url('../font/GardenaSans-CondMedium.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/GardenaSans-CondMedium.woff2') format('woff2'),
        /* Modern Browsers */
        url('../font/GardenaSans-CondMedium.woff') format('woff'),
        /* Modern Browsers */
        url('../font/GardenaSans-CondMedium.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../font/GardenaSans-CondMedium.svg') format('svg');
        font-weight: 500;
        font-style: normal;
}

@font-face {
    font-family: 'Gardena-Bold';
    src: url('../font/GardenaSans-CondBold.eot');
    /* IE9 Compat Modes */
    src: url('../font/GardenaSans-CondBold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/GardenaSans-CondBold.woff2') format('woff2'),
        /* Modern Browsers */
        url('../font/GardenaSans-CondBold.woff') format('woff'),
        /* Modern Browsers */
        url('../font/GardenaSans-CondBold.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../font/GardenaSans-CondBold.svg') format('svg');
        font-weight: bold;
        font-style: normal;
}


/* ----------------------- COLORES -----------------------*/

.blanco {
    color: #FFFFFF;
}

.gris {
    color: #585857;
}

.naranja {
    color: #F25922;
}

.azul {
    color: #00AEBD;
}

.bg-blanco {
    background-color: #FFFFFF;
}

.bg-gris {
    background-color: #585857;
}

.bg-naranja {
    background-color: #F25922;
}

.bg-azul {
    background-color: #00AEBD;
}

/* ----------------------- ESTILOS LETRA -----------------------*/

html,
body {
    -webkit-font-smoothing: antialiased;
    min-width: 320px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Gardena-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #585857;
}

.regular {
    font-family: 'Gardena-Regular', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.medium {
    font-family: 'Gardena-Medium', sans-serif;
    font-weight: 500;
    font-style: normal;
}

.bold {
    font-family: 'Gardena-Bold', sans-serif;
    font-weight: bold;
    font-style: normal;
}


/*Conoce nuestros productos - Bases*/
.nav-item {
    font-size: 18px;
    line-height: 19px;
}

/*H1 - Instalamos tu robot gratis*/
h1 {
    font-size: 40px;
    line-height: 40px;
    margin: 0px;
}

/*H2 - Titulos tus datos, etc*/
h2 {
    font-size: 30px;
    line-height: 31px;
}

/*H3 - Rellenar mis datos*/
h3 {
    font-size: 24px;
    line-height: 24px;

}

/*H4 - Texto info hero*/
h4 {
    font-size: 18px;
    line-height: 22px;

}

p {
    font-size: 16px;
    line-height: 20px;
    margin: 0px;
}

.aviso {
    font-size: 25px !important;
}


.copyright {
    font-size: 14px;
    line-height: 15px;
}

.btn-gardena {
    font-size: 30px;
    line-height: 31px;
    padding: 18px 30px;
    background-color: #F25922;
    font-family: 'Gardena-Bold';
    color: white;
}

.btn-gardena-peque {
    font-size: 30px;
    line-height: 31px;
    padding: 13px 48px;
    background-color: #F25922;
    font-family: 'Gardena-Bold';
    color: white;
}

.btn-gardena:hover,
.btn-gardena-peque:hover {
    background-color: #bf471b;
    color: #ffffff;
}




/* ----------------------- OTROS ESTILOS -----------------------*/


li {
    list-style-type: none;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

a:focus {
    outline: none !important;
}

video:focus {
    outline: none !important;
}

button:focus {
    outline: none !important;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}


/* ----------------------- NAVBAR -----------------------*/

.navbar {
    box-shadow: 0px 10px 60px 20px rgba(0, 0, 0, 0.12);
}

.width-logo {
    margin: 20px 15px;
    max-width: 165px;
    width: 100%;
}

.navbar-toggler {
    border-color: #ffffff !important;
}



/* ----------------------- SECTION 1: HERO -----------------------*/


.bg-image-hero {
    background-image: url(../img/hero-image.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 405px;
    margin-bottom: 600px;
}

.cuadrado {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 30px;
    margin-top: 350px;
    box-shadow: 19px 11px 60px 20px rgba(0, 0, 0, 0.35);
}

.call-to-action {
    background-color: #F25922;
    border-radius: 5px;
    margin: 0px 20px;
    padding: 10px 0px;
    margin-top: -20px;
}

@media only screen and (min-width: 375px) {
    .bg-image-hero {
        margin-bottom: 500px;
    }
}

@media only screen and (min-width: 576px) {
    .bg-image-hero {
        margin-bottom: 400px;
    }
}

@media only screen and (min-width: 992px) {
    .bg-image-hero {
        height: 768px;
        min-height: 568px;
        margin-bottom: 40px;
    }

    .cuadrado {
        margin-top: 0px;
    }

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

.vjs-big-play-button {
    display: none !important;
}

/* ----------------------- SECTION 2: FORMULARIO -----------------------*/

.form-control {
    font-size: 16px;
    line-height: 16px;
    border-radius: 5px;
    font-family: 'Gardena-Medium';
    font-weight: 500;
    font-style: normal;
}

select {
    background-color: #878787 !important;
    color: #ffffff !important;
}


.style-radio {
    background-color: #00AEBD;
    padding: 15px;
    text-align: center;
    border-radius: 5px;

}


.text-center-paso-4 {
    text-align: center;
}

@media only screen and (min-width: 1200px) {
    .text-center-paso-4 {
        text-align: left;
    }
}


/* ----------------------- COOKIES -----------------------*/

.titulo-cookies {
    height: 161px;
    background-image: url(../img/hero-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



/* ----------------------- FOOTER -----------------------*/

.footer-1 {
    height: 64px;
    background-color: #F3F3F3;
    box-shadow: inset 0 8px 20px 0 rgba(0, 0, 0, 0.07);
}

.footer-2 {
    background-color: #F3F3F3;
    border-top: 1px solid #E1E1E1;
}

.iconos-footer {
    color: #878787;
    font-size: 30px;
    line-height: 31px;
}

.footer-3 {
    background-color: #E1E1E1;
}


@media only screen and (max-width: 767px) {
    .iconos-footer {
        margin-right: auto !important;
        margin-bottom: auto !important;
        margin-left: auto !important;
    }
}

/* ----------------------- LOGIN -----------------------*/

.bg-image-login {
    background-image: url(../img/hero-opacity.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*
    min-height: 405px;
    height: 80vh;
*/
}

.cuadrado-login {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 19px 11px 60px 20px rgba(0, 0, 0, 0.35);
}


/* ----------------------- PANEL USUARIO -----------------------*/


.nav-user ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-pills li {
    display: inline-block;
    width: 33.33333%;
}

@media screen and (min-width: 992px) {
    .nav-pills li {
        width: 100%;
    }
}

.tabs li {
    padding: 7px;
    font-family: 'Gardena-Bold';
}

.tabs li.active {
    background-color: #F25922;
    color: white;
    font: 18px;
    line-height: 22px;
    font-family: 'Gardena-Bold';
    font-weight: bold;
    font-style: normal;
}

.modal-photo {
    background-image: url(../img/hero-image.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.label-info {
    border: 1px solid #ced4da;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 10px;
}

/* ----------------------- ANIMACIONES CSS -----------------------*/


/*Animacion carga página*/
.ani-body {
    -webkit-animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.3s both;
    animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.3s both;
}

/*Animaciones HERO*/

.ani-primero {
    -webkit-animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
    animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
}


.ani-segundo {
    -webkit-animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.5s both;
    animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.5s both;
}


.ani-tercero {
    -webkit-animation: scale-in-tl 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
    animation: scale-in-tl 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
}

.ani-cuarto {
    -webkit-animation: scale-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2.5s both;
    animation: scale-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2.5s both;
}

.ani-quinto {
    -webkit-animation: fade-in 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 3s both;
    animation: fade-in 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 3s both;
}


/*Animaciones BIO*/

.ani-bio-1 {
    -webkit-animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
    animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
}

.ani-bio-2 {
    -webkit-animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.5s both;
    animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.5s both;
}

.ani-bio-3 {
    -webkit-animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2s both;
    animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2s both;
}

.ani-bio-4 {
    -webkit-animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2.5s both;
    animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2.5s both;
}

.ani-bio-5 {
    -webkit-animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
    animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
}



@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@-webkit-keyframes scale-in-tl {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@keyframes scale-in-tl {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@-webkit-keyframes scale-in-left {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 1;
    }
}

@keyframes scale-in-left {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        opacity: 1;
    }
}