/* ******************************************** */


/* Archivo creado x Jorge para ultimos ajustes */


/* ******************************************** */


/* GLOBAL */

* {
    font-family: HelveticaNow;
}

.volanta-text {
    line-height: 22px;
    font-size: 1.2em;
    /* max-width: 700px; */
    /* margin-top: -10px; */
    margin-bottom: 30px;
    font-weight: 100;
    color: gray;
}

.dropdown-menu {
    color: #555555;
}

.page-link {
    color: #4e4e4e;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #4e4e4e;
    border-color: #4e4e4e;
}

.section-title {
    line-height: 47px;
    font-size: 3em;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 35px !important;
}


/* HEADER */

.header-action>ul {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.header-action>ul li {
    position: relative;
    margin-left: 30px;
}

.header-action ul li:first-child {
    margin-left: 0;
}

.header-action ul li a {
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: white;
}

.header-action ul li a svg {
    width: 20px;
    height: 20px;
}

.header-action ul li a svg path {
    color: white;
    transition: 0.3s linear;
}

.header-action ul li a:hover svg path {
    color: white;
}

.header-action .header-btn .btn {
    color: white;
    font-size: 14px;
    padding: 13px 22px;
}

.navbar-wrap ul li .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 190%;
    min-width: 230px;
    border: 1px solid #f5f5f5;
    background: white;
    margin: 0 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    border-radius: 0;
    padding: 18px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 99999999999;
}

.navbar-wrap ul li .sub-menu .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
}

.navbar-wrap ul li .sub-menu li {
    margin-left: 0;
    text-align: left;
    display: block;
}

.navbar-wrap ul li .sub-menu li a {
    padding: 9px 15px 9px 25px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--tg-primary-color);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 5px;
}

.navbar-wrap ul li .sub-menu li a .navbar-wrap ul li .sub-menu li a::before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: var(--tg-primary-color);
    transition: 0.3s ease-in-out;
}

.navbar-wrap ul li .sub-menu>li.active>a::before,
.navbar-wrap ul li .sub-menu li a:hover::before {
    width: 10px;
}

.navbar-wrap ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.sticky-menu {
    position: fixed;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: var(--tg-white);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
}

.sticky-menu .navbar-wrap ul li a {
    color: var(--tg-primary-color);
}

.sticky-menu .header-action ul li a svg path {
    color: var(--tg-primary-color);
}

.sticky-menu .logo {
    display: none;
}

.sticky-menu .logo.d-none {
    display: block !important;
}


/* INDEX */

#one-container {
    position: relative;
}

#myVideo {
    width: 100%;
    /* transform: scale(1.3, 1.3); */
    transform-origin: center;
    overflow: hidden;
}

#video-text-container {
    width: 100%;
    position: absolute;
    bottom: -80px;
    text-align: center;
}

.negocio-text {
    font-size: 1em;
    line-height: 19px;
    font-weight: 300;
    width: 260px;
    color: #a1a1a1;
}

.box .swiper-slide {
    max-width: 20vw !important;
}

.custom-subtitle {
    text-transform: uppercase !important;
    /* width: 44px;  */
    color: #00a5ea !important;
    font-weight: 300;
}


/* CONTACTO */

#contact {
    margin-top: 80px;
    /* margin-bottom: 120px; */
}

#contact form {
    margin-top: 30px;
}

#contact form .title {
    font-size: 16px;
    text-transform: uppercase;
    color: rgb(69, 69, 69);
}

#contact form .contact-input {
    width: 100%;
    display: block;
    font-weight: 300;
    border-radius: 4px;
    padding: 11px 17px;
    background-color: rgb(234, 234, 234);
    border: none;
    margin-bottom: 20px;
}

#contact-submit {
    font-size: 1.2em;
    background-color: rgb(78, 78, 78);
    padding: 11px 30px;
    color: white;
    border: none;
    border-radius: 5px;
}


/* WHERE TO BUY */

#where {
    margin-top: 80px;
    margin-bottom: 80px;
}

#icono-where{
    width: 105px;
    height: 143px;
}

@media (max-width: 768px) {
    #where {
        margin-top: 0px;
    }
#icono-where{
    width: 80px;
    height: 113px;
    margin-top:40px;
}
}


/* Subscribe */

.submit-btn {
    text-align: left;
    width: 100%;
    border: none;
    background: var(--tg-primary-color);
    color: white;
    font-size: 14px;
    /* font-weight: 700; */
    display: block;
    padding: 16px 20px;
    padding-top: 6px;
    padding-left: 0;
    padding-bottom: 0;
    /* height: 54px; */
}


/* #form-grp {
    width: 100%;


    border: none;

	background: transparent;
	font-size: 14px;
	font-weight: 400;
	color: var(--tg-primary-color);
	padding: 15px 25px;
	height: 54px;
	transition: 0.3s;
	display: block;
} */

#form-grp {
    border: 1px solid yellow;
    width: auto;
}

