
/*Balto Light
font-family: "balto", sans-serif;
font-weight: 300;
font-style: normal;

Balto Light Italic
font-family: "balto", sans-serif;
font-weight: 300;
font-style: italic;

Balto Book
font-family: "balto", sans-serif;
font-weight: 400;
font-style: normal;

Balto Book Italic
font-family: "balto", sans-serif;
font-weight: 400;
font-style: italic;

Balto Medium
font-family: "balto", sans-serif;
font-weight: 500;
font-style: normal;

Balto Medium Italic
font-family: "balto", sans-serif;
font-weight: 500;
font-style: italic;

Balto Bold
font-family: "balto", sans-serif;
font-weight: 600;
font-style: normal;

Balto Bold Italic
font-family: "balto", sans-serif;
font-weight: 600;
font-style: italic;

Balto Black
font-family: "balto", sans-serif;
font-weight: 700;
font-style: normal;

Balto Black Italic
font-family: "balto", sans-serif;
font-weight: 700;
font-style: italic;

Balto Super
font-family: "balto", sans-serif;
font-weight: 800;
font-style: normal;

Balto Super Italic
font-family: "balto", sans-serif;
font-weight: 800;
font-style: italic;*/

/*Generales*/

@import url("https://use.typekit.net/eat8atn.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


::selection {
    background: #002B49;
    color: #4583C7;
    text-shadow: none;
}

body{
   overflow-x: hidden;
}

.performance{
    color: #3083C6;
}

.alfalfa{
    color:#76BC21;
}

.balance{
    color: #C12A21;
}

.titulo{
    color:#002B49;
    font-family: "balto", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.8rem;
    margin-bottom: 40px;
    margin-top: 0px;
    letter-spacing: 0px;
    line-height: 30px;
}

.subtitulo{
    color:#4583C7 !important;
    font-family: "balto", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1.8rem;
}

.parrafo{
    font-family: "seravek-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    color:#002B49;
    text-align: justify;
}


.titulo-white{
    color:white;
    font-family: "balto", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.8rem;
    margin-bottom: 40px;
    text-align: center;
    line-height: 30PX;
    margin-bottom: 40px;
}

.titulo-white-span{

    color:#4583C7;
    font-family: "balto", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1.6rem;
}

.parrafo-white{
    font-family: "seravek-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    color:white;
    text-align: center;
    line-height: 20px;
}


.btn-cinta{

    background-color:#4583C7 ;
    color: #002B49;
    padding: 10px 60px;
    font-family: "balto", sans-serif;
    font-weight: 600;
    font-style: normal;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 30px;
    margin-bottom: 30px;

}

.btn-cinta:hover{

    background-color: #01416f;
    color:#4583C7 ;
    padding: 10px 60px;
    font-family: "balto", sans-serif;
    font-weight: 600;
    font-style: normal;
    transform: translateY(-5px);
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.111));
      

}

.btn-cinta-dark{
    background-color: #002B49;
    color: #4583C7;
    padding: 10px 60px;
    font-family: "balto", sans-serif;
    font-weight: 600;
    font-style: normal;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 10px;
    margin-bottom: 30px;
}


.btn-cinta-dark:hover{

    background-color: #01416f;
    color:white ;
    padding: 10px 60px;
    font-family: "balto", sans-serif;
    font-weight: 600;
    font-style: normal;
    transform: translateY(-5px);
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.111));
      

}

.container-custom{
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}


/*---------------------------------------------------*/


/*Hero section*/

