body{
    font-family: 'Poppins';
    overflow-x: hidden;
}

ol, ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

a:hover{
    text-decoration: none;
}

button:focus{
    border: none!important;
    box-shadow: none!important;
    outline: none!important;
}

input:focus{
    box-shadow: none!important;
    outline: none!important;
}

select:focus{
    box-shadow: none!important;
    outline: none!important; 
}

main .nav{
    display: flex;
    align-items: center;
    padding-top: 1rem;
}

main .nav .main_brand{
    margin-right: 2rem;
}

main .nav .main_mobile{
    margin-right: 0;
    margin-left: auto;
}

main .nav .main_mobile button{
    background-color: #c63434;
    border-radius: 50%;
    padding: .5rem;
    border: none;
}

main .nav .main_brand a img{
    max-width: 100%;
	height: auto;
}

main .nav .main_nav ul{
    display: flex;
    align-items: center;
}

main .nav .main_nav ul li{
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

main .nav .main_nav ul li a{
    padding: .5rem;
    border-radius: 50%;
    background-color: #EEEEEE;
}

main .nav .main_nav ul li a:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

main .nav .main_nav ul li p{
    display: inline-block;
    margin: 0;
    padding-left: .5rem;
    color: #424242;
}

main .nav .main_nav ul span{
    margin-right: 1rem;
    color: #424242
}

main .cover{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

main .cover::before{
    content: url(img/portada.svg);
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    z-index: -2;
}

main .cover::after{
    content: url(img/after_cover.svg);
    position: absolute;
    top: 50%;
    left: 0;
    width: 20%;
    z-index: -2;
}

main .cover .cover_item{
    width: 75%;
}

main .cover .cover_item .cover_body h1{
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #C63434;
}

main .cover .cover_item .cover_body ul{
    margin-bottom: 1.5rem;
}

main .cover .cover_item .cover_body ul li{
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}

main .cover .cover_item .cover_body ul li img{
    margin-right: .5rem;
}

main .cover .cover_item .cover_body ul li h5{
    display: inline-block;
    margin: 0;
    color: #424242;
} 

main .cover .cover_item .cover_body button.xl{
    background-color: transparent;
    border: 2px solid #C63434;
    margin-bottom: 1.5rem;
    transition: 0.3s;

}

main .cover .cover_item .cover_body button.xl a{
    color: #C63434;
    font-size: 1.65rem;
    font-weight: 500;
    transition: 0.3s;

}

main .cover .cover_item .cover_body button.xl:hover{
    background-color: #C63434;
}

main .cover .cover_item .cover_body button.xl:hover a{
    color: #FFFFFF;
}

main .cover .cover_dots{
    margin-bottom: 1.5rem;
}

main .cover .cover_dots a{
    padding: .3rem;
}

main .cover .cover_buttons{
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 9;
}

main .cover .cover_buttons div{
    display: block;
    margin-bottom: 1rem;
}

main .cover .cover_buttons div button{
    width: 50px;
    height: 50px;
    padding: 6px 0px;
    border-radius: 30px;
}

main .cover .cover_buttons div button.question{
    background-color: #C63434;
    transition: 0.3s;
}

main .cover .cover_buttons div button.whatsapp{
    background-color: #11A569;
    transition: 0.3s;
}

main .cover .cover_buttons div button:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.s-1 .services {
    margin-bottom: 6rem;
    margin-top: 6rem;
}

.s-1 .services ul{
    display: flex;    padding: .3rem;

    align-items: center;
    justify-content: center;
}

.s-1 .services ul li{
    margin-left: 2rem;
    margin-right: 2rem;
}

.s-1 .services ul li img{
    margin-bottom: .5rem;
}

.s-1 .services ul li h5{
    text-align: center;
    color: #C63434;
}

.s-2{
    position: relative;
    text-align: center;
}

.s-2::after{
    content: url(img/background_1.svg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -2;
}

.s-2 h2{
    text-align: center;
    color: #C63434;
    margin-right: 1rem;
} 

.s-2 .agency .agency_carousel{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6rem;
}

.s-2 .agency .agency_carousel .agency_item{
    margin-left: 2rem;
    margin-right: 2rem;
}

.s-2 .agency .agency_carousel .agency_item a{
    display: block;
    text-align: center;
}

.s-2 .agency .agency_carousel .agency_item a img{
    border: 1px solid #C63434;
}

.s-2 .agency .agency_carousel .agency_item a h6{
    color: #424242;
    margin-top: .5rem;
}

.s-2 .agency .agency_dots{
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.s-2 .agency .agency_dots a{
    padding: .3rem;
}

.s-2 .agency .agency_call_action{
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-2 button.xl{
    background-color: transparent;
    border: 2px solid #C63434;
    transition: 0.3s;
}

.s-2 button.xl a{
    font-size: 1.75rem;
    font-weight: 500;
    color: #C63434;
    transition: 0.3s;
}

.s-2 button.xl:hover{
    background-color: #C63434;
}

.s-2 button.xl:hover a{
    color: #FFFFFF;
}

.s-3{
    text-align: center;
}

.s-3 .assurance{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 10rem;
    margin-bottom: 4rem;
} 

.s-3 .assurance div a{
    display: block;
    width: 250px;
    height: 250px;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-radius: 50%;
    border:none;
    text-align: center;
    background-color: #424242;
    transition: 0.3s;
}

.s-3 .assurance div a:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.s-3 .assurance div a.ver_garantias{
    background-color: #C63434;
}

.s-3 .assurance div a.calcular_costos{
    background-color: #C63434;
}

.s-3 .assurance h2{
    color: #FFFFFF;
    font-weight: 600;
    margin-top: .5rem;
}

.s-3 button.xl{
    background-color: transparent;
    border: 2px solid #C63434;
    transition: 0.3s;
}

.s-3 button.xl a{
    font-size: 1.75rem;
    font-weight: 500;
    color: #C63434;
    transition: 0.3s;
}

.s-3 button.xl:hover{
    background-color: #C63434;
}

.s-3 button.xl:hover a{
    color: #FFFFFF;
}

.s-3 figure.line{
    width: 150px;
    height: 5px;
    background-color: #EEEEEE;
    margin: 4rem auto;
}

.s-4{
    text-align: center;
}

.s-4 h4{
    color: #C63434;
}

.s-4 .faq{
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-4 .faq div a{
    display: block;
    padding: 2rem;
    color: #C63434;
}

.s-4 .container_faq_toggle{
    display: none;
}

.s-4 .faq_toggle{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 4rem;
}

.s-4 .faq_toggle div a{
    display: block;
    padding: 2rem;
    color: #C63434;
}

.s-4 .faq_toggle_btn{
    background-color: transparent;
    border: none;
}

.s-4 a{
    color: #424242;
}

.s-5{
    position: relative;
}

.s-5 .data{
    display: flex;
    align-items: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.s-5 .data .data_image{
    width: 45%;
}

.s-5 .data .data_body{
    width: 55%;
}

.s-5 .data .data_body h2:first-child{
    color: #C63434;
}

.s-5 .data .data_body h2:last-child{
    color: #424242
}

.s-5 .data .data_body h5{
    color: #424242;
    margin-left: 2rem;
}

.s-5 .data .data_body .horarios{
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.s-5 .data .data_body .estado_horarios{
    color: #11A569;
}

.s-5 .data .data_body .ver_horarios{
    background-color: transparent;
    color: #424242;   
    border: none;
    font-size: 1.25rem;
    font-weight: 500;
}

.s-5 .data .data_body div a{
    color: #424242;
}

.s-5 .data::before{
    content: url(img/maps_1.svg);
    position: absolute;
    left: 0;
    top: 5%;
    width: 37%;
    z-index: -2;
}

.s-5 .data::after{
    content: url(img/after_data.svg);
    position: absolute;
    right: 0;
    top: 115%;
    width: 22%;
    z-index: -2;
}

footer{
    padding-top: 12rem;
}

footer div div{
    text-align: center;
}

footer div div figure{
    width: 150px;
    height: 5px;
    background-color: #EEEEEE;
    margin: 4rem auto;
}

footer .footer a {
    display: block;
    margin-bottom: 2rem;
}

footer .footer .footer_social{
    margin-top: 2rem;
}

footer .footer .footer_social a{
    display: inline-block;
    padding: 0 .2rem;
}

.dialog{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #FFFFFF;
    z-index: 1090;
    display: none;
}

.dialog .section_header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 2rem;

}

.dialog .section_header div{

    flex: 0 0 33.333333%;
}

.dialog .section_header .section_brand{
    text-align: center;
}

.section_brand a img {
		width: 150px;
}

.dialog .section_header .section_call_action button{
    background-color: transparent;
    border: 2px solid #C63434;
    transition: 0.3s;
}

.dialog .section_header .section_call_action button a{
    color: #C63434;
    transition: 0.3s;
}

.dialog .section_header .section_call_action button:hover{
    background-color: #C63434;
}

.dialog .section_header .section_call_action button:hover a{
    color: #FFFFFF;
}

.section_close {
	position: absolute;
	right: 6.8%;
}

.dialog .section_close button{
    background-color: transparent;
    border: none;
    float: right; 
}

.dialog .section_body{
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-height: 400px;
    overflow-y: auto;
}

.dialog .section_body h5{
    text-align: center;
    color: #424242;
}

.dialog .section_body h2{
    text-align: center;
    color: #424242;
}

.dialog .section_body .form-control{
    height: 3.125rem;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #424242;
}

.dialog .section_body label{
    color: #999999;
}

.dialog .section_body button{
    background-color: #C63434;
    color: #FFFFFF;
    border-radius: 0;
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    transition: 0.3s;
}

.dialog .section_bottom{
    background-color: #FFFFFF;
    padding: 2rem;
    text-align: center;
    display: none;
}

.dialog .section_bottom button{
    background-color: transparent;
    border: 2px solid #C63434;
    transition: 0.3s;
}

.dialog .section_bottom button a{
    color: #C63434;
    transition: 0.3s;
    font-size: 1.5rem;
}

.menu{
    background-color: #c63434ed!important;
}

.menu .menu_vertical{
    text-align: center;
    padding-top: 2rem;
}

.menu .menu_vertical ul{
    margin-top: 0;
}

.menu .menu_vertical ul li{
    margin-bottom: 1rem;
}

.menu .menu_vertical ul li a{
    color: #FFFFFF;
    font-size: 1.25rem;
    padding-bottom: .5rem;
    transition: 0.3s;
}

.menu .menu_vertical ul li a:hover{
    border-bottom: 2px solid #FFFFFF;
}

.menu .menu_vertical button{
    background-color: transparent;
    border: 2px solid #FFFFFF;
    margin-top: 1rem;
    margin-bottom: 2rem;
    transition: 0.3s;
}

.menu .menu_vertical button a{
    font-size: 1.25rem;
    color: #FFFFFF;
    transition: 0.3s;
}

.menu .menu_vertical button:hover{
    background-color: #FFFFFF;
}

.menu .menu_vertical button:hover a{
    color: #C63434
}

.menu .menu_vertical figure{
    width: 75px;
    height: 3px;
    background-color: #FFFFFF;
    margin: 4rem auto;
}

.menu .menu_vertical .menu_hide{
    position: absolute;
    top: 45px;
    right: 125px;
    border: none;
}

.menu .menu_vertical .menu_social a{
    padding: 0 .2rem;
}

.menu .menu_vertical .menu_social a:hover{
    opacity: .8;
}

/* BOOTSTRAP */

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
  }
  
  .form-label-group > input,
  .form-label-group > label {
    height: 3.125rem;
    padding: .75rem;
  }
  
  .form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
  }
  
  .form-label-group input::-webkit-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input:-ms-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input::-ms-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input::-moz-placeholder {
    color: transparent;
  }
  
  .form-label-group input::placeholder {
    color: transparent;
  }
  
  .form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
  }
  
  .form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
  }
  
  .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #C63434;
    background-color: #C63434;
  }

  .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
  }

  .custom-control-input:focus~.custom-control-label::before{
    box-shadow: none;
  }

  .form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545!important;
}

  /* Fallback for Edge
  -------------------------------------------------- */
  @supports (-ms-ime-align: auto) {
    .form-label-group > label {
      display: none;
    }
    .form-label-group input::-ms-input-placeholder {
      color: #777;
    }
  }
  
  /* Fallback for IE
  -------------------------------------------------- */
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
      display: none;
    }
    .form-label-group input:-ms-input-placeholder {
      color: #777;
    }
  }

