.my-custom-text-section h2,h1 {
    font-size:2.5rem;
    margin-bottom:1rem
}
.image-section,.my-custom-title {
    text-align:center
}
.whatsapp-icon {
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:1000
}
.whatsapp-icon img {
    width:80px;
    height:80px;
    -webkit-transition:.3s;
    transition:.3s
}
.whatsapp-icon:hover img {
    transform:scale(1.1)
}
body {
    background:linear-gradient(to bottom,#fff 0,#d6d6d6 100%)
}
.formulario-estilo {
    background-color:#dae1e4;
    border-radius:15px;
    padding:15px 20px 1px
}
.color-text {
    color:#00b5c0!important;
    font-size:50px!important;
    font-weight:700!important
}
.color-text-azul-formulario {
    color:#103567;
    font-weight:700
}
h3{
    color:#00b5c0!important;
}
.fontw-precio{
    color:#00b5c0!important;
    font-weight: 900;
    border-top: 12px solid #103567;
}
li{
    border: none !important;
}
.font-wheader{
    color:#00b5c0!important;
    font-weight: 900;
}
.acomodo-paquetes{
    margin-bottom: 5% !important;
}
.btn-only-per{
    color: #fff !important;
    background-color: #103567 !important;
    border-color: #103567 !important;
}
.color-text-azul,.my-custom-container,p {
    color:#103567
}
.color-text-azul-button {
    color:#fff!important;
    background-color:#103567!important;
    border-color:#103567!important
}
.resaltar-texto,h1 {
    color:#00b5c0!important
}
.slider {
    overflow-x:hidden
}
.border-bottom-header {
    border-bottom:3px solid #00b5c0!important
}
.resaltar-texto {
    font-weight:900!important
}
@media (min-width:992px) {
    .acomodo-paquetes{
        margin-bottom: 0% !important;
    }
    .color-text {
        color:#00b5c0!important;
        font-size:120px!important;
        font-weight:700!important
    }
    .text-acomodo {
        margin:0 15%!important
    }
    .slider .slide-track {
        -webkit-animation:40s linear infinite scroll;
        animation:40s linear infinite scroll;
        display:flex;
        width:calc(250px * 14)
    }
    .nav-link {
        padding-left:4rem!important;
        padding-right:2.5rem!important
    }
}
.my-custom-title,.navbar-brand,h1 {
    font-weight:700
}
@keyframes scroll {
    0% {
        transform:translateX(0)
    }
    100% {
        transform:translateX(calc(-250px * 7))
    }
}
.my-custom-text-section h2 {
    color:#00b5c0;
    font-weight:700
}
.my-custom-text-section p {
    font-size:1rem;
    margin-bottom:.5rem
}
.text-resaltar {
    color:#00b5c0
}
.text-acomodo {
    margin:0
}
.text-acomodo-hacemos {
    margin:0 5%
}
.my-custom-cards .card,.my-custom-title {
    margin-bottom:1rem
}
.my-custom-section {
    background-color:#eaf2f8;
    color:#103567;
    padding:2rem 0
}
.my-custom-title {
    font-size:3rem;
    color:#00b5c0
}
.my-custom-subtitle {
    font-size:1.25rem;
    text-align:center;
    margin-bottom:2rem
}
.my-custom-cards .card-img-top {
    height:200px;
    object-fit:cover
}
.my-custom-cards .card-body {
    background-color:#b4b8c0
}
.my-custom-cards .btn-primary {
    background-color:#b4b8c0;
    border-color:#b4b8c0
}
.navbar-nav .nav-link {
    color:grey
}
.navbar-nav .nav-item.active .nav-link {
    text-decoration:underline
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    100% {
        -webkit-transform:translateX(calc(-250px * 7));
        transform:translateX(calc(-250px * 7))
    }
}
@keyframes scroll {
    0% {
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    100% {
        -webkit-transform:translateX(calc(-250px * 7));
        transform:translateX(calc(-250px * 7))
    }
}
.slider::after {
    right:0;
    top:0;
    -webkit-transform:rotateZ(180deg);
    transform:rotateZ(180deg)
}
.slider::before {
    left:0;
    top:0
}
.slider .slide-track {
    -webkit-animation:40s linear infinite scroll;
    animation:40s linear infinite scroll;
    display:flex;
    width:calc(250px * 14)
}
.slide {
    margin:10px;
    box-shadow:0 0 10px rgba(0,0,0,.3)
}
.slide img {
    margin-bottom:10px
}
