.u-row {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
}

.u-row .u-col {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}


.u-row .u-col.u-col-33p33 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.u-row .u-col.u-col-50 {
    flex: 0 0 50%;
    max-width: 50%;
}

.u-row .u-col.u-col-66p67 {
    flex: 0 0 66.67%;
    max-width: 66.67%;
}

.u-row .u-col.u-col-100 {
    flex: 0 0 100%;
    max-width: 100%;
}


@media (max-width: 767px) {
    .u-row:not(.no-stack) {
        flex-wrap: wrap;
    }

    .u-row:not(.no-stack) .u-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

body,
html {
    padding: 0;
    margin: 0
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

html {
    font-size: 14px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

p {
    margin: 0
}

form .error-field {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

form .error-field input,
form .error-field textarea {
    border-color: #a94442 !important;
    color: #a94442 !important
}

form .field-error {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: -20px;
    right: 10px
}

form .field-error:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #ebcccc;
    border-width: 5px;
    margin-left: -5px
}

form .spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center
}

form .spinner>div {
    width: 12px;
    height: 12px;
    background-color: hsla(0, 0%, 100%, .5);
    margin: 0 2px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

form .spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

form .spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    to {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@media (max-width:480px) {
    .container {
        max-width: 100% !important
    }
}

@media (min-width:481px) and (max-width:768px) {
    .hide-tablet {
        display: none !important
    }
}

.container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

a[onclick] {
    cursor: pointer;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    background-color: #e7e7e7;
}

#u_body a {
    color: #0000ee;
    text-decoration: underline;
}

#u_body a:hover {
    color: #0000ee;
    text-decoration: underline;
}

#u_content_form_1 button:hover {
    color: #1f27ec !important;
    background-color: #ffffff !important;
}

#u_content_form_1 input::placeholder {
    color: #000;
    opacity: 0.5;
}

#u_content_button_1 a:hover {
    color: #FFFFFF !important;
    background-color: #c9c2c2 !important;
}

#u_content_form_2 button:hover {
    color: #FFF !important;
    background-color: #3AAEE0 !important;
}

#u_content_form_2 input::placeholder {
    color: #000;
    opacity: 0.5;
}

@media (max-width: 480px) {
    #u_content_image_2.v-container-padding-padding {
        padding: 30px 10px 20px !important;
    }

    #u_content_menu_1.v-container-padding-padding {
        padding: 0px 10px 30px !important;
    }

    #u_content_menu_1 .v-layout-display {
        display: block !important;
    }

    #u_content_text_1.v-container-padding-padding {
        padding: 60px 25px 0px !important;
    }

    #u_content_text_1 .v-font-size {
        font-size: 19px !important;
    }

    #u_content_heading_3.v-container-padding-padding {
        padding: 0px 25px 10px !important;
    }

    #u_content_heading_3 .v-font-size {
        font-size: 37px !important;
    }

    #u_content_form_1.v-container-padding-padding {
        padding: 10px 25px 60px !important;
    }

    #u_content_form_1 .v-form-align-text-align {
        text-align: center !important;
    }

    #u_content_form_1 .v-button-align-text-align {
        text-align: left !important;
    }

    #u_content_text_3.v-container-padding-padding {
        padding: 0px 25px 48px !important;
    }

    #u_content_text_5.v-container-padding-padding {
        padding: 0px 10px 40px !important;
    }

    #u_content_text_4.v-container-padding-padding {
        padding: 0px 10px 40px !important;
    }

    #u_row_7 .v-row-background-image--inner {
        background-size: cover !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
    }

    #u_row_7.v-row-background-image--inner {
        background-size: cover !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
    }

    #u_row_7 .v-row-background-image--outer {
        background-size: cover !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
    }

    #u_row_7.v-row-background-image--outer {
        background-size: cover !important;
        background-position: center top !important;
        background-repeat: no-repeat !important;
    }

    #u_content_text_8.v-container-padding-padding {
        padding: 10px 25px !important;
    }

    #u_content_text_13.v-container-padding-padding {
        padding: 20px 25px 60px !important;
    }

    #u_content_text_13 .v-font-size {
        font-size: 17px !important;
    }
}

.cc_logo {
    display: none !important;
}

.cc_container .cc_btn {
    bottom: 20px;
}

.cc_container .cc_message {
    padding-top: 12px;
}

.cc_container {
    border-radius: 4px;
}

.cc_banner-wrapper {
    z-index: 9999999999;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text] {
    padding-left: 52px !important;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.phone-validation-message {
    font-size: 12px;
    color: red;
    margin-left: 5px;
}

.containerno{
    width: 80%;
    margin-left: 10%;
}

.noso{
    width: 48%;
    padding: 8px 30px;
    float: left;
    background: #ffffffd1;
    border-radius: 48px;
    margin: 0% 1%;
}

.nosod{
    width: 100%;
    padding: 8px 30px;
    float: left;
    margin: 2% 0%;
    background: #ffffffd1;
    border-radius: 48px;
}

.nosotros{
    background-image:  url("img/emision/Imagen fondo cotizador - 1 Doctor.png");
    background-repeat: no-repeat;
    background-size: cover;
    
}

.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp > svg{
    fill: #25d366;
}
.btn-wsp > svg:hover{
    fill: #20ba5a;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp  > svg{
        width:63px;
        height:63px;
        line-height: 66px;
	}
}

.loader {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 45%;
    position: relative;
    animation: rotate 1s linear infinite;
    margin-left: 50%;
  }
  .loader::before , .loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite ;
  }
  .loader::after{
    transform: rotate3d(90, 90, 0, 180deg );
    border-color: #FF3D00;
  }

  @keyframes rotate {
    0%   {transform: rotate(0deg)}
    100%   {transform: rotate(360deg)}
  }

  @keyframes prixClipFix {
      0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
      50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
      75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
  }

  #u_row_2{
    position: fixed;
    width: 100%;
    z-index: 2;
    margin-top: -5%;
  }

  #u_row_1{
    margin-top: 5%;
  }

  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  .modalDos {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-image: url('img/emision/Imagen fondo cotizador - paisaje.png');
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 5px solid #991818d6;
    width: 50%;
    height: auto;
    border-radius: 9px;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 38px;
    font-weight: bold;
    margin-right: 24px;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .btnCotiza{
    border: revert;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    padding: 17px;
    margin: 5px 27% 0px;
    font-size: 27px;
    width: 55%;
    color: #FFF;
    background-color: #e50420;
    font-weight: bolder;
    font-family: 'Montserrat', sans-serif;
  }

  .imgBanner{
    max-width: 1400px;
    height: 490px;
    margin: 0 auto;
    background-image: url(img/emision/banner_vital_assist3.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }

  .mensaje{
    font-size: 27px;
    line-height: 140%;
    text-align: center;
    word-wrap: break-word;
    background-color: #0000008a;
    border-radius: 15px;
    padding: 20px;
    width: 60%;
    }