*{

    margin: 0;

    padding: 0;

    font-family: 'arkibal_displayregular';

    font-size: 16px;

}



:focus{

    outline: none;

}



.content{

    width: 90%;

    max-width: 40em !important;

    margin-left: auto;

    margin-right: auto;

    padding: 5em;

    padding-top: 130px;

}



ul {

    list-style: none;

    padding: 0;

}





.contact-wrapper {

    box-shadow: 0px 0px 15px rgb(0, 0, 0, 0.5);

    border-radius: 20px;

    border-color: #9ebf30;

    border-width: 5px ;

}



.contact-wrapper > * {

    padding: 1em;

}



.contact-form {

    border-color: #9ebf30;

    border-width: 5px ;

}



.contact-form h1{

    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: 20px;

    color: #00a29b;

}



.contact-form form {

    display: grid;

    grid-template-columns: 1fr 1fr;

}



.contact-form form label
.contact-form form .contenedor-inputs label {

    display: block;

}



.contact-form form p,
.contact-form form .contenedor-inputs {

    margin: 0;

    padding: 1em;

    color: #00a29b;

}



.contact-form form .block {

    grid-column: 1 / 3;

}



.contact-form form input,

.contact-form form textarea {

    width: 100%;

    padding: 1em;

    border: none;

    background: none;

    outline: 0;

    color: #002942;

    border-bottom: 1px solid #002942;

}

.contact-form form .contenedor-inputs select{
    width: 100%;

    padding-top: 1em;

    border: none;

    background: none;

    outline: 0;

    color: #002942;

    border-bottom: 1px solid #002942;
}




.contact-form form button:hover,

.contact-form form button:focus {

    background: #002942;

    color: #002942;

    transition: background-color 1s ease-out;

    outline: 0;

}

.btn-cerrar-success {
    cursor: pointer;
    position: relative;
    padding: 5px 40px;
    font-size: 16px;
    color: #ff0000;
    border: 2px solid #ff0000;
    border-radius: 34px;
    background-color: transparent;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
}

.btn-cerrar-success::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: inherit;
    scale: 0;
    z-index: -1;
    background-color: #ff0000;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.btn-cerrar-success:hover::before {
    scale: 3;
}

.btn-cerrar-success:hover {
    color: #fff;
    scale: 1.1;
    box-shadow: 0 0px 20px rgba(255, 0, 0,0.4);
}

.btn-cerrar-success:active {
    scale: 1;
}

.msj-recibido{
    font-size: 25px ;
    color: #002942;
    font-family: 'arkibal_displayheavy';
}

.responder{
    font-size: 18px;
    color: #002942;
    font-family: 'arkibal_display_ltlight';
    font-weight: bold;
}

.banner-success{
    width: 100%;
    max-width: 20%;
}

/* CONTACT INFO */

.contact-info {



    border-bottom-left-radius: 20px;

    border-bottom-right-radius: 20px;

}



.contact-info h4 {

    text-align: center;

    font-family: 'arkibal_displayheavy';

    margin: 0 0 1rem 0;

    color: #00a29b;

    font-size: 16px;

}



.contact-info li{

    font-size: 16px;

    color: #00365f;

}



.contact-info a{

    font-size: 16px;

    color: #00365f;

    text-decoration: none;

}



.contact-info a:hover{

    color: #00a29b;

}



.contact-info li:nth-child(1) i{

    font-size: 16px;

    margin-right: 5px;

    margin-left: 15px;

}



.contact-info li:nth-child(2) i{

    font-size: 16px;

    margin-right: 5px;

    margin-left: 15px;

}



.contact-info li:nth-child(3) i{

    font-size: 16px;

    margin-right: 5px;

    margin-left: 15px;

}



form input[type="submit"]{

    width: 180px;

    background: #002942;

    padding: 10px;

    border: none;

    border-radius: 25px;

    align-self: flex-end!important;



    color: #fff;

    font-size: 16px;

    cursor: pointer;

}



form input[type="submit"]:hover{

    background: #00a29b;

}


.contenedor-dataclient{
    display: flex;
    flex-direction: row;

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

    margin: auto;
    padding: .5em;
    margin-bottom: 30px;

    width: 100%;
}

.contenedor-dataclient label{
    width: 100%;
    max-width: 95%;

    font-size: 12px;

    font-family: 'arkibal_display_ltlight';
    font-weight: bold;

    margin: 0 !important;

    color: #00a29b;
}

.contenedor-dataclient input{
    width: 100%;
    max-width: 5%;
}






/* Modal errores */





