/* --- 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');
    src: url('../font/GardenaSans-CondRegular.eot?#iefix') format('embedded-opentype'),
        url('../font/GardenaSans-CondRegular.woff') format('woff'),
        url('../font/GardenaSans-CondRegular.ttf') format('truetype'),
        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');
    src: url('../font/GardenaSans-CondMedium.eot?#iefix') format('embedded-opentype'),
        url('../font/GardenaSans-CondMedium.woff') format('woff'),
        url('../font/GardenaSans-CondMedium.ttf') format('truetype'),
        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');
    src: url('../font/GardenaSans-CondBold.eot?#iefix') format('embedded-opentype'),
        url('../font/GardenaSans-CondBold.woff') format('woff'),
        url('../font/GardenaSans-CondBold.ttf') format('truetype'),
        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;
    -webkit-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;
    color: limegreen !important;
}


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

.btn-gardena {
    font-size: 30px;
    line-height: 31px;
    padding: 18px 78px;
    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: 26px;
    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';
}

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


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

}

.dot {
    height: 45px;
    width: 45px;
    background-color: #F25922;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -10px;
    color: white;
}


.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-pills .nav-link {
    border-radius: 0px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: white !important;
    background-color: #F25922;
}

.nav-pills .nav-link {
    font: 18px;
    line-height: 22px;
    font-family: 'Gardena-Bold';
}


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

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

@media screen and (min-width: 992px) {
    .nav-pills a {
        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';
}

.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;
}

/* ----------------------- PANEL ADMIN -----------------------*/

.btn-primary {
    background-color: #F25922 !important;
    font-weight: 900;
    font-family: 'Gardena-Bold', sans-serif;
    border: 0px solid;
}

.btn-danger,
.btn-default {
    font-weight: 900;
    font-family: 'Gardena-Bold', sans-serif;
    border: 0px solid;
}


/* ----------------------- SCROLLBAR FIX -----------------------*/

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.frame {
    overflow-x: auto;
    white-space: nowrap;
}

.frame::-webkit-scrollbar {
    -webkit-appearance: none;
}

.frame::-webkit-scrollbar:vertical {
    width: 11px;
}

.frame::-webkit-scrollbar:horizontal {
    height: 11px;
}

.frame::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}