@media (max-width: 374px) {
	.dialog .section_body{
    max-height: 300px;
	}
}

@media (min-width: 375px) and (max-width: 413px) {
	.dialog .section_body{
    max-height: 400px;
	}
}

@media (min-width: 414px) and (max-width: 799px) {
	.dialog .section_body{
    max-height: 500px;
	}
}

@media (max-width: 576px) { 

    main .cover .cover_item{
        width: 100%;
    }

    main .cover::before{
        display: none;
    }

    main .cover::after{
        display: none;
    }

    .s-1 .services ul li {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .s-1 .services ul li img{
        width: 80px;
        height: 80px;
    }

    .s-3 .assurance div a h1{
        display: none;
    }

    .s-5 .data::after{
        display: none;
    }

    .section_bottom{
        display: block!important;
    }

    .section_bottom button {
        display: block;
        width: 100%;
    }
    
    .section_call_action button{
        display: none;
    }

    .section_body{
        max-height: 400px;
    }

    .section_body h2{
        font-size: 1.5rem;
    }

    .section_body h5{
        font-size: 1rem;
    }

    .form-group label{
        display: block;
    }

    main .cover .cover_buttons{
        left: 0;
        right: 0;
        bottom: 1rem;
    }

}

@media (max-width: 678px) {

    .s-3 .assurance{
        padding-top: 4rem;
    }

    .s-3 .assurance div a{
        width: 250px;
        height: 250px;
    }

    .s-3 .assurance h1{
        font-size: 2rem;
    }

    .s-3 .assurance img{
        width: 40px;
        height: 40px;
    }

}

@media (max-width: 768px) { 
    
    main .nav{
        padding-top: 2rem;
    }
    
    main .main_nav{
        display: none;
    }

    main .cover{
        position: relative;
    }

    main .nav .main_brand a img{
        width: 100px;
    }
    
    main .cover .cover_item .cover_body ul li h5{
        font-size: 1rem;
    }

    main .cover .cover_buttons{
        display: flex;
        align-items: center;
        justify-content: center;
        float: none;
    }

    main .cover .cover_buttons div {
        display: block;
        margin-bottom: 0;
        margin: .5rem;
    }

    main .cover .cover_dots{
        text-align: center;
    }

    .s-1 .services{
        margin-top: 0;
        margin-bottom: 3rem;
    }

    .s-2 .agency .agency_carousel{
        margin-top: 4rem;
    }

    .s-4{
        display: none;
    }

    .s-5 .data{
        position: relative;
        padding-top: 0!important;
    }

    .s-5 .data .data_image{
        width: 0;
    }

    .s-5 .data .data_body{
        width: 100%;
    }

    .s-5 .data .data_body h5{
        margin-left: 0;
        font-size: 1rem;
    }

    .s-5 .data::after{
        top: 0;
    }

    .s-5 .data::before{
        display: none;
    }

    footer{
        padding-top: 0!important;
    }

}

@media (max-width: 992px) { 

	.section_brand a img {
		width: 100px !important;
	}

    footer{
        padding-top: 6rem;
    }

    .s-2 .agency .agency_call_action{
        display: block;
    }

    .s-2 .agency .agency_carousel{
        margin-top: 2rem!important;
    }

    .s-3 .assurance div{
        padding-bottom: 1rem;
    }

    .s-3 .assurance div a{
        width: 125px!important;
        height: 125px!important;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

}

@media (max-width: 1200px) {

    .s-3 .assurance div a{
        width: 200px!important;
        height: 200px!important;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .s-3 .assurance div a h2{
        font-size: 1.5rem;
    }

}