#email {
    background: transparent;
    border: none;
    border-bottom: 2px solid #d9d9d9;
    border-radius: 0px;
    padding-bottom: 10px;
    padding-right: 11px;
    font-size: 14px;
    position: absolute;
    color: white;
}

#sb-label {
    position: relative;
    left: 150px;
}


/* Footer */

.footer-section {
    padding-top: 100px;
}

@media (max-width: 768px) {
    .footer-section {
        padding-top: 40px;
    }
}

#footer-items-contenedor {
    border-left: 1px solid white;
}

#footer-subscribe-contenedor {
    border-left: 1px solid white;
}

@media (max-width: 1200px) {
    #about-img-contenedor {
        margin-left: auto;
        margin-right: auto;
    }
    #second-block-footer {
        margin-bottom: 50px;
        margin-right: auto;
        margin-left: auto;
    }
    #footer-items-contenedor {
        /* border:none; */
        /* margin-top: 50px; */
    }
    #about-second-photo {
        margin-top: 450px;
        width: 300px;
    }
    .footer-item-uno {
        border: none !important;
    }
}

#about-second-photo {
    margin-top: 400px;
    width: 300px;
}

#about-img-contenedor {
    height: 600px;
    width: 80%;
}

#second-block-footer {
    height: 100px;
    padding-top: 17px;
}

#descripcion-equipo{
    font-size: 16px;
}

.product-detail-custom-margin{
    margin-left: 1em;
}

@media (max-width: 576px) {

    .product-detail-custom-margin{
        margin-left: 0px;
    }

    #descripcion-equipo{
        font-size: 13px;
    }

    
    #about-img-contenedor {
        width: 70%;
    }
    #about-second-photo {
        width: 220px;
        margin-top: 200px;
        margin-right: -50px !important;
    }
    #footer-subscribe-contenedor {
        border: none;
        margin-top: 18px;
    }
    #second-block-footer {
        height: 200px;
        max-width: 300px !important;
        margin-bottom: 20px;
    }
    /* .footer-bottom{
		margin-top:190px !important;
	} */
    #about-img-contenedor {
        height: 450px;
    }
    .footer-item-tres {
        margin-top: 50px;
        border: none !important;
    }
}


/* *************************** */


/* Ajustes finales en FOOTER   */


/* *************************** */

#footer-items-contenedor {
    display: flex;
    justify-content: space-around;
    height: 60px;
    align-items: center;
}

#lofo-fv-item-uno {
    margin-left: 0px !important;
}

@media (max-width: 450px) {
    #footer-iconos-uno {
        width: 270px !important;
        display: flex;
        justify-content: space-around;
    }
    #footer-iconos-uno {
        width: 270px !important;
        display: flex;
        justify-content: space-around;
    }
    #lofo-fv-item-uno {
        margin-right: 0 !important;
        margin-left: 60px !important;
    }
}

.b-orange {
    border: 1px solid orange;
}

.b-red {
    border: 1px solid red;
}

.b-green {
    border: 1px solid green;
}

.b-violet {
    border: 1px solid violet;
}


/*=============================
	04. Search
===============================*/

.search-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    height: auto;
    width: 100%;
    padding: 40px 0 50px;
    display: none;
    z-index: 99999;
}

.search-form {
    position: relative;
}

.search-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid gray;
    padding: 10px 50px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    background: transparent;
    color: rgb(68, 68, 68);
    outline: none;
}

.search-form input::placeholder {
    font-size: 30px;
    color: var(--tg-primary-color);
    opacity: 0.5;
}

.search-btn {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0;
    font-size: 25px;
    color: var(--tg-primary-color);
    top: 50%;
    transform: translateY(-50%);
}

.search-close {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    color: var(--tg-primary-color);
    cursor: pointer;
}

body.search-visible {
    overflow: hidden;
}

.search-backdrop {
    max-width: 99%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    opacity: 0;
    background: var(--tg-primary-color);
    /* cursor: url(../img/icons/cross-out.png), pointer; */
    z-index: 99;
    visibility: hidden;
}

.subscribe-backdrop {
    max-width: 99%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    opacity: 0;
    background: var(--tg-primary-color);
    /* cursor: url(../img/icons/cross-out.png), pointer; */
    z-index: 99;
    visibility: hidden;
}

.search-visible .search-backdrop {
    opacity: 0.55;
    visibility: visible;
}

.search-visible .subscribe-backdrop {
    opacity: 0.55;
    visibility: visible;
}


/*=============================
	04. Subscribe
===============================*/

.subscribe-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(140, 140, 140);
    height: auto;
    width: 100%;
    padding: 40px 0 50px;
    display: none;
    z-index: 99999;
}

.subscribe-form {
    position: relative;
}

.subscribe-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding: 10px 50px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    background: transparent;
    color: white;
    outline: none;
}

.subscribe-form input::placeholder {
    font-size: 30px;
    color: white;
    opacity: 0.7;
}

.subscribe-btn {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0;
    font-size: 25px;
    color: var(--tg-primary-color);
    top: 50%;
    transform: translateY(-50%);
}

