.fondo-white {
    background-color: white !important;
}

.fondo-blue-dark {
    background-color: #091936;
}

.radius-border-10 {
    border-radius: 10px;
}

.color-blue-dark {
    color: #091936;
}

.color-blue-light {
    color: #00acc5;
}

.color-white {
    color: white;
}

.color-gold {
    color: #b39351;
}

.social-icon-color {
    background-color: white;
    border-radius: 150px;
    padding: 5px 10px;
}

.social-icon-color-2 {
    background-color: white;
    border-radius: 150px;
    padding: 5px 5px;
}

.icon-width {
    width: 35px;
}

.clients-img {
    width: 150px;
}

.color-blue-dark {
    color: #091936;
}

.color-blue-dark a {
    color: #091936 !important;
}

.color-green {
    color: #929000;
}

.fondo-blue-dark {
    background-color: #091936;
}

.fondo-blue-light {
    background-color: #00acc5;
}

.color-gold {
    color: #b39351;
}

.fondo-gold {
    background-color: #b39351;
}

.fondo-orange {
    background-color: #fa503f;
}

.color-white {
    color: #ffffff;
}

.fondo-white {
    background-color: #ffffff;
}

.fondo-gray {
    background-color: #f7f5fd;
}

.radius-border-25 {
    border-radius: 25px;
}

.radius-border-10 {
    border-radius: 10px;
}

.radius-border-5 {
    border-radius: 5px;
}

.menu-width {
    margin-left: 3rem;
    margin-right: 3rem;
}