.modal_wrap{

    width: 100%;

    height: 100vh;

    background: rgb(0, 0, 0, 0.7);



    position: fixed;

    top: 0;

    left: 0;

    z-index: 3;



    display: flex;

    justify-content: center;

    align-items: center;

}



.mensaje_modal{

    background: #fff;

    box-shadow: 0px 0px 15px rgb(0, 0, 0, 0.5);

    width: 400px;

    padding: 30px 20px 15px;

}



.mensaje_modal h3{

    text-align: center;

    font-size: 20px;

    font-weight: 400;

    color: #00a29b;

}



.mensaje_modal h3:after{

    content: '';

    display: block;

    width: 100%;

    height: 1px;

    background: #c5c5c5;

    margin: 10px 0px 15px;

}



.mensaje_modal p{

    font-size: 16px;

    color: #00a29b;

}



.mensaje_modal p:before{

    content: "\f057";

    font-family: 'Font Awesome 6 Free';

    display: inline-block;

    color: #e25151;

    margin-right: 8px;

}



.mensaje_modal #btnClose{

    display: inline-block;

    padding: 3px 10px;

    margin-top: 10px;



    background: #e25151;

    color: #fff;

    border: 2px solid #b14141;

    cursor: pointer;



    float: right;

}



/*mensaje enviado*/



.mensaje-exito{

    width: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}



.mensaje-exito h1{

    font-size: 35px;

    font-family: sans-serif;

    display: block;

    text-align: center;

    margin-bottom: 20px;

}



.mensaje-exito h2{

    font-family: sans-serif;

    

}



.mensaje-exito a{

    font-family: sans-serif;

    display: block;

    border-radius: 20px;

    padding: 10px 30px;

    background: #9ebf30;

    text-decoration: none;

    color: #002942;

    box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.2)

}



.mensaje-exito a:hover{

    color: #9ebf30;

    background: #002942;

}







/* -----------------------STYLE INDEX MENSAJE-------------------- */



.card-header{

    display: flex;

    justify-content: center;

    font-size: 40px;

    font-weight: 700;

    color: #002942;



}



.contenido{

    margin: 125px auto;

    justify-content: center;

    align-items: center;

    border-color: #00a29b;

    max-width: 80%;

    max-height: 60%;

    box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.3);

    border-radius: 30px !important;



}



.card{

    border-width: 3.5px;

    border-color: #00a29b;

}





.card-header{

    border-width: 3.5px;

    border-color: #00a29b;

}



.card-footer{

    border-width: 3.5px;

    border-color: #00a29b;

}



.card-body h5{ 

    display: flex;

    margin: auto;

    align-items: center;

    justify-content: center;

    color: #002942;

    font-size: 30px;

    font-weight:700;

}



.card-body p{

    display: flex;

    margin: auto;

    align-items: center;

    justify-content: center;

    color: #002942;

    font-family: 'arkibal_displayregular';

    font-size: 20px;

}



.card-footer a{

    color: #fff;

    font-size: 1em;

    background-color: #00365f;

    border-radius: 30px;

    padding: 0.5em 2em;

    text-decoration: none;

    justify-content: flex-end!important;

}



.card-footer a:hover{

    background-color: #00a29b;

}



.card-footer{

    display: flex;

    justify-content: center;

}





.btn-outline-success {

    --bs-btn-color: #9ebf30;

    --bs-btn-border-color: #9ebf30;

    --bs-btn-hover-color: #fff;

    --bs-btn-hover-bg: #9ebf30;

    --bs-btn-hover-border-color: #9ebf30;

    --bs-btn-focus-shadow-rgb: 25,135,84;

    --bs-btn-active-color: #fff;

    --bs-btn-active-bg: #9ebf30;

    --bs-btn-active-border-color: #9ebf30;

    --bs-btn-active-shadow: inset 0 3px 5pxrgba(0, 0, 0, 0.125);

    --bs-btn-disabled-color: #9ebf30;

    --bs-btn-disabled-bg: transparent;

    --bs-btn-disabled-border-color: #9ebf30;

    --bs-gradient: none;

}

@media only screen and (max-width: 560px) {

      .contact-form form {
        display: block;
      }
      .contact-form form label {
        margin-bottom: 0.5em;
      }
      .contact-form form input[type="text"],
      .contact-form form input[type="email"],
      .contact-form form textarea {
        width: 100%;
        margin-bottom: 1em;
      }
    .contenedor-dataclient label{
        max-width: 85%;

    }
    
    .contenedor-dataclient input{
        max-width: 15%;
    }
}