.search-close {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    color: var(--tg-primary-color);
    cursor: pointer;
}

body.search-visible {
    overflow: hidden;
}

.subscribe-backdrop {
    max-width: 99%;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    opacity: 0;
    background: var(--tg-primary-color);
    /* cursor: url(../img/icons/cross-out.png), pointer; */
    z-index: 99;
    visibility: hidden;
}

.search-visible .search-backdrop {
    opacity: 0.55;
    visibility: visible;
}

.maps {
    width: 64.5%;
    height: 450px;
    display: inline-block;
    padding-left: 15px;
}

.buscador {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    /*background:#f4f4f4;*/
    padding: 0px 15px 15px;
    padding-bottom: 0px;
    max-height: 452px;
    overflow: auto;
}

.buscador input {
    border: 1px solid #d6d6d6;
    /* background: #F1F1F1 url(../img/icon-search.png) no-repeat right; */
    padding: 12px 16px;
    padding-right: 30px;
    font-size: 16px;
    color: #292929;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0.25rem;
}

.local {
    padding: 10px 5px;
    border-bottom: 1px solid #cccccc;
    display: block;
}

.buscador h1 {
    font-size: 15px;
    margin-bottom: 0;
}

.buscador p {
    font-size: 13px;
    margin: 0 0;
    line-height: 19px !important;
}

.buscador small {
    font-size: 12px;
    color: #8c8c8c;
}

.hide {
    display: none !important
}

@media all and (max-width: 990px) {
    #donde {
        max-width: 767px;
        width: 100%;
        margin: auto;
    }
    .buscador {
        width: 100%;
        max-height: 195px;
        overflow: auto;
    }
    .maps {
        padding-left: 0;
    }
    .maps,
    .maps iframe {
        width: 100%;
    }
}

.gMapContent {
    max-width: 24em;
}

.gMapContent h3 {
    background: #00a5e1;
    color: #fff;
    font-size: 1.2em;
    margin: 0;
    padding: 0.7em 2.5em 0.7em 0.7em
}

.gMapContent p {
    margin: 0;
    display: flex;
    align-items: center;
}

.gMapContent p i {
    margin-right: 1em;
}

.gMapContent .info {
    padding: 0.5em;
}

.gMapContent .btns {
    display: flex;
    margin: 1em 0;
    padding: 0;
}

.gMapContent .btns li {
    width: 33%;
    padding-right: 0.1em;
}

.gMapContent .btns a {
    font-size: 0.8em;
    width: 100%;
    white-space: nowrap;
}

.grecaptcha-badge {
    visibility: hidden;
}

.hover-image {
    position: relative;
    display: inline-block;
}

.hover-image .secondary-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.hover-image:hover .secondary-img {
    opacity: 1;
}

.hover-image .primary-img {
    transition: opacity 0.3s ease-in-out;
}

.hover-image:hover .primary-img {
    opacity: 0;
}

/* Si no hay imagen secundaria, asegura que la primaria no cambie de opacidad */
.hover-image:hover .primary-img.no-secondary {
    opacity: 1;
}


iframe {
    /* z-index: 999; */
    width: 100vw;
    height: 50.3vw;
    /* pointer-events: none; */
    transform: scale(1.15);
}

.video-container {
    /* width: 100vw; */
    /* height: 10.3vw; */
    overflow: hidden;
    /* margin-top: -5vw; */
}
header {
    background: #595959;
    width: 100%;
    /* position: fixed; */
    top: 0;
    left: 0;
    z-index: 99;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2.6em;
    }
}



@media (max-width: 1200px) {
    #about.gap{
        padding-bottom:10px;
    }
}


#product-detail-main-image{
    /* width: 490px; */
}


@media (max-width: 991px) {
    #product-detail-main-image{
        /* width: 390px; */
    }

   
}

@media (max-width: 600px) {
    #product-detail-main-image{
        width: auto;
    }
}
#product-detail-text-section{
    padding-left: 80px;
    margin-top: 15px;
}

@media (max-width: 772px) {
    #product-detail-text-section{
        margin-top: 60px;
    }

    #product-detail-text-section{
        padding-left: 0px;
    }
}

/* IMAGEN PORTADA */

.image-portada-container {
    width: 100vw; 
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 3px;
    margin-top: 4px;
}

.img-portada {
    width: 100%;
    height: auto;
    object-fit: cover; 
}

/* .mobile-main-image{
    display: none;
} */

.img-container {
  width: 100vw;
  height: 100vh;
  overflow: hidden;

}

.mobile-main-img img{
    width: 100% !important;
    height: auto;
    display: none;
    object-fit: cover; 
}

.desktop-main-image{
        display: block;
}

 .mobile-slider-container{
    display:none;
 }

@media (max-width: 991px){
     .mobile-slider-container{
    display:block;
 }

    .mobile-main-img {
        display: block;
    }

    .img-container img{
          width: 100% !important;
        height: auto;
        display: block;
         object-fit: cover; 
    }

    .desktop-slider-container{
        display: none;
    }
    
}



