body {
    
}

/* Header */
.navbar {
    padding: 1.5rem;
}
.navbar-nav .nav-link {
    margin: 0 12px;
}
.navbar-nav .nav-item .nav-link {
    color: black;
    font-weight: 500;
    text-transform: uppercase;
}
.navbar-nav .nav-item.active .nav-link {
    color: #0F77E4;
}
.navbar-nav .nav-item .nav-link.contact-us {
    border: 3px solid #0F77E4;
    border-radius: 15px;
}

/* Section */
.section {
    padding: 50px 0;
}
.section-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2em;
    margin-bottom: 1em;
}

/* Carousel */
.carousel-caption {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    bottom: 0;
}
.carousel-caption .carousel-title {
    max-width: 980px;
    text-transform: uppercase;
}
.carousel-caption .carousel-title h3 {
    font-size: 2.5em;
    font-weight: 200;
    margin: 0;
}
.carousel-caption .carousel-title h3 span {
    font-weight: 600;
}
.carousel-caption .carousel-buttons {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 40px;
    z-index: 9999;
}
.carousel-caption .carousel-buttons a {
    text-decoration: none;
}
.carousel-caption .carousel-buttons .carousel-btn {
    color: white;
    border: 3px solid #0F77E4;
    border-radius: 15px;
    padding: 10px 20px;
    margin: 0 5px;
    min-width: 140px;
    font-size: 1em;
    cursor: pointer;
}

.carousel-control.left-control {
    background-image: url(../images/icons/left-arrow.png);
    height: 40px;
    width: 40px;
}
.carousel-control.right-control {
    background-image: url(../images/icons/right-arrow.png);
    height: 40px;
    width: 40px;
}

/* Nosotros */
.nosotros {
    background-color: #0F77E4;
    color: white;
}
.nosotros .title {
    font-size: 1.5rem;
    font-weight: 200;
    text-transform: uppercase;
}
.nosotros .title span {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 40px;
}
.nosotros .paragraph {
    font-size: 1.15em;
    font-weight: 100;
    font-style: italic;
}

/* Servicios Home */
.servicios .section-title {
    color: #0085C2;
    font-weight: 600;
    font-size: 2.5rem;
}
.servicios .service {
    text-decoration: none;
}
.servicios .service .int {
    position: relative;
    min-height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 3px;
    margin-bottom: 3px;
}
.servicios .service .int::before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 10%);
    position: absolute;
}
.servicios .service .title {
    text-transform: uppercase;
    color: #606060;
    line-height: 30px;
    margin-top: 15px;
    font-size: 1.5em;
    text-align: center;
}

/* Productos */
.productos {
    background-color: #F1F1F1;
}
.productos .section-title {
    color: #0085C2;
    font-weight: 600;
    font-size: 2.5rem;
}
.productos .item a {
    position: relative;
    text-decoration: none;
}
.productos .item .title {
    width: 100%;
    text-transform: uppercase;
    color: #606060;
    text-align: center;
    line-height: 45px;
    margin-top: 10px;
    font-size: 1.5em;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    outline: 0;
}
.owl-carousel .owl-prev {
    left: -50px;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    right: -50px;
}
.owl-carousel .owl-carousel-control.left-arrow {
    background-image: url(../images/icons/left-arrow-grey.png);
    height: 40px;
    width: 40px;
}
.owl-carousel .owl-carousel-control.right-arrow {
    background-image: url(../images/icons/right-arrow-grey.png);
    height: 40px;
    width: 40px;
}