#hero{
    background-image: url(https://www.contegral.co/wp-content/assets/img/herobanner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: fixed;
    padding: 60px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.rectangulo{
    max-width: 100%;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0%;
}

.subtitulo-Hero{
    font-family: "balto", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #4583C7;
    
}

.tituloHero{
    font-family: "balto", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #4583C7;;
    position: absolute;
    font-size: 2.1rem;
    top: calc(24vh);
    line-height: 30px;
    text-align: center;
}

.tituloSpan{
    font-family: "balto", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: white;
    font-size: 1.6rem;
    
}

.column-redes, .column-marca{
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.redes, .marca{
    max-width: 50%;
}

.column-center{

    display: flex;
    flex-direction: column;
}

.container-custom-hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.img-hero-productos{
    max-width: 46%;

}


/*Nueva Imagen Section*/

#nueva-imagen{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 200px;

}

.col-info-nueva{
    margin-top: 10%;
}

.subtitulo-Hero{
    font-family: "balto", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: white;
    font-size: 1.6rem;
    text-align: center;
    line-height: 30px;
}

.span-subtitulo-hero{
    font-family: "balto", sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #4583C7;
    line-height: 30px;
    font-size: 1.6rem;

}

.tituloProductos{
    font-size: 0.8rem;
    font-family: "seravek-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #01416f;
    line-height: 17px;
}

.tituloProductositem{
    font-family: "seravek-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;

}

.cajaTextoslider{
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.cajaSliderProducto{
    max-width: 60%;
    margin: auto;
}


/*Sección Slider Productos*/

#productos{
    background-image: url(https://www.contegral.co/wp-content/assets/img/herobanner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 100px 0px;
    
}


.tituloitem{
    font-family: "balto", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.8rem;
    margin-top: 0px;
    letter-spacing: 0px;
    line-height: 30px;
    text-align: left;
}

.atributo{
    text-align: left;
}



/*Slider Productos*/



.owl-carousel-info {
    font-size: 16px;
    font-weight: 800;
    height: 300px !important;
}

.owl-carousel {
    text-align: center;
}

.owl-carousel-image {
    display: block;
}

.owl-carousel .owl-item img {
    background-color: #ffffff;
}

.owl-carousel .owl-item h4 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 1.1rem;
    line-height: normal!important;
}

.owl-carousel .owl-item h4 span {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1rem;
    line-height: normal!important;
}

.owl-carousel .owl-item .owl-carousel-verified-image {
    display: inline-block;
    width: 30px;
    height: auto;
    position: relative;
    right: 5px;
}

.verified-image {
    display: inline-block;
    width: 20px;
    height: auto;
}

.owl-carousel .owl-item {
    opacity: 1;
}

.owl-carousel .owl-item.active.center {
    opacity: 1;
}

.owl-carousel-info-wrap {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.owl-carousel-info {
    background-color: #f0f8ff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    margin-top: -120px;
    padding: 30px;
    height: 300px !important;
}

.badge {
    background-color: var(--custom-btn-bg-color);
    font-family: var(--title-font-family);
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    padding-bottom: 5px;
}

.owl-carousel-info-wrap .social-share,.team-thumb .social-share {
    position: absolute;
    right: 0;
    bottom: 0;
}

.owl-carousel-info-wrap .social-icon,.team-thumb .social-icon {
    opacity: 0;
    transition: all .3s ease;
    transform: translateX(0);
    padding-right: 20px;
    padding-left: 20px;
}

.owl-carousel .owl-item.active.center .owl-carousel-info-wrap:hover .social-icon,.team-thumb:hover .social-icon {
    transform: translateY(-100%);
    opacity: 1;
}

.owl-carousel-info-wrap .social-icon-item,.owl-carousel-info-wrap .social-icon-link,.team-thumb .social-icon-item,.team-thumb .social-icon-link {
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
}

.owl-carousel-info-wrap .social-icon-link {
    margin-top: 5px;
    margin-bottom: 5px;
}

.owl-carousel .owl-dots {
    background-color: white;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    border-radius: 20px;
    display: inline-block;
    margin: auto;
    margin-top: 40px;
    padding: 15px 25px;
    padding-bottom: 7px
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px!important;
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary-color);
}

.btn_producto{
    background-color:var(--rojoFriko);
    border:none;
    transition:0.5s;
}

.btn_producto:hover{
    background-color:var(--amarilloFriko);
    border:none;
}


.owl-carousel .owl-stage-outer {
    position: relative!important;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    max-width: 100%;
}

.owl-theme .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* align-items: center; */
    align-content: center;
    /* flex-direction: row; */
    position: absolute;
   
}

.owl-carousel-info {
    height: 300px;
}




.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{

    background: #fffff;
    color: #ffffff;
    border: none;
    padding: 0px;
    font: inherit;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: flex;
    flex-direction: column;
    /* align-content: center; */
    justify-content: center;
    align-items: center;
}

.owl-theme .owl-nav [class*=owl-] .owl-prev {
    background-image: url(https://www.momentosfriko.com/portals/momentosfriko/2024/vector_izquierda.svg);
    padding: 14px;
    background-position: center;
    background-size: cover;
}

.owl-theme .owl-nav [class*=owl-] .owl-prev:hover {
    background-image: url(https://www.momentosfriko.com/portals/momentosfriko/2024/vector_izquierda.svg);
    padding: 14px;
    background-position: center;
    background-size: cover;
}


.owl-theme .owl-nav [class*=owl-] .owl-next {
    background-image: url(https://www.momentosfriko.com/portals/momentosfriko/2024/vector_left.svg);
    padding: 14px;
    background-position: center;
    background-size: cover;
}

.owl-theme .owl-nav [class*=owl-] .owl-next:hover {
    background-image: url(https://www.momentosfriko.com/portals/momentosfriko/2024/vector_left.svg);
    padding: 14px;
    background-position: center;
    background-size: cover;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d600;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #86979100;
    color: #FFF;
    text-decoration: none;

}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    background-color: white;
    border-radius: 20px;
}

@media (max-width: 700px) {
    .cajaSliderProducto{
        max-width: 100%;
        margin: auto;
    }

    .container-comparation{
        margin: auto;
        margin-bottom: 160px;
    }

    #nueva-imagen{
        margin-bottom: 100px;
    }
}


/*Section video*/

 #video_cinta{
    display: flex;
    flex-direction: column;
    align-items: center;
 }

 .videoImg{
    max-width: 70%;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 .videoImg:hover{
    transform: translateY(-5px);
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.111));
 }


 @media (max-width: 1024px) {

    .img-hero-productos {
        max-width: 100%;
    }

    .titulo{
        text-align: center;
    }

    .parrafo{
        text-align: center;
    }

    .tituloHero {
        font-family: "balto", sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #4583C7;
        position: absolute;
        font-size: 1.4rem;
        top: calc(24vh);
        line-height: 30px;
        text-align: center;
    }

    .subtitulo-Hero {
        font-family: "balto", sans-serif;
        font-weight: 500;
        font-style: normal;
        color: white;
        font-size: 1rem;
        text-align: center;
        line-height: 20px;
    }

    .col-info-nueva{
        margin-top: 10%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .rowCustom{
        padding: 0px 20px;
    }
  }



 /* Estilo del fondo del popup */
 .popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #021c37de;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Estilo del contenido del popup */
.popup-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* Estilo del botón de cerrar */
.popup-close {
    position: absolute;
    top: -60px;
    right: 10px;
    cursor: pointer;
    font-size: 40px;
    color: #ffffff;
}


.ax-home{
    
}

.flexbox-container {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.flexbox-container > div {
	width: 50%;
	padding: 10px;
  background: #fff;
}

.flexbox-container > div:first-child {
	margin-right: 20px;
}