body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.contendor {
    width: 100%;
    max-width: 1150px;
    padding: 0 15px;
    margin: 0 auto;
}

.container {
    max-width: 1150px;
}

header {
    background-color: white;
    padding: 15px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

header .cont-principal {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-content: center;
}

header .cont-principal .menu {
    display: none;
    color: var(--primario);
    font-size: 20px;
}

header .logo-grande {
    max-width: 500px;
}

header .logo-pequeno {
    display: none;
    width: 120px;
}

header a {
    font-size: 15px;
}

header .dropdown-toggle {
    font-size: 15px !important;
    color: var(--primario);
}

.nav-menu {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding: 7px 10px;
    background-color: var(--primario);
}

.nav-menu a {
    color: white;
    margin-right: 12px;
}

.nav-menu a:hover {
    color: white;
    text-decoration: underline;
}

.nav-menu .cont-opciones {
    display: flex;
    align-items: center;
}

.nav-menu .cont-opciones .cont-total {
    background-color: white;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    color: var(--primario);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.nav-menu .cont-total .total {
    position: relative;
    left: -1px;
    font-weight: bold;
}

.nav-menu .dropdown-precio {
    border: 0;
    border-radius: 5px;
    color: var(--primario);
    background-color: white;
    padding: 5px 8px;
    font-size: 12px;
}

.nav-menu .dropMenuUsuario a {
    color: black;
}

.nav-menu .dropMenuUsuario a:hover {
    text-decoration: none;
}

.nav-menu .boton-ingresar {
    color: white;
    border: 1px solid white;
    background-color: transparent;
    border-radius: 5px;
}

@media (max-width: 1180px) {
    .menu-lg {
        display: none;
    }
    .menu-small {
        display: flex !important;
    }
}

#hero {
    width: 100%;
    height: 68vh;
    background: url('../../img/hero-bg-02.jpg') top center;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

@media (max-width: 1024px) {
    #hero {
      background-attachment: scroll;
    }
}

#hero .container {
    position: relative;
}

#hero .cont-h1 {
    background-color: rgba(139, 190, 245, 0.404);
    padding: 10px 20px;
    border-radius: 18px;
    max-width: 870px;
    letter-spacing: 1.1px;
    /* text-shadow: -1px 0 rgb(202, 202, 202), 0 1px rgb(202, 202, 202), 1px 0 rgb(202, 202, 202), 0 -1px rgb(202, 202, 202); */
}

#hero h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: var(--primario);
}
  
#hero h2 {
    color: var(--primario);
    margin: 10px 0 0 0;
    font-size: 25px;
    /* text-shadow: -1px 0 rgb(202, 202, 202), 0 1px rgb(202, 202, 202), 1px 0 rgb(202, 202, 202), 0 -1px rgb(202, 202, 202); */
    letter-spacing: 1.5px;
}
  
#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 35px;
    margin-top: 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: var(--boton-redondeado);
    border: 1px solid rgba(255, 255, 255, 0.371) !important;
}
  
#hero .btn-get-started:hover {
    background: var(--boton-redondeado-hover);
}
  
@media (max-width: 992px) {

    #hero {
        height: 40vh;
    }
  
    #hero h1 {
      font-size: 28px;
      line-height: 36px;
    }
  
    #hero h2 {
      font-size: 18px;
      line-height: 24px;
    }
}

.offcanvas-body {
    background-color: var(--primario);
    display: flex;
    flex-direction: column;
}

.offcanvas-body > div {
    margin-bottom: 10px;
}

.offcanvas-body a {
    color: white;
    font-size: 15px;
}

.offcanvas-body .boton-redondeado {
    border: 1px solid #fff;
}

.offcanvas-body a:hover {
    color: white;
    text-decoration: underline;
}

.jumbotron {
    background-image: url('../../img/slides-2023/slide-1440.jpg');
	background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
	max-height: 294px;
	min-height: 294px;
    padding-top: 80px;
    text-shadow: 0 2px 4px rgba(41, 48, 59, .55);
    letter-spacing: 0.7px;
}

@media screen and (max-width: 1000px) {
    .jumbotron {
        background-image: url('../../img/slides-2023/slide-1000.jpg');
    }
}

@media screen and (max-width: 600px) {
    .jumbotron {
        background-image: url('../../img/slides-2023/slide-600.jpg');
    }
}

.iconos {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    width: 100%;
    color: white;
    font-size: 12px;
}

.iconos .item {
    display: flex;
}

.iconos img {
    width: 99px;
}

.iconos .item .imagen {
    position: relative;
    top: 12px;
}

.iconos .item .texto {
    align-self: center;
}

.counts {
    background: #f1f7fd;
    padding: 40px 0 40px;
    margin-bottom: 50px;
  }
  
  .counts .count-box {
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  .counts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    background: var(--boton-redondeado);
    color: #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
  }
  
  .counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #082744;
  }
  
  .counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
  }

.razones {
    padding-top: 20px;
    padding-bottom: 35px;
}

.wrap-shape {
    text-align: center;
    width: 150px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.shape {
    width: 150px;
    height: 160px;
    aspect-ratio: 1;
    
    -webkit-clip-path: polygon(50% 0%, 63% 12%, 100% 12%, 100% 100%, 100% 100%, 0 100%, 0 12%, 36% 12%);
    clip-path: polygon(50% 0%, 63% 12%, 100% 12%, 100% 100%, 100% 100%, 0 100%, 0 12%, 36% 12%);

    background-color: #0084ca;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}


.shape .inside {
    content: "";
    display: block;
    position: relative;
    height: 98%;
    width: 98%;
    background-color: white;
    color: black;
    clip-path: inherit;
    top: 0.35px;
    -webkit-clip-path: polygon(50% 0%, 63% 12%, 100% 12%, 100% 100%, 100% 100%, 0 100%, 0 12%, 36% 12%);
    clip-path: polygon(50% 0%, 63% 12%, 100% 12%, 100% 100%, 100% 100%, 0 100%, 0 12%, 36% 12%);
    text-align: center;
}


.shape .inside .texto {
    margin-top: 23px;
    padding: 0 5px;
    color: rgb(74, 74, 74);
    font-size: 12px;
}

@media screen and (max-width: 1000px) {

    .nav-menu .cont-enlaces {
        display: none;
    }

    .nav-menu .cont-opciones {
        display: flex;
        flex: 1;
        flex-flow: row wrap;
        justify-content: space-between;
    }
}

@media screen and (max-width: 500px) {
    .jumbotron, .iconos {
        display: none;
    }
}

main {
    flex: 1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    color: #444444;
    font-size: 14px;
    border-top: 1px solid #e8e5e5;
}
  
#footer .footer-top {
    padding: 60px 0 30px 0;
}
  
#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}
  
#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}
  
#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #777777;
}
  
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
}
  
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
  
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
  
#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #1c84e3;
    font-size: 18px;
    line-height: 1;
}
  
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
  
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
  
#footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
  
#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #1977cc;
}

#footer .copyright {
    color: #fff;
}
  
#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #fff;
}

#footer .credits a {
    color: #ffa041;
}
  
#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ffffff;
    color: var(--primario);
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
  
#footer .social-links a:hover {
    background: rgb(216, 255, 198);
    color: var(--primario);
    text-decoration: none;
}

#footer .footer-bottom {
    background-color: var(--light-primario);
}