@font-face {
    src: url('../../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-family: 'MonserratMedium';
}

@font-face {
    src: url('../../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-family: 'MonserratBold';
}

@font-face {
    src: url('../../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-family: 'MonserratRegular';
}

@font-face {
    src: url('../../fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-family: 'MonserratSemiBold';
}


.select2-container .select2-results__option[aria-selected="true"] {
    background: #069de8 !important;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
    background: #07acff !important;

}

.pac-container:after {
    /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */

    background-image: none !important;
    height: 0px;
}

@media only screen and (max-width: 600px) {
    .wrap-contact3 {
        width: 90% !important;
    }

    .logo {
        width: 100% !important;
    }

}

.wrap-contact3 {
    width: 70%;
}

.rojo {
    color: red;
}

.divHov:hover {
    background: #07acff;
    color: white;
    border-top-left-radius: 15px;
}



.logo {
    width: 30%;
}

.by {
    font-family: 'MonserratBold';
}

.input3 {
    background-color: #EFF3F6;
    border-radius: 12px;
    color: #1F3E63;
    text-indent: 10px;
    font-family: 'MonserratMedium';
    font-size: 12pt;
}

.input3::placeholder {
    color: #5F7D95;
    font-family: 'MonserratMedium';
    font-size: 12pt;
}


.wrap-input3 {
    /* display: flex;
    flex-direction: row; */
    border-bottom: none;
    width: auto;
    margin-bottom: 0px;
}

.wrap-contact3 {
    background: white;
}

.select2 {
    background-color: #EFF3F6;
    border-radius: 30px;
    font-family: 'MonserratMedium';
}

.title {
    text-transform: uppercase;
    /* color: #231F20; */
    font-family: 'MonserratBold';
    font-size: 11pt;
}

.row {
    margin: 10px;
    margin-bottom: 30px;
}

.contact3-form-btn {
    background: #1F3E63;
    color: white;
    border: none;
    border-radius: 30px;
    width: 50%;
    margin: auto;
    font-family: 'MonserratBold';
}

.wrap-contact3 {
    /*box-shadow: rgb(0 0 0 / 9%) 0px 2px 1px, rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 9%) 0px 32px 16px;*/
    padding: 0;
}

.wrap-contact-4 {
    padding: 0px 55px 0px 55px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #1F3E63;
    text-indent: 10px;
    font-family: 'MonserratMedium';
    width: 100%;
    font-size: 12pt;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.content {
    margin: auto;
    padding: 15px;
    max-width: 800px;
    text-align: center;
}

.dpx {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

h1 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
}

label {
    display: block;
    line-height: 40px;
    margin: auto;
    font-family: 'MonserratBold';
    font-size: 11pt;
}

.lb {
    text-align: center;
    font-size: 11pt;
}

.lb-center {
    text-align: center;
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 25px;
    transition: all 0.15s ease-out 0s;
    background: white;
    border: 2px solid black;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

.option-input:hover {
    background: #4290CD;
    border: none;
}

.option-input:checked {
    background: #4290CD;
    border: none;
}

.option-input:checked::before {
    width: 40px;
    height: 40px;
    display: flex;
    content: '';
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Free';
}

.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #4290CD;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.option-input.radio {
    border-radius: 50%;
    margin-bottom: 5px;
}

.option-input.radio::after {
    border-radius: 50%;
}


/*aqui  lo otro*/
.option-input-2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 25px;
    transition: all 0.15s ease-out 0s;
    background: white;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

.option-input-2:hover {
    background: #4290CD;
    border: none;
}

.option-input-2:checked {
    background: #4290CD;
    border: none;
}

.option-input-2:checked::before {
    width: 40px;
    height: 40px;
    display: flex;
    content: '';
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Free';
}

.option-input-2:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #4290CD;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.option-input-2.radio {
    border-radius: 50%;
    margin-bottom: 3px;
}

.option-input-2.radio::after {
    border-radius: 50%;
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

.py {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 50px;
    padding-top: 10px;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.custom-btn {
    background: #1F3E63;
    color: white;
    margin: auto;
    height: 100%;
    width: 100%;
    border: none;
    font-family: 'MonserratBold';
}

.custom-btn:hover {
    color: #fff;
    background-color: #1F3E63;
}

.cont {
    padding: 10px;
    background: #D0D5DD;
    margin: 20px;
    width: 28%;
}

.icon-input {
    width: 40px;
    height: 35px;
    margin: auto;
    margin-left: 15px;
}

.icon-input-2 {
    width: 60px;
    height: 55px;
    margin: auto;
    margin-left: 15px;
}

.contenedor-input {
    display: flex;
    flex-direction: row;
    background-color: #1b83d2;
    /* background-color: #EFF3F6; */
    border-radius: 30px;
    height: 30px;
}

.icon-input-text {
    background-color: transparent;
    border-radius: 0px;
    color: #1F3E63;
    text-indent: 10px;
}

.icon-input-container {
    margin: auto;
    padding-right: 10px;
    border-right: 1px solid;
}

.icon-input-container-2 {
    margin: auto;
    padding-right: 10px;
    border-right: 1px solid;
}

.flat-btn {
    border: 2px solid #231F20;
    background-color: white;
    color: #231F20;
    font-family: 'MonserratBold';
}

.flat-btn:hover{
    background: #1F3E63;
    color: white;
    margin: auto;
    height: 100%;
    width: 100%;
    border: none;
    transition-property: background, border;
    transition-duration: 0.1s, 0.1s;
    box-shadow: 0 0.5em 0.5em -0.4em black;
    -webkit-transform: translateY(-0.25em);
    transform: translateY(-0.25em);
}

.btn-text {
    margin: auto;
}

.btn-text-container {
    display: flex;
}

.select2-dropdown {
    border-radius: 30px;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

.select2-results__options {
    border-radius: 0px 0px 30px 30px;
    font-family: 'MonserratMedium';
}

.select2-results__options>li {
    padding: 10px 20px;
}

.select2-search__field {
    border-radius: 30px;
}

.select2-search {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.arrow {
    border: solid #5F7D95;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.custom-arrow {
    text-align: right;
    margin-right: 15px;
}

#select2-select-container {
    color: #54a0df;
}

.custom-modal-content {
    background-color: hsla(0, 0%, 96%, 1);
    /* background-color: hsl(0deg 0% 96.08%); */
    /* background: linear-gradient(180deg,rgba(7, 44, 255) 0%, rgba(26, 145, 209) 80%); */
    border: none;
    color: white;
}

.modal-backdrop {
    z-index: 0;
}

.custom-modal-footer {
    display: flex;
    justify-content: center;
    border: none;
}

.custom-modal-header {
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'MonserratBold';
    padding-top: 50px;
    text-align: center;
}

.custom-modal-title {
    width: 100%;
    font-size: 20pt;
}

.custom-modal-btn {
    border: none;
    border-radius: 30px;
    color: white;
    font-family: 'MonserratBold';
    font-size: 13pt;
}

@media (min-width: 768px) {
    .custom-modal-btn {
        padding: 10px 100px;
    }
    
    .custom-modal {
        padding-top: 20px;
    }
}

@media (max-width: 768px) {
    .custom-modal-btn {
        padding: 10px 50px;
    }

    .custom-modal {
        padding-top: 180px;
    }
}

@media (max-height: 720px) {
    .custom-modal {
        padding-top: 50px;
    }
}

@media (max-height: 720px) {
    .custom-modal {
        padding-top: 50px;
    }
}

.custom-modal-body {
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'MonserratSemiBold';
    font-size: 14pt;
}

.custom-modal {
    background: #000000ba;
}

.custom-menu-postal {
    position: absolute;
    background: WHITE;
    z-index: 9999;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    border-radius: 30px;
    overflow: hidden;
}

.custom-menu-postal-container {
    height: 200px
}

.custom-menu-postal-container::webkit-scrollbar {
    display: none;
}

.divHov {
    cursor: pointer;
    padding: 10px 20px;
}

.custom-modal-parrafo {
    color: black;
    font-size: 14pt;
    font-family: 'MonserratRegular';
}

.custom-modal-carrier {
    color: white;
    font-size: 18pt;
    font-family: 'MonserratBold';
    margin-bottom: 15px;
}

.custom-modal-precio {
    display: flex;
}

.custom-modal-precio>h3 {
    color: black;
    font-size: 14pt;
    font-family: 'MonserratSemiBold';
    margin-bottom: auto;
    margin-top: auto;
}

.custom-modal-tiempo {
    color: black;
    font-size: 14pt;
    font-family: 'MonserratSemiBold';
}

.custom-modal-precio>p {
    color: white;
    font-size: 14pt;
    font-family: 'MonserratSemiBold';
    margin-left: 10px;
    margin-bottom: auto;
    margin-top: auto;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 580px;
    }
}


/*hoover btn cotizar*/

.h-button {
    padding: 20px;
    text-align: center;
}

.h-button span {
    display: inline-block;
    min-width: 0.3em;
    text-transform: uppercase;
    transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    opacity: 0;
    transform: translate(0, -20px);
}

.h-button:before {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    left: 0;
    transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    text-transform: uppercase;
    letter-spacing: 3.5px;
    opacity: 1;
    transform: translate(0, 0px);
}

.h-button:hover:before,
.h-button:focus:before {
    opacity: 0;
    transform: translate(0, 20px);
}

.h-button:hover span,
.h-button:focus span {
    opacity: 1;
    transform: translate(0, 0);
}

.h-button:hover span:nth-child(1),
.h-button:focus span:nth-child(1) {
    transition-delay: 0.025s;
}

.h-button:hover span:nth-child(2),
.h-button:focus span:nth-child(2) {
    transition-delay: 0.05s;
}

.h-button:hover span:nth-child(3),
.h-button:focus span:nth-child(3) {
    transition-delay: 0.075s;
}

.h-button:hover span:nth-child(4),
.h-button:focus span:nth-child(4) {
    transition-delay: 0.1s;
}

.h-button:hover span:nth-child(5),
.h-button:focus span:nth-child(5) {
    transition-delay: 0.125s;
}

.h-button:hover span:nth-child(6),
.h-button:focus span:nth-child(6) {
    transition-delay: 0.150s;
}

.h-button:hover span:nth-child(7),
.h-button:focus span:nth-child(7) {
    transition-delay: 0.025s;
}

.h-button:hover span:nth-child(8),
.h-button:focus span:nth-child(8) {
    transition-delay: 0.05s;
}

.h-button:hover span:nth-child(9),
.h-button:focus span:nth-child(9) {
    transition-delay: 0.075s;
}

.h-button:hover span:nth-child(9),
.h-button:focus span:nth-child(9) {
    transition-delay: 0.1s;
}

.h-button:hover span:nth-child(10),
.h-button:focus span:nth-child(10) {
    transition-delay: 0.125s;
}

.h-button:hover span:nth-child(11),
.h-button:focus span:nth-child(11) {
    transition-delay: 0.150s;
}

.h-button:hover span:nth-child(12),
.h-button:focus span:nth-child(12) {
    transition-delay: 0.025s;
}

.h-button:hover span:nth-child(13),
.h-button:focus span:nth-child(13) {
    transition-delay: 0.05s;
}

.h-button:hover span:nth-child(14),
.h-button:focus span:nth-child(14) {
    transition-delay: 0.075s;
}

.h-button:hover span:nth-child(15),
.h-button:focus span:nth-child(15) {
    transition-delay: 0.1s;
}

.h-button:hover span:nth-child(16),
.h-button:focus span:nth-child(16) {
    transition-delay: 0.125s;
}

.h-button:hover span:nth-child(17),
.h-button:focus span:nth-child(17) {
    transition-delay: 0.150s;
}

.h-button:hover span:nth-child(18),
.h-button:focus span:nth-child(18) {
    transition-delay: 0.025s;
}

.h-button:hover span:nth-child(19),
.h-button:focus span:nth-child(19) {
    transition-delay: 0.05s;
}

.h-button:hover span:nth-child(20),
.h-button:focus span:nth-child(20) {
    transition-delay: 0.075s;
}

.h-button:hover span:nth-child(21),
.h-button:focus span:nth-child(21) {
    transition-delay: 0.1s;
}

.h-button:hover span:nth-child(22),
.h-button:focus span:nth-child(22) {
    transition-delay: 0.125s;
}

.h-button:hover span:nth-child(23),
.h-button:focus span:nth-child(23) {
    transition-delay: 0.150s;
}

.h-button:hover span:nth-child(24),
.h-button:focus span:nth-child(24) {
    transition-delay: 0.025s;
}

.h-button:hover span:nth-child(25),
.h-button:focus span:nth-child(25) {
    transition-delay: 0.05s;
}

.h-button:hover span:nth-child(26),
.h-button:focus span:nth-child(26) {
    transition-delay: 0.075s;
}

.h-button:hover span:nth-child(27),
.h-button:focus span:nth-child(27) {
    transition-delay: 0.1s;
}

.h-button:hover span:nth-child(28),
.h-button:focus span:nth-child(28) {
    transition-delay: 0.125s;
}

.h-button:hover span:nth-child(29),
.h-button:focus span:nth-child(29) {
    transition-delay: 0.150s;
}

.h-button:hover span:nth-child(30),
.h-button:focus span:nth-child(30) {
    transition-delay: 0.025s;
}

.h-button:hover span:nth-child(31),
.h-button:focus span:nth-child(31) {
    transition-delay: 0.05s;
}

.spinner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
 }
 
 .spinner::before,
 .spinner::after {
    border: 6.7px solid white;
    border-radius: 50%;
    position: absolute;
    content: '';
    display: block;
 }
 
 .spinner::before {
    width: 33.6px;
    height: 33.6px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    animation: spinner-1o3y8q 0.75s infinite linear reverse;
 }
 
 .spinner::after {
    animation: spinner-1o3y8q 0.5s infinite linear;
    height: 56px;
    width: 56px;
    border-right-color: transparent;
    border-top-color: transparent;
 }
 
 @keyframes spinner-1o3y8q {
    to {
       transform: rotate(360deg);
    }
 }


 /*spiner postal*/
 .spinner-p {
    position: absolute;
    width: 9px;
    height: 9px;
 }
 
 .spinner-p div {
    position: absolute;
    width: 50%;
    height: 150%;
    background: #474bff;
    transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1%));
    animation: spinner-fzua35 1s calc(var(--delay) * 1s) infinite ease;
 }
 
 .spinner-p div:nth-child(1) {
    --delay: 0.1;
    --rotation: 36;
    --translation: 150;
 }
 
 .spinner-p div:nth-child(2) {
    --delay: 0.2;
    --rotation: 72;
    --translation: 150;
 }
 
 .spinner-p div:nth-child(3) {
    --delay: 0.3;
    --rotation: 108;
    --translation: 150;
 }
 
 .spinner-p div:nth-child(4) {
    --delay: 0.4;
    --rotation: 144;
    --translation: 150;
 }
 
 .spinner-p div:nth-child(5) {
    --delay: 0.5;
    --rotation: 180;
    --translation: 150;
 }
 
 .spinner-p div:nth-child(6) {
    --delay: 0.6;
    --rotation: 216;
    --translation: 150;
 }
 
 .spinner-p div:nth-child(7) {
    --delay: 0.7;
    --rotation: 252;
    --translation: 150;
 }
 
 .spinner-p div:nth-child(8) {
    --delay: 0.8;
    --rotation: 288;
    --translation: 150;
 }
 
 .spinner-p div:nth-child(9) {
    --delay: 0.9;
    --rotation: 324;
    --translation: 150;
 }
 
 .spinner-p div:nth-child(10) {
    --delay: 1;
    --rotation: 360;
    --translation: 150;
 }
 
 @keyframes spinner-fzua35 {
    0%, 10%, 20%, 30%, 50%, 60%, 70%, 80%, 90%, 100% {
       transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1%));
    }
 
    50% {
       transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1.5%));
    }
 }