@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap');
*{
    padding: 0px;
    margin: 0px;
}

body{
    font-family: 'Nunito', sans-serif;
}
.row {
    --bs-gutter-x: 0px;
}
.move-1{
    padding: 0px;
    margin: 0px;
}
p{
    font-family: 'Nunito', sans-serif;  
    font-weight: 400;
    line-height: 35px;
}
h3 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #AD36A9;
}
.logo{
    width: 35%;
    float: left;
}
ul{
    text-decoration: none;
    list-style: none;
}
.logo img{
    max-width: 60%;
    width: 100%;
    min-width: 90px;
    height: auto;
}
.navbar-light .navbar-nav .nav-link {
    color:#AD36A9;
    margin-right: 45px;
    letter-spacing: 0.2px;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 700;
    transition: 0.1s;
}
.navbar-light .navbar-nav .nav-link:hover {
    color:#D59AD2;
    font-weight: 900;
    transition: 0.2s;
}
.bg-light2{
    background-color: white;
}
.moradohead{
    background-color:#AD36A9 ;
}
.texto-header{
    color: white;
    font-family: 'Nunito', sans-serif;
    font-weight:600 ;
}
.link-phone{
    color: white;
    font-family: 'Nunito', sans-serif;
    font-weight:700 ;
}

.link-phone:hover{
    color: #494949;
    font-family: 'Nunito', sans-serif;
    font-weight:700 ;
}
.carousel-indicators {
    margin-bottom: 0px!important;
}

.carousel-indicators button {
    width: 8px!important;
    height: 8px!important;
    border-radius: 100%;
    background-color: #999!important;
}

.texto-evaluacion{
    background-color: #009999;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    color: #FFFFFF;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 30px;
    padding: 10px;
    margin: 5px 10px 5px 10px;
    text-decoration: none;
    transition: 0.5s;
}

.texto-evaluacion:hover {
    color: #FFFFFF;
    background-color: #494949;
    transform: 0.5s;
}

.texto-evaluacion p {
    margin-bottom: 0px;
}

.texto-titulos{
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: white;
}
.texto-descripcion{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: white;
    line-height: 45px;
}
.texto-servicios {
    background-color: #009999;
    border-radius: 10px;
    color: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.backmorado4text {
    font-size: 14px;
    background-color: #AD36A9;
    border-radius: 10px;
    padding: 9px;
    color: #FFFFFF;
}
.titulos-grises{
    color: #1E3138;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 20px;
    margin: 0px;
}
.titulos-morados{
    font-size: 32px;
    color: #AD36A9;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}
.titulo-h3 {
    margin: 0px;
    border-top: 4px solid #CC7FC7;
}
.borderbox{
    border: 4px solid #CC7FC7;
}
.shadowbox{
    box-shadow: inset 0px 0px 0px 0px rgb(0, 0, 0, 0.5), 4px 4px 4px 0px rgb(0, 0, 0, 0.5);
    border-radius: 5px;
}
#contacto .titutlos-azules {
    font-size: 42px;
}
.btn-contacto{
    background-color: #D59AD2;
    color: white;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    padding: 7px 20px 7px 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border: none;
    transition: 0.5s;
}
.btn-contacto:hover{
    background-color: #AD36A9;
    transition: 0.5s;
}
.titutlos-blancos{
    color: white;
    font-weight: 700;
}

/*formulario*/
.wpcf7-form {
    background-color: #D59AD2;
    border-radius: 25px;
    box-shadow: 4px 4px 4px 0px rgb(0 0 0 / 50%);
    padding: 1em;
    overflow: none !important;
}



.wpcf7-submit{
    background-color:#CC7FC7;
    color:white!important;
    border:none;
    height: 75px!important;
    border-radius: 10px;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: bolder;
    transition: 0.5s;
    }
    
.wpcf7-submit:hover{
    background-color:#D59AD2;
    transition: 0.5s;
    }
.wpcf7-submit p{
    text-align: center;
    }
.wpcf7-list-item-label{
    color: black;
    font-weight: normal;
}

.wpcf7-textarea{
    width: 100%;
    height: 130px;
    }
.wpcf7-form-control{
        width: 100%;
        height: 45px;
}
.wpcf7-form-control::placeholder {
    padding-left: 5px;
}
.wpcf7-textarea{
    width: 100%;
    height: 100px;
}
.wpcf7-select option:first-child {
    display: block;
    content: "Especialidades";
}

.text-form{
    color: white;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin: 0px;
}

h3 .text-form {
    font-size: 25px;
}



footer{
    background-color: #AD36A9;
    padding: 20px;
    color: white;
}
.link-mail{
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.link-mail:hover{
    color: #D59AD2;
    font-weight: 900;
    transition: 0.3s;
}
.link-phone2{
    color: white;
    font-family: 'Nunito', sans-serif;
    font-weight:700 ;
    font-size: 16px;
    text-decoration: none;
}

.link-phone2:hover{
    color: #D59AD2;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
}

.titulos-footer{
    font-weight: 700;
    font-size: 20px;
}
.text-justificado{
    text-align: justify;
}
.redes-sociales{
    color: white;
    font-size: 25px;
    margin: 4px;
    padding-top: 10px;
}
.redes-sociales:hover{
    color: #D59AD2;
    font-size: 25px;
}

.float{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 38px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.float:hover {
    text-decoration: none;
    color: #25d366;
    background-color:#fff;
}

.my-float{
    margin-top:12px;
}

/* Mover Recaptcha a la izquierda */
.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: -2px !important;
bottom: 20px !important;
}
.grecaptcha-badge:hover {
width: 256px !important;
}
@media (max-width: 600px) {
    .centrar-boton{
        text-align: center;
    }
    .texto-evaluacion{
        font-size: 15px;
    }
    .bg-servicios {
        background: none;
    }
    .bg-nosotros {
        background-position: 0 25%;
        background-size: 290px;
    }
    .float {
        right: 85px;
    }
    .bg-equipo .col-6 p {
        font-size: 14px;
        line-height: 25px;
    }
    .carousel-indicators {
        display: none;
    }
    .grecaptcha-badge {
        display: none;
    }
}

.barra-rosa {
	border-bottom: 22px solid #AD36A9;
}