.button-green {
    color: #ffffff;
    background-image: linear-gradient(#a5a20a, #928f02);
    border: 2px solid #a9a923;
    font-weight: 700 !important;
    box-shadow: 2px 2px 4px #585652;
}

.button-green:hover {
    color: #ffffff;
    background-image: linear-gradient(#bdba08, #a7a403);
    border: 2px solid #a9a923;
    font-weight: 700 !important;
    box-shadow: 2px 2px 4px #494744;
    transform: scale(1.05);
}

.button-brown {
    color: #ffffff;
    background-image: linear-gradient(#6b4d36, #574130);
    border: 2px solid #937261;
    font-weight: 700 !important;
    box-shadow: 2px 2px 2px #585652;
}

.button-brown:hover {
    color: #ffffff;
    background-image: linear-gradient(#8b5d39, #6b472b);
    border: 2px solid #937261;
    font-weight: 700 !important;
    box-shadow: 2px 2px 2px #494744;
    transform: scale(1.05);
}

.button-blue {
    color: #ffffff;
    background-image: linear-gradient(#00acc5, #0394aa);
    border: 2px solid #29cbd8;
    font-weight: 700 !important;
    box-shadow: 2px 2px 4px #585652;
}

.button-blue:hover {
    color: #ffffff;
    background-image: linear-gradient(#18b4cc, #0f97ac);
    border: 2px solid #29cbd8;
    font-weight: 700 !important;
    box-shadow: 2px 2px 4px #585652;
    transform: scale(1.05);
}

.button-blue-dark {
    color: #ffffff;
    background-image: linear-gradient(#115a92, #102c42);
    border: 2px solid #0c2336;
    font-weight: 700 !important;
    box-shadow: 2px 2px 4px #585652;
}

.button-blue-dark:hover {
    color: #ffffff;
    background-image: linear-gradient(#1162a0, #133652);
    border: 2px solid #0c2336;
    font-weight: 700 !important;
    box-shadow: 2px 2px 4px #585652;
    transform: scale(1.03);
}

.button-orange {
    color: #ffffff;
    background-color: #fa503f;
    border-left: 2px solid#fa503f;
    border-right: 2px solid#fa503f;
    border-bottom: 2px solid#fa503f;
    box-shadow: 2px 2px 4px #8d8981;
}

.border-top-section-blue {
    border-top: 4px solid #091936;
}

.border-top-card-gold {
    border-top: 4px solid #b39351;
}

.border-top-gold {
    border-top: 1px solid #b39351;
}

.button-orange:hover {
    color: #ffffff;
    background-color: #f0652f;
    border-left: 2px solid#f0652f;
    border-right: 2px solid#f0652f;
    border-bottom: 2px solid#f0652f;
    font-weight: 700;
    box-shadow: 2px 2px 8px #8d8981;
    transform: scale(1.05);
}

.button-gold {
    color: #ffffff;
    background-image: linear-gradient(to bottom, #f8d690 0%, #9f8346 80%, #9f8346 100%);
    border-left: 2px solid#c4a24d;
    border-right: 2px solid#c4a24d;
    border-bottom: 2px solid#c4a24d;
    border-top: 2px solid#c4a24d;
    font-weight: 700 !important;
    box-shadow: 2px 2px 4px #8d8981;
}

.button-gold:hover {
    color: #ffffff;
    background-color: linear-gradient(to bottom, #f8d690 0%, #9f8346 80%, #9f8346 100%);
    border-left: 2px solid#c4a24d;
    border-right: 2px solid#c4a24d;
    border-bottom: 2px solid#c4a24d;
    border-top: 2px solid#c4a24d;
    font-weight: 700;
    box-shadow: 2px 2px 8px #8d8981;
    transform: scale(1.05);
}

.button-blue {
    color: #ffffff;
    background-color: #091936;
    border-left: 2px solid#091936;
    border-right: 2px solid#091936;
    border-bottom: 2px solid#091936;
    box-shadow: 2px 2px 4px #8d8981;
}

.button-blue:hover {
    color: #ffffff;
    background-color: #0b1f46;
    border-left: 2px solid #091936;
    border-right: 2px solid#091936;
    border-bottom: 2px solid#091936;
    box-shadow: 2px 2px 8px #091936;
    transform: scale(1.03);
}

.button-blue-light {
    color: #ffffff;
    border-left: 2px solid #ffffff;
    border-right: 2px solid#ffffff;
    border-bottom: 2px solid#ffffff;
    border-top: 2px solid#ffffff;
    box-shadow: 2px 2px 4px #8d8981;
}

.button-blue-light:hover {
    color: #ffffff;
    background-color: #0b1f4600;
    border-left: 2px solid #ffffff;
    border-right: 2px solid#ffffff;
    border-bottom: 2px solid#ffffff;
    border-top: 2px solid#ffffff;
    box-shadow: 2px 2px 8px #091936;
    transform: scale(1.03);
}

.button-white {
    color: #091936;
    background-color: #ffffff;
    border-left: 2px solid#dad9d9;
    border-right: 2px solid#ffffff;
    border-bottom: 2px solid#dad9d9;
    font-weight: 700 !important;
    box-shadow: 2px 2px 4px #8d8981;
}

.button-white:hover {
    color: #091936;
    background-color: #ececec;
    border-left: 2px solid#dad9d9;
    border-right: 2px solid#ffffff;
    border-bottom: 2px solid#dad9d9;
    font-weight: 700;
    box-shadow: 2px 2px 8px #8d8981;
    transform: scale(1.05);
}

.button-white-light {
    color: #091936;
    background-color: #ececec;
    border-left: 3px solid#091936;
    border-right: 3px solid#091936;
    border-bottom: 3px solid#091936;
    border-top: 3px solid#091936;
    font-weight: 700 !important;
    box-shadow: 2px 2px 4px #8d8981;
}

.button-white-light:hover {
    color: #091936;
    background-color: #ececec;
    border-left: 3px solid#091936;
    border-right: 3px solid#091936;
    border-bottom: 3px solid#091936;
    border-top: 3px solid#091936;
    font-weight: 700;
    box-shadow: 2px 2px 8px #8d8981;
    transform: scale(1.05);
}

.border-lateral {
    border-right: 3px solid #091936;
}

.border-top-section-brown {
    border-top: 8px solid #8c5a33 !important;
}

.border-bottom-section-brown {
    border-bottom: 8px solid #8c5a33 !important;
}

.border-top-section-green {
    border-top: 8px solid #928f02 !important;
}

.border-bottom-section-green {
    border-bottom: 8px solid #928f02 !important;
}

.border-top-section-blue {
    border-top: 8px solid #0e2d41 !important;
}

.border-bottom-section-blue {
    border-bottom: 8px solid #0e2d41 !important;
}

.border-lateral-gold {
    border-right: 3px solid #b39351;
}

.fondo-white {
    background-color: #ffffff;
}

.fondo-beige {
    background-color: #f0f1ed;
}

.fondo-beige-light {
    background-color: #f1f0ec;
}

.btn-float {
    position: absolute;
    top: -100px;
    left: 20%
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.youtube {
    background: #ff0000;
    color: white;
}

.whatsapp {
    background: #52dd39;
    color: white;
}

.instagram {
    background: #704325;
    color: white;
}

.linkedint {
    background: #0e72a3;
    color: white;
}

.arrow-image {
    list-style-type: none;
}

.arrow-image li::before {
    content: url(../../../images/new-images/icons/isotipo-tortuga-2.svg);
    height: 20px;
    width: 20px;
    border-radius: 50px;
    text-align: center;
    font-weight: 700 !important;
    vertical-align: middle;
    color: #ffffff;
    display: inline-block;
    margin-left: -2rem;
    margin-right: 0.5rem;
}

.modal {
    overflow-y: auto;
}

.internal-hover {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.image-hover {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.hover-container:hover .image-hover {
    opacity: 0.3;
}

.hover-container:hover .internal-hover {
    opacity: 1;
}

.hover-container {
    position: relative;
    background-color: rgb(0, 0, 0);
}

.social-icon-color {
    background-color: white;
    border-radius: 150px;
    padding: 5px 10px;
}

.social-icon-color-2 {
    background-color: white;
    border-radius: 150px;
    padding: 5px 5px;
}

.icon-width {
    width: 35px;
}

.clients-img {
    width: 150px;
}

.display-3 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.5rem;
}

@media (max-width: 768px) {
    .width-table {
        width: 600px;
    }
    .w-container {
        width: calc(100% - 2rem);
        margin: 0 auto;
    }
    .icon-width {
        width: 20px!important;
    }
    .clients-img {
        width: 120px !important;
    }
    .menu-width {
        margin-left: 0rem;
        margin-right: 0px;
    }
}