/* MAIN BODY STYLES  */

body {
    font-family: 'Jura';
    font-weight: 600;
    font-style: normal;
    margin-top: 100px;
}

/* NAVBAR */

.navbar {
    padding: 0;
}

.top-bg {
    background: #2eb9f8;
    background: -moz-linear-gradient(left, #2eb9f8 0%, #0066cf 100%);
    background: -webkit-linear-gradient(left, #2eb9f8 0%, #0066cf 100%);
    background: linear-gradient(to right, #2eb9f8 0%, #0066cf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2eb9f8', endColorstr='#0066cf', GradientType=1);
    color: #fff;
}

.bottom-bg {
    background: #fff;
    color: #000;
    border-bottom: 1px solid #1184de;
}

.navbar .top-bg .row.top {
    min-height: 60px;
    line-height: 60px;
}

.navbar .presupuesto-btn {
    display: inline;
    background-color: #34322E;
    padding: 10px 15px;
    border-radius: 20px;
    font-weight: 300;
    cursor: pointer;
}

.navbar .presupuesto-btn a {
    color: #fff;
}

.navbar .presupuesto-btn a:hover {
    text-decoration: none;
}

.navbar .title {
    font-family: 'Market Fresh';
    text-shadow: black 0.1em 0.1em 0.2em;
}

.navbar .tlf {
    font-weight: 300;
}

.navbar .tlf img {
    padding-left: 10px;
}

/* ****************  ZONE 1  **************** */

.zone-1 {
    color: #fff;
    padding: 100px 150px 100px 0;
    background: url('./../images/imagenCabecera.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.zone-1 h2 {
    font-weight: bold;
}

@media (max-width: 768px) {
    .zone-1 {
        padding: 90px 20px 40px 20px;
    }

    .zone-1 h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }
}

/* ****************  ZONE 2  **************** */

.zone-2 {
    margin-top: 150px;
}

.zone-2 h1 {
    color: #34322E;
    margin-bottom: 40px;
    font-family: 'Market Fresh';
    font-weight: 500;
}

.zone-2 h1 span {
    background-color: #2EB9F8;
    color: #fff;
    padding: 0 2px;
}

.zone-2 h2 {
    margin-bottom: 30px;
    font-family: 'Market Fresh';
}

.zone-2 .main-text {
    color: #34322E;
    font-family: 'Jura';
    font-weight: 300;
}

.zone-2 .articulos {
    /* background: rgb(238, 238, 238); */
    background: white;
    padding: 30px 20px;
    margin-top: 20px;
}

.zone-2 .articulo {
    display: flex;
    flex-direction: column;
}

.zone-2 .articulo .desc-mvl {
    background-color: #fff;
    border: 1px solid #2eb9f8;
    border-top: 0;
    background: #fff;
    font-family: 'Jura';
    font-weight: 300;
    padding: 20px;
}

@media (max-width: 576px) {
    .zone-2 .articulo {
        margin-bottom: 60px;
    }
}

.zone-2 .articulo img {
    opacity: 0.5;
}

.zone-2 .articulo.active img {
    opacity: 1;
}

.zone-2 .specs {
    margin-top: 40px;
    position: relative;
}

.zone-2 .specs .especificaciones {
    position: relative;
    z-index: 99;
}

.zone-2 .specs .especificaciones .title {
    margin-bottom: 10px;
    font-weight: 600;
}

.zone-2 .specs .especificaciones .text {
    border: 1px solid #2eb9f8;
    background: #fff;
    font-family: 'Jura';
    font-weight: 300;
    padding: 20px 100px;
}

.zone-2 .specs .bg {
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: -20px;
    background: #2eb9f8;
    clip-path: polygon(0% 100%, 110% 100%, 100% 0, 0 50%);
}

/* ****************  ZONE 3  **************** */

.zone-3 {
    margin-top: 150px;
}

.zone-3 h1 {
    color: #34322E;
    margin-bottom: 40px;
    font-family: 'Market Fresh';
    font-weight: 500;
}

.zone-3 h1 span {
    background-color: #2EB9F8;
    color: #fff;
    padding: 0 2px;
}

.zone-3 p {
    margin-top: 10px;
    color: #34322E;
    font-family: 'Jura';
    font-weight: 300;
}

.zone-3 .elemento {
    margin-bottom: 30px;
}

/* ****************  ZONE 4  **************** */

.zone-4 {
    margin-top: 150px;
    padding: 80px 0;
    background: url('./../images/fondoAuriculares.png') no-repeat #e9e9e9;
    background-position-y: center;
}

.zone-4 h1 {
    color: #34322E;
    margin-bottom: 40px;
    font-family: 'Market Fresh';
    font-weight: 500;
}

.zone-4 h1 span {
    background-color: #2EB9F8;
    color: #fff;
    padding: 0 2px;
}

.zone-4 h2 {
    margin-bottom: 30px;
    font-family: 'Market Fresh';
}

.zone-4 .main-text {
    color: #34322E;
    font-family: 'Jura';
    font-weight: 300;
}

.zone-4 p {
    margin-top: 10px;
    color: #34322E;
    font-family: 'Jura';
    font-weight: 300;
}

.zone-4 .element-container {
    margin-top: 50px;
}

.zone-4 .element-container .element {
    padding: 20px 20px;
    background-color: #fff;
    margin-bottom: 30px;
    margin: 0 15px;
    box-shadow: 0px 0px 6px 1px #bbbbbb;
}

.zone-4 .un-servicio {
    margin-bottom: 20px;
}

/* ****************  ZONE 5  **************** */

.zone-5 {
    margin-top: 150px;
    padding: 80px 0;
    background: #0081DD;
    color: #fff;
}

.zone-5 h1 {
    margin-bottom: 40px;
    font-family: 'Market Fresh';
    font-weight: 500;
}

.zone-5 h3 {
    font-family: 'Market Fresh';
}

.zone-5 h4 {
    margin-bottom: 30px;
    font-family: 'Market Fresh';
}

.zone-5 .servicios {
    margin-top: 40px;
}

.zone-5 figure {
    height: 70px;
}

/* ****************  ZONE 6  **************** */

.zone-6 {
    margin-top: 150px;
    background: url('./../images/SEVILLA.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.zone-6 h1 {
    margin-bottom: 40px;
    font-family: 'Market Fresh';
    font-weight: 500;
}

.zone-6 h1 span {
    background-color: #2EB9F8;
    color: #fff;
    padding: 0 2px;
}

.zone-6 .desc-container {
    background-color: #fff;
    padding: 20px 40px;
}

/* ****************  ZONE 7  **************** */

.zone-7 {
    margin-top: 150px;
    background: #34322E;
    padding: 80px 0;
    color: #fff;
}

.zone-7 h1 {
    margin-bottom: 30px;
    font-family: 'Market Fresh';
    font-weight: 500;
}

.zone-7 h4 {
    margin-bottom: 30px;
    font-family: 'Market Fresh';
    font-weight: 500;
}

.zone-7 h1 span {
    background-color: #2EB9F8;
    color: #fff;
    padding: 0 2px;
}

.zone-7 .calidades-container {
    text-align: center;
    color: #0082DE;
}

.zone-7 .calidades-container figure {
    height: 80px;
}

.zone-7 .calidades-container .col-12 {
    margin-bottom: 20px;
}

/* ****************  ZONE 8  **************** */

.zone-8 {
    margin-top: 150px;
    padding: 80px 0;
}

.zone-8 h1 {
    margin-bottom: 30px;
    font-family: 'Market Fresh';
    font-weight: 500;
}

.zone-8 h4 {
    margin-bottom: 30px;
    font-family: 'Market Fresh';
    font-weight: 500;
}

.zone-8 h1 span {
    background-color: #2EB9F8;
    color: #fff;
    padding: 0 2px;
}

footer {
    padding: 35px 0 35px 0;
    background: #34322E;
    color: #fff;
}

footer a {
    color: #fff;
    margin: 0% 1% 0% 1%;
}

footer a:hover {
    color: #fff;
}

#divFooterCent {
    display: flex;
    justify-content: center;
}



/* 

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

 // Medium devices (tablets, 768px and up)
 @media (min-width: 768px) {
     ...
 }

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

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