/* .mauticform_wrapper { max-width: 600px; margin: 10px auto; } */

.mauticform-name { font-weight: bold; font-size: 1.5em; margin-bottom: 3px; }
.mauticform-description { margin-top: 2px; margin-bottom: 10px; }
.mauticform-error { margin-bottom: 10px; color: red; }
.mauticform-message { margin-bottom: 10px;color: green; }
.mauticform-row { display: block; margin-bottom: 20px; }
.mauticform-label { font-size: 1.1em; display: block; font-weight: bold; margin-bottom: 5px; }
.mauticform-row.mauticform-required .mauticform-label:after { color: #e32; content: " *"; display: inline; }
.mauticform-helpmessage { display: block; font-size: 0.9em; margin-bottom: 3px; }
.mauticform-errormsg { display: block; color: red; margin-top: 2px; }
.mauticform-selectbox, .mauticform-input, .mauticform-textarea { width: 100%; padding: 0.5em 0.5em; border: 1px solid #2b2b2b; background: transparent; box-shadow: 0px 0px 0px #fff inset; border-radius: 4px; box-sizing: border-box; }

.mauticform-checkboxgrp-label { font-weight: normal; }

.mauticform-radiogrp-label { font-weight: normal; }

.mauticform-button-wrapper .mauticform-button.btn-default, .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default { color: #5d6c7c;background-color: #ffffff;border-color: #dddddd;}
.mauticform-button-wrapper .mauticform-button, .mauticform-pagebreak-wrapper .mauticform-pagebreak { display: inline-block;margin-bottom: 0;font-weight: 600;text-align: center;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;white-space: nowrap;padding: 6px 12px;font-size: 13px;line-height: 1.3856;border-radius: 3px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.mauticform-button-wrapper .mauticform-button.btn-default[disabled], .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] { background-color: #ffffff; border-color: #dddddd; opacity: 0.75; cursor: not-allowed; }
.mauticform-pagebreak-wrapper .mauticform-button-wrapper {  display: inline; }
.body-contacto{
    background: url(../images/elementos/fondo_blanco.png);
    padding: 1.5rem 0;
    background-size: cover;
}
.body-contacto header {
    padding-bottom: 1.5rem;
}
header .logo-kandavu {
    text-align: center;
}
header .lista ul li a {
    font-size: 1.2rem;
}
.body-contacto header .lista {
    margin: 1rem 0;
}
 header .lista ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: justify;
}
header .lista ul li a.active_contact::after{
    opacity: 1;
    bottom: -1rem;
}
.body-contacto header .lista ul li {
    display: inline;
}
.body-contacto header .lista ul li a {
    color: black;
    font-weight: bold;
}
.body-contacto header .iso {
    display: none;
}
.body-contacto header .iso img {
    width: 25%;
}
.body-contacto .contenido {
    width: 80%;
    margin: auto;
}
.body-contacto .contenido .formulario div label {
    display: none;
}
.body-contacto .contenido .formulario div input[type="text"],
.body-contacto .contenido .formulario div input[type="email"] {
    color: #2b2b2b;
    border: 0.5px solid #2b2b2b;
    height: 45px;
    margin-bottom: 1rem;
    width: 100%;
    border-radius: 3px;
    padding: 0 1rem;
    background:transparent;
}
.body-contacto .contenido .formulario div textarea {
    color: #2b2b2b;
    border: 0.5px solid #2b2b2b;
    height: 7rem;
    width: 100%;
    border-radius: 3px;
    padding: 0 1rem;
}
.body-contacto .contenido .formulario button {
    background: transparent;
    width: 100%;
    border: 0.5px solid #2b2b2b;
    border-radius: 3px;
    padding: 0.8rem 0.3rem;
    text-transform: uppercase;
    font-size: 0.85rem;
    position: relative;
}
.body-contacto .contenido .formulario button::after{
    content: "";
    position: absolute;
    right: 2rem;
    display: block;
    top: 5px;
    background: url(../images/right-arrow.png)no-repeat center/contain;
    width: 22px;
    height: 35px;    
}
.body-contacto .contenido .formulario button:hover{
    background: #2b2b2b;
    color: #fff;
}
.body-contacto .contenido .informacion {
    margin: 2rem 0;
}
input , textarea{
    background: transparent;
}
p.telefono:before {
    background-image: url(../images/iconotelefono.png);
    content: 'aa';
    background-repeat: no-repeat;
    font-size: 15px;
    color: transparent !important;
    background-size: contain;
    display: inline-block;
    margin-right: 1.5rem;
}
p.correo:before {
    background-image: url(../images/iconomail.png);
    content: 'aaaa';
    background-repeat: no-repeat;
    font-size: 10px;
    color: transparent !important;
    background-size: cover;
    display: inline-block;
    margin-right: 1rem;
    line-height: 1.7;
}		
p.direccion:before {
    background-image: url(../images/iconoubicacion.png);
    content: 'aa';
    background-repeat: no-repeat;
    font-size: 15px;
    color: transparent !important;
    background-size: contain;
    display: inline-block;
    margin-right: 1.5rem;
}
.navbar-light .navbar-toggler{
    background-color: #2b2b2b  !important;
}
.navbar-light .navbar-toggler i{
    color: #efefef !important;
}
.iconworld svg{
    fill: #000 !important;
}
@media (max-width: 767px){
    .logo-kandavu{
        text-align: left !important;
        padding-left: 2rem;
    }
}
@media (min-width: 769px){
    
    .body-contacto header{
        display: flex;
        justify-content: space-between;
    }
    .body-contacto header .iso {
        display: inline-flex;
    }
    .body-contacto{
        height: 100vh;
    }
    .body-contacto header .lista{
        line-height: 4;
    }
    .body-contacto .contenido{
        display: flex;
        justify-content: space-between;
        height: 70vh;
    }
    .formulario{
        order: 2;
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly
    }
    .body-contacto header .logo-kandavu{
        width: 50%;
    }
    .body-contacto .contenido .informacion{
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
}