@charset "utf-8";

/* ----------------------------------
Name: global.css
Version: 1.0.0
Autor: Fragmenta Soluciones Digitales
Website: https://www.fragmenta.mx
----------------------------------- */

/* ===================================
    Fundamentals
====================================== */
/*
Typography:
font-family: 'Mulish', sans-serif;
font-family: 'Public Sans', sans-serif;

Colors:
gray: #444752 (titles)
orange: #F26522
gray: #4A4A4A (text)
blue: #123686

Flex:
display: flex;
justify-content: space-between;
align-items: center;
align-content: center;

Grid:
display: grid;
gap: 20px;
grid-template-columns: 25% auto 25%; / grid-template-rows: 1fr 2fr 1fr;
grid-template-areas:
"footer-logo footer-menu footer-social";
height: 120px;
align-content: center;
align-items: center;
justify-content: center;

*/

/* @import url('https://fonts.googleapis.com/css2?family=Mulish&family=Public+Sans:wght@500;700&display=swap'); */


/* ===================================
    Reset
====================================== */
*,
*::before,
*::after {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
html { font-size: 16px !important;}
body {
     font-family: 'Mulish', sans-serif;
     -webkit-font-smoothing: antialiased;
     font-smooth: antialiased;
     /* font-size: 16px; */
     font-weight: 400;
     line-height: auto;
     color:#4A4A4A;
     overflow-x: hidden !important;
     /* background-color: #000000; */
}
body, html { height: 100%; -moz-osx-font-smoothing: grayscale;}
/* .container-fluid {padding:0px !important;} */

a, a:active, a:focus { color: #F26522; text-decoration: none;}
a:hover, a:active{color: #123787; text-decoration: none; cursor: pointer;}
a:focus, a:active, button:focus, button:active, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline: none; box-shadow: none; } */

footer a, footer a:active, footer a:focus { color: #4A4A4A; text-decoration: none;}
footer a:hover, footer a:active{color: #F26522; text-decoration: none; cursor: pointer;}
footer a:focus, footer a:active, footer button:focus, footer button:active, footer .btn.active.focus, footer .btn.active:focus, footer .btn.focus, footer .btn:active.focus, footer .btn:active:focus, footer .btn:focus {outline: none; box-shadow: none; } */

.hover-orange:hover {color: #F26522;}
.hover-blue:hover {color: #123686;}

/* footer a, footer a:active, footer a:focus { color: #ffffff; text-decoration: none;}
footer a:hover, footer a:active{color: #ffffff; opacity:0.7; cursor: pointer;}
footer a:focus, footer a:active, footer button:focus, footer button:active, footer .btn.active.focus, footer .btn.active:focus, footer .btn.focus, footer .btn:active.focus, footer .btn:active:focus,footer  .btn:focus {outline: none; box-shadow: none; } */

/* img {max-width:100%; height:auto; } */

/* ===================================
    Loader
====================================== */

/* ===================================
    Menu
====================================== */

/* ===================================
    RRSS
====================================== */
.fill-orange {fill: #F26522;}
.fill-blue {fill: #123686;}
.fill-white {fill: #ffffff;}

.hover-fill-orange:hover {fill: #F26522;}
.hover-fill-blue:hover {fill: #123686;}
.hover-fill-white:hover {fill: #ffffff;}
/* ===================================
    Splide generals
====================================== */
.splide__pagination__page.is-active {
  background: #f26522 !important;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination {
  bottom: -2.5em !important;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
/* ===================================
    Fonts
====================================== */

.font-main {font-family: 'Mulish', sans-serif;}
.font-alt {font-family: 'Public Sans', sans-serif;}

.color-orange{color: #F26522;}
.color-blue{color: #123686;}
.color-gray-main{color: #444752;}
.color-gray-alt{color: #4A4A4A;}
.color-white{color: #ffffff;}

.text-type {
    background: #F26522;
    color: #ffffff;
}
/* ===================================
    Typography
====================================== */
/* heading */
h1, h2, h3, h4, h5, h6 {font-family: 'Public Sans', sans-serif; letter-spacing: 0;}
/* h1, .h1 {font-size:3rem; line-height:3.5rem; font-weight: 600;} */
h2, .h2 {font-size:1.6rem; line-height:2rem; font-weight: 500;}
h3, .h3 {font-size:1.3rem; line-height:1.8rem; font-weight: 500;}
h4, .h4 {font-size:1rem; line-height:1.5rem; font-weight: 500;}
h5, .h5 {font-size:0.8rem; line-height:1.1rem; font-weight: 500;}
h6, .h6 {font-size:0.6rem; line-height:0.9rem; font-weight: 500;}

h1, .h1 {font-size:1.8rem; line-height:2.3rem; font-weight: 600;}

/* xxs */ @media (max-width: 430px) {
  h1, .h1 {font-size:1.8rem; line-height:2.3rem; font-weight: 600;}
}
/* xs  */ @media (min-width: 431px) {
  h1, .h1 {font-size:2rem; line-height:2.5rem; font-weight: 600;}
}
/* sm  */ @media (min-width: 576px) {
  h1, .h1 {font-size:2.5rem; line-height:2.5rem; font-weight: 600;}
}
/* md  */ @media (min-width: 768px) {
  h1, .h1 {font-size:3rem; line-height:3.5rem; font-weight: 600;}
} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {}
/* xxl */ @media (min-width: 1400px) {}

/* ===================================
    Buttons - Specials
====================================== */
a.btn-special {
    border: 0;
    position: relative;
    width: 180px !important;
    min-height: 50px;
    border-radius: 50px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    /* background: rgba(0, 0, 0, 0.3); */
    background: #123787;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 0 1rem; */
    transition: color 500ms ease;
    text-decoration: none;

  }
  a.btn-special .text {font-size: 0.9rem}

  a.btn-special .text,
  a.btn-special .icon-container {
    position: relative;
    z-index: 2;
  }
  a.btn-special .icon-container {
    position: relative;
    width: 25px;
    height: 25px;
    margin-left: 15px;
    transition: transform 500ms ease;
  }
  a.btn-special .icon-container .icon {
    position: absolute;
    right: 0px;
    top: 0;
    width: 25px;
    height: 25px;
    transition: transform 500ms ease, opacity 250ms ease;
  }
  a.btn-special .icon-container .icon--left {
    transform: translateX(-200%);
    opacity: 0;
  }
  a.btn-special .icon-container .icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    right: 0px;
  }
  a.btn-special::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F26522;
    border-radius: 50px;
    z-index: 1;
    transition: transform 500ms ease;
  }

  a.btn-special:hover {
    color: #123787;
    transition: color 500ms ease;
  }
  a.btn-special:hover::after {
    right: 10px;
    width: 50px;
    transform: translateX(20%) scale(0.8, 0.8);
    transition: width 500ms ease, right 500ms ease, transform 500ms ease;
  }
  a.btn-special:hover .icon-container {
    transform: translateX(50%);
  }
  a.btn-special:hover .icon-container .icon--left {
    right: 0px;
    transform: translateX(-5px);
    opacity: 1;
  }
  a.btn-special:hover .icon-container .icon--right {
    transform: translateX(200%);
    opacity: 0;
  }


    /* White button - Contacto */
    a.btn-special.btn-white-contacto {
         background: #ffffff;
    }
    a.btn-special.btn-white-contacto:hover {
         color: #123787;
         transition: color 500ms ease;
    }
    a.btn-special.btn-white-contacto:hover .icon-container .icon--left {
         right: 0px;
         transform: translateX(15px);
         opacity: 1;
    }

    /* Blue button - Saber más */
    a.btn-special.btn-blue-sabermas {
      background: #123787;
    }
    a.btn-special.btn-blue-sabermas:hover {
          color: #ffffff;
          transition: color 500ms ease;
    }
    a.btn-special.btn-blue-sabermas:hover .icon-container .icon--left {
          right: 0px;
          transform: translateX(10px);
          opacity: 1;
    }

    /* Blue button - Contacto */
    a.btn-special.btn-blue-contacto {
          background: #123787;
    }
    a.btn-special.btn-blue-contacto:hover {
          color: #ffffff;
          transition: color 500ms ease;
    }
    a.btn-special.btn-blue-contacto:hover .icon-container .icon--left {
          right: 0px;
          transform: translateX(15px);
          opacity: 1;
    }

    /* Blue button - Ver productos */
    a.btn-special.btn-blue-productos {
         background: #123787;
    }
    a.btn-special.btn-blue-productos:hover {
         color: #ffffff;
         transition: color 500ms ease;
    }
    a.btn-special.btn-blue-productos:hover .icon-container .icon--left {
         right: 0px;
         transform: translateX(-3px);
         opacity: 1;
    }

    /* Blue button - Enviar */
    a.btn-special.btn-blue-enviar {
          background: #123787;
    }
    a.btn-special.btn-blue-enviar:hover {
          color: #ffffff;
          transition: color 500ms ease;
    }
    a.btn-special.btn-blue-enviar:hover .icon-container .icon--left {
          right: 0px;
          transform: translateX(24px);
          opacity: 1;
    }



    .btn-special-nav {
        border: 0;
        position: relative;
        width: 95% !important;
        min-height: 50px;
        border-radius: 50px;
        color: #fff;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: bold;
        /* background: rgba(0, 0, 0, 0.3); */
        background: #F26522;
        cursor: pointer;
        overflow: hidden;
        display: flex;
        justify-content: start;
        align-items: center;

      }

      .btn-special-nav:hover{
        background: #123787;
      }

      .btn-special-nav.active{
        background: #123787;
      }

      .btn-special-nav img{
        margin-top: 5px;
        width: 45px;
      }

      .btn-content-nav{
        width: 100%;
        margin-bottom: 10px;
      }

      .content-img-nav{
        display: none;
      }

      .nav{
        flex-direction: column;
      }



      /* md  */ @media (min-width: 768px) {

      .content-img-nav{
        display: flex;
        justify-content: center;
      }

      .nav{
        flex-direction: row;
      }

      .btn-special-nav img{
        display: none;
      }

      .btn-content-nav{
        width: 30%;
      }

      .btn-special-nav{
        justify-content: center;
      }

      }


/* ===================================
    Backgorunds
====================================== */
.bg-blue {background-color: #123686;}
.bg-gray {background-color: #F8F9FB;}
.bg-orange {background-color: #F26522;}
.bg-dark-gray {background-color: #E2E6EF;}

.border-gray-tb {border-top:1px solid #F4F4F4; border-bottom:1px solid #F4F4F4;}

/* ===================================
    Footer
====================================== */

footer {
  border-top: 3px solid #F26522;;
}
.icons-rrss-footer > a {
  border: 1px solid #F26522;
  border-radius: 100px;
}
.icons-rrss-footer .circle-rrss:hover {
 border: 1px solid #123686;
 border-radius: 100px;
}
.icons-rrss-footer > a.circle-rrss-telefono {
  border: 1px solid #F26522;
  background-color: #F26522;
  border-radius: 100px;
}
.icons-rrss-footer .circle-rrss-telefono:hover {
 border: 1px solid #123686;
 background-color: #123686;
 border-radius: 100px;
}
.icons-rrss-footer > a.circle-rrss-whatsapp {
  border: 1px solid #2EB843;
  background-color: #2EB843;
  border-radius: 100px;
}
.icons-rrss-footer .circle-rrss-whatsapp:hover {
 border: 1px solid #123686;
 background-color: #123686;
 border-radius: 100px;
}

.vertical-line {
  width: 1px;
 background-color: #123686;
 margin: 10px 10px;
}