/* Footer */
.footer {
    background: #0C91E7;
    color: white;
}
.footer .footer-item .title {
    font-weight: 200;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer .footer-item .list {
    list-style: none;
    padding: 0;
}
.footer .footer-item .list li a {
    color:white;
}


/* Contacto Page */
.contacto.variacion-bg {
    background-color: #F1F1F1;
}
.contacto .section-title {
    color: #0085C2;
    font-weight: 600;
    font-size: 2.5rem;
}
.wpcf7 label {
    color: #0C91E7;
}
.wpcf7-text,
.wpcf7-textarea {
    width: 100%;
    border: 2px solid #B5B5B5;
    padding: 10px 10px;
    border-radius: 10px;
}
.wpcf7-submit {
    color: black;
    border: 3px solid #0C91E7;
    border-radius: 15px;
    padding: 4px 24px;
    margin: 0 5px;
    font-size: 1.1em;
    text-transform: uppercase;
    background-color: white;
}

@media only screen and (max-width: 768px) {
    .navbar-brand img {
        max-width: 165px;
    }
    .carousel-item img {
        height: 70vh;
        object-fit: cover;
        object-position: center;
    }
    .carousel-caption .carousel-title h3 {
        font-size: 1.2em;
    }
    .page-header-wrap {
        min-height: 125px;
    }
    .page-header-wrap .title {
        font-size: 2em;
    }
}

/* Historia */
.historia {
    background-image: url(../images/map.png);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    padding: 5rem 0;
}
.historia .section-title {
    color: #0085C2;
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 5rem;
}
.list-map {
    margin: 0 auto;
    max-width: 124em;
    padding: 0 2rem;
    position: relative;
    text-align: center;
    z-index: 2;
    list-style: none;
}
@media screen and (min-width: 768px) {
    .list-map {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 4rem;
        height: 250px;
    }
}
.list-map .item .icon .int {
    position: relative;
}
@media screen and (min-width: 768px) {
    .list-map .item .icon .int {
        height: 136px;
    }
}
@media screen and (min-width: 768px) {
    .list-map .item .icon .int .top {
        position: absolute;
        width: 100%;
    }
}
.list-map .item .icon .int .top img {
    z-index: 9;
}
@media screen and (min-width: 768px) {
    .list-map .item .icon .int .content {
        position: absolute;
        top: 120px;
        width: 100%;
    }
}
.list-map .item .top h4,
.list-map .item .content h4 {
    color: #0086C3;
    letter-spacing: 4px;
}
@media screen and (min-width: 768px) {
    .list-map .item:first-child .icon .int:after,
    .list-map .item:nth-child(2) .icon .int:after {
        background: -webkit-gradient(linear,left top,right top,from(#DADADA),color-stop(50%,#DADADA));
        background: linear-gradient(90deg,#DADADA,#DADADA 50%);
    }

    .list-map .item .icon .int:after {
        content: "";
        height: .2rem;
        /*left: 100%;*/
        position: absolute;
        top: 90%;
        width: 23rem;
        z-index: -9;
    }

}


/* Mision, Vision */
.mision {
    background: #EDEEEF;
}
.mision h3 {
    color: #0085C2;
    font-weight: 600;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}


/* Politicas */
.politicas .section-title {
    color: #0085C2;
    font-weight: 600;
    font-size: 2.5rem;
}
.politicas .item {
    text-align: center;
}
.politicas .item.w-border {
    border-right: 2px solid #D1D2D3;
    border-left: 2px solid #D1D2D3;
}
.politicas .item .title {
    margin-top: 1.5rem;
}
.politicas .item .content {
    max-width: 280px;
    margin: auto;
}

/* Valores */
.pilar-card {
    height: 100%;
}
.pilar-card .body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    text-align: center;
    max-width: 420px;
    margin: auto;
    min-height: 290px;
}
.pilar-card .body h2 {
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.pilar-card.pilar-01 {
    background-color: #0085C2;
    color: white;
}
.pilar-card.pilar-02 {
    background-color: #03A2DB;
    color: white;
}
.pilar-card.pilar-03 {
    background-color: #03B8EA;
    color: white;
}
.pilar-card.pilar-04 {
    background-color: #03C9F7;
    color: white;
}

/* Servicios */
.servicios .section-title {
    color: #0085C2;
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 5rem;
}
.servicios .servicio-item.variacion-2 {
    background-color: #F1F1F1;
}
.servicios .servicio-item .title {
    color: #0085C2;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 25px;
}
.servicios .servicio-item p {
    margin-bottom: 15px;
}
.servicios .servicio-item .btn-pill {
    background-color: #0085C2;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
}
.servicios .servicio-item .btn-pill:hover {
    text-decoration: none;
}

/* Productos */
.productos-section .section-title {
    color: #0085C2;
    font-weight: 600;
    font-size: 2.5rem;
}
.productos-section .item {
    background-color: white;
    text-align: center;
    margin-bottom: 50px;
}
.productos-section .item .image {
    height: 250px;
    width: 300px;
    object-fit: cover;
}
.productos-section .item .title {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 25px;
    color: #0085C2;
}
.productos-section .item .btn-pill {
    background-color: #0085C2;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
}
.productos-section .item .btn-pill:hover {
    text-decoration: none;
}

/* Producto */
figure.zoom {
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}
figure.zoom img:hover {
    opacity: 0;
}
figure.zoom img {
    transition: opacity 0.5s;
    display: block;
    width: 100%;
    background: white;
}

.productos-tienda .producto-detalle .img-galeria {
    border: 1px solid #000000;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 10px;
    cursor: pointer;
}
.productos-tienda .producto-detalle .producto-nombre {
    color: #0085C2;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.productos-tienda .producto-detalle .colores {
    display: flex;
    align-items: center;
}
.productos-tienda .producto-detalle .colores .color-var {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 0 3px;
    border: 1px solid;
}

.productos-tienda .producto-item {
    text-align: center;
}
.productos-tienda .producto-item .image {
    height: 250px;
    width: 300px;
    object-fit: cover;
}
.productos-tienda .producto-item .title {
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 10px;
}

.productos-tienda .productos-similares .subtitle {
    color: #565656;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 40px;
}