@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

:root {
    --color-title: #001A49;
}

body {
    font-family: 'Poppins', sans-serif !important;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.menu {
    flex: inherit;
}

.tamaño-slider {
    height: 450px !important;
}

.img-slider {
    filter: brightness(50%);
}

.carousel-caption {
    bottom: 8.55rem;
}

.color-menu {
     background-color: #EDC8C7 !important; 
}

.color-descrip-slider {
    color: #EDC8C7 !important;
}

.logo_mision {
    width: 100%;
}

.logo_vision {
    width: 70px;
}

.logo_conten {
    display: grid;
    align-content: center;
}

.cont_vision {
    background-color: #EDC8C7;
    padding-top: 1%;
}

.text_motiva {
    color: white;
    position: relative;
}

.checks {
    height: 1rem;
}

.servicios {
    padding-top: 2rem;
}

.card {
    width: 22rem;
}

.card-text {
    text-align: center;
}

.hand {
    color: #945462;
}

.hand:hover {
    color: white;
}

.servicios_iconos {
    text-align: center;
    background: #EDC8C7;
}

.servicios_proxi_iconos {
    text-align: center;
    background: #edc8c740;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn{
    background-color: #EDC8C7 !important;
    color: #945462 !important;
}


.text_header {
    text-align: center;
    font-weight: 400;
}

.text_header_proxi {
    padding: 42px;
}

i {
    font-style: normal;
}

.t-stroke {
    color: transparent;
    -moz-text-stroke-width: 2px;
    -webkit-text-stroke-width: 2px;
    -moz-text-stroke-color: #000000;
    -webkit-text-stroke-color: #ffffff;
}

h1 {
    font-size: 2.4rem !important;
}

.card {
    margin: 0px auto !important;
}

section {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.btn_servi {
    border-radius: inherit;
    text-transform: uppercase;
    margin: 37px auto 0;
    padding: 11px 53px 11px 52px;
    background-color: #EDC8C7;
    color: #945462;
    border-color: #EDC8C7 !important;
}

.caja_btn_servi {
    text-align: center;
}

.btn_servi:hover {
    background: #EDC8C7 !important;
    color: white !important;
}

ul {
    list-style: none !important;
    line-height: 2.5;
    padding-left: 10%;
}

.li_servi {
    position: relative;
}

.cont-check-servi {
    position: absolute;
}

.li_servi > i {
    color: black;
}
.cont-uni {
    padding-top: 1%;
    border: var(--bs-border-width) var(--bs-border-style) #EDC8C7 !important
}

.psic {
    background-color: #EDC8C7;
}

.checks_servi {
    width: 24px;
    margin-left: -24px !important;
    height: 1rem;
    margin: -0.8em;
    font-size: 0.8em;
}

.img_psic {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cont_img_psci {
    position: relative;
    background-image: url('../img/psicologa2.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.title_pisco {
    font-weight: 700;
    margin-top: 8rem;
}

.redes {
    text-align: left;
    display: inline-block;
    line-height: 0 !important;
    padding-left: 0 !important;
}

.redes>li {
    margin-top: 1rem;
    width: 40px !important;
    float: left;
    margin-right: 50px;
    padding: 0 25px;
    font-size: 36px;
}

nav {
    text-align: center;
}

.cont_redes {
    text-align: center;
    margin-top: 4rem;
}

.fa-facebook {
    color: #1877F2 !important;
}

.fa-instagram {
     background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fa-linkedin {
    color: #0077B5 !important;
}

.fa-whatsapp {
    color: #25d366;
}

.fa-tiktok{
    color: #111111;
    filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);
}

footer {
    background-color: #945462;
    color: white;
    padding: 10px 0;
}

.derechos {
    text-align: center;
    margin-top: 2rem;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.carousel-fade {
    margin-top: 4rem;
}

.show img {
    transition: translate(-50%, -50%) scale(1);
}


footer {
    font-weight: 100;
}

.fixed-top {
    z-index: 10 !important;
}

.form-control {
    border-radius: 0;
    background-color: #945462;
    color: #EDC8C7;
    border: var(--bs-border-width) solid #edc8c752 !important;
}

.form-control:focus {
    color: #ffffff !important;
    background-color: #945462 !important;
    border-color: #edc8c7 !important;
    box-shadow: 0 0 0 0.25rem rgb(148 84 98 / 55%) !important;
}

#emailHelp {
    color: rgba(255, 255, 255, 0.294);
}

.formulario {
    margin-top: 2rem;
}

.form-select {
    border-radius: 0;
    background-color: #945462;
    color: #EDC8C7;
    border: var(--bs-border-width) solid #edc8c752 !important;
}

.form-select:focus {
    color: #ffffff !important;
    background-color: #945462 !important;
    border-color: #edc8c7 !important;
    box-shadow: 0 0 0 0.25rem rgb(148 84 98 / 55%) !important;
}

option:disabled {
    color: #edc8c7 !important;
}

.btn-formulario {
    border-radius: 0;
}

.tm_logo {
    width: 100px;
    margin-bottom: 1rem
}

.posicion_checks {
    p {
        padding: 1rem;   
        border: var(--bs-border-width) var(--bs-border-style) #945462!important;
    }
}
.posicion_checks:hover{
    background-color: #edc8c7;
    color: #945462;
}

.options_responisve{
    margin-left: auto;
    margin-right: inherit !important;
}
.navbar-toggler{
    color: rgb(148 84 98);
}

.cont-par{
    text-align: justify;
    margin: 1rem;
}

.logo-msion{
    margin-top: 3rem;
}

.text-mision{
    position: absolute;
    margin-top: -334px;
    left: 32rem;
    padding: 3rem;
    background-color:  #edc8c7;
}

.cont-val{
    position: relative;
}

.text-vision{
    position: absolute;
    margin-top: -300px;
    left: 5rem;
    padding: 3rem;
    background-color: #edc8c7;
}

.cont-redes-late{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.redes-late a, .icon-mas2{
    display: block;
    color: white;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    transition: all 500ms ease;
}

.redes-late a{
    margin-bottom: -15px;
    opacity: 0;
    visibility: hidden;
}

#btn-mas:checked~ .redes-late a {
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}

.icon-mas2{
    cursor: pointer;
    background: #945462;
    color: white;
    font-size: 23px;
}


#btn-mas:checked~ .btn-mas .icon-mas2{
    transform: rotate(137deg);
    font-size: 25px;
}

.btn-wsp{
    background-color: #25d366;
}

.btn-face{
    background-color: #0077B5;
}

.btn-tik{
    background-color: black;
}

.btn-insta{
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.redes-late i {
    margin-left: 0;
    color: white !important;
    -webkit-text-fill-color: aliceblue;
}

#btn-mas{
    display: none;
}


.icon-wsp{
    margin-left: 14px;
}
.img_port1{
    height: 171%;
    object-fit: cover;
}
.img_port2{
    height: 171%;
    object-fit: cover;
}
.img_port3{
    height: 171%;
    object-fit: cover;
}
.proxi{
    position: absolute;
    background: #945462;
    padding: 1rem;
    color: white;
}
.icon_cuando{
    width: 30px;
}
.accordion-button:not(.collapsed){
    background-color: #edc8c7 !important;
}
.accordion-button:not(.collapsed){
    color: black !important;
}

.go-top-container{
    position: fixed;
    bottom: 4rem;
    left: 4rem;
    width: 1.6rem;
    height: 1.6rem;
    z-index: -1;
}

.go-top-button{
    width: 0rem;
    height: 0rem;
    border-radius: 50%;
    cursor: pointer;
    transition: .2s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.go-top-button > i {
    position: absolute;
    font-size: 2.7rem;
    top: 48%;
    transform: translate(-50%, -50%) scale(0);
    color: white;
    transition: .2s;
}

.show{
    z-index: 100;
}

.show .go-top-button{
    animation: popup .3s ease-in-out;
    width: 1.6rem;
    height: 1.6rem;
    z-index: 200;
    margin-top: 176%;
}

.show i {
    transform: translate(-50%, -50%) scale(1);
    color: #945462;
    border-radius: 50%;
    padding: 5%;
    border: 1px solid #edc8c7;
}

.card:hover{
    box-shadow: 0 2px 15px #00000026;
}

@keyframes popup{
    0%{
        width: 0rem;
        height: 0rem;
    }
    50%{
        height: 4rem;
        width: 4rem;
    }
    100%{
        width: 1.6rem;
        height: 1.6rem;
    }
}

#preloader{
    background: #945462 url('../img/preloader.gif') no-repeat center center;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
}

.cont_cap{
    display: grid;
    place-items: center;
}

.size_cap{
    font-size: 12px;
    background-color: #edc8c757;
    padding: 9px;
}

.mes{
    width: 80%;
    height: auto;
    margin-bottom: 3rem;
}

.esp_cap{
    line-height: 200%;
    padding: 0% 10%;
}
.cap_aut{
    margin-top: 7rem;
    text-align: end;
    opacity: 0.5;
    
}

.cont_mes{
    border: var(--bs-border-width) var(--bs-border-style) #945462!important;
    border-radius: 20px;
    
}
@media (max-width: 768px) {
    .servicio_tall {
        margin-top: 2rem;
    }

    .servicio_terap {
        margin-top: 2rem;
    }

    .cont_logo_quien {
        text-align: center;
        margin-bottom: 2rem;
    }
    .mes{
        width: 85%;
        height: auto;
        margin-bottom: 3rem;
    }

    .mb-5 {
        margin-bottom: 0rem !important;
    }
    
    .salud{
        margin-top: 2rem !important;
    }
    .text_motiva_con{
        background-color: white;
        display: flex;
    }
    .marge_tarjeta{
        margin-top: 2rem;
    }
    .img_psic{
        opacity: 0.2;
        width: 50%;
        position: relative;
        display: block;
        top: 0rem;
    }
    .title_pisco{
        margin-top: 3rem;
    }
    .cont_img_psci{
        position: relative;
        display:none !important;
    }
    .img_fondo{
        background-image: url('../img/psicologa_opacity.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
    .text-mision{
        position: initial;
        margin-top: 0px;
        left: 32rem;
        padding: 3rem;
    }
    .text-vision{
        position: initial;
        margin-top: 0px;
        left: 5rem;
        padding: 3rem;
    }
    section{
        margin-top: 0%;
    }
    .carousel-fade {
        margin-top: 4rem;
    }
    .carousel-caption{
        bottom: 11.55rem;
    }
}

@media (max-width: 1440px) {
    .margen_letras {
        margin-top: 8rem;
    }
    .cont_img_psci{
        background-size: 123%;
    }
}

@media (max-width: 2560px) {
    .margen_letras {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
}

@media (max-width: 425px) {
    .carousel-caption{
        bottom: 15.55rem;
    }
    .text-mision{
        padding: 1rem;
    }
    .text-vision{
        padding: 1rem;
    }
    #cont_salud_mental{
        padding: 0px;
        width: 100% !important;
    }
    section{
        margin-top: 0%;
    }
    .carousel-inner{
        height: 14rem;
    }
    .img_port2{
        width: 145% !important;
        height: 108%;
    }
    .img_port3{
        width: 100% !important;
        height: 50%;
    }
    .img_port1{
        height: 100%;
        width: auto !important;
        margin-left: -10rem;
    }
    .redes>li {
        width: 0px !important;
        margin-right: 18px;
    }
    .go-top-button > i{
        font-size: 1.7rem;
    }
    .mes{
        width: 100%;
    }
    .esp_cap{
        padding: 0% 2%;
    }
}
 @media (min-width: 360px) {
    header .logo {
        width: 35% !important;
        height: auto;
        float: left;
        margin-left: 1rem 
    }
}
@media (min-width: 200px) {
    header .logo {
        width: 35% !important;
        height: auto;
        float: left;
        margin-left: 1rem 
    }
}