:root {
    --primary: #40bfb4;
    --secondary: #80deea;
    --light: #F0F6FF;
    --dark: #262B47;
    --tree: #f0532d;
    --four: #db124b;
}

.gradiant-rojo{
    background: rgb(219,18,75);
    background: linear-gradient(97deg, rgba(219,18,75,1) 0%, rgba(240,83,45,1) 100%);
}

.gradiant-naranja{
    background: rgb(240,83,45);
    background: linear-gradient(137deg, rgba(240,83,45,1) 0%, rgba(240,138,45,1) 100%);
}

.gradiant-azul{
    background: rgb(64,191,180);
    background: linear-gradient(47deg, rgba(64,191,180,1) 0%, rgba(64,174,191,1) 100%);
}

body {
    font-family: 'Montserrat', sans-serif;
}



a:link {
    text-decoration: none;
}

i{
font-size: 25px ;
color: white;
}

h1{
font-size: 50px;
font-weight: 400;
letter-spacing: normal;
}

h2 {
    font-size: 47px;
    font-weight: 700;
}

h3{
    font-size: 40px;
    font-weight: 400;
    letter-spacing: normal;
    }

h4{
    font-size: 28px;
    font-weight: 700;
}    

.row h3{
font-size: 35px;
}

.row p{
color: white;
}

b{
font-weight: 700;
}

span{
font-size: 19px;
color: #707070;
}

.card-body span{
font-size: 15px;
}

.card-body h3{
font-size: 19px;
}


.listas{
padding-left: 20px;
}

.gradiant {
    background: rgb(219, 18, 75);
    background: linear-gradient(170deg, #db134b 0%, #f0532d 100%);
    color: white;
    padding: 3%;
    padding-top: 10%;
}

@media screen and (max-width: 600px) {
    .esconder {
        width: 320px;
        
    }
}

.texto-principal {
    font-weight: 800;
    padding-top: 6%;
    text-align: center;
    background: rgb(219,18,75);
    background: linear-gradient(97deg, rgba(219,18,75,1) 40%, rgba(240,83,45,1) 60%);  
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.texto-principal i{
font-size: 60px;
}




.texto-secundario h3{
    text-align: center;
    color: #262B47;
    font-weight: 700;
    font-size: 35px;
    }

    .texto-secundario h4{
        padding-left: auto;
        padding-right: auto;
        text-align: center;
        color: #262B47;
        font-weight: 500;
        font-size: 25px;
        }


        strong {
            position: relative;
          }
          strong::after {
            content: "";
            position: absolute;
            bottom: -0.125rem;
            left: -0.5rem;
            right: -0.5rem;
            height: 0.75rem;
            z-index: -1;
            background-image: url("../svg/underline.svg");
            background-repeat: no-repeat;
            background-size: cover;
          }
          
          p > strong {
            font-weight: 400;
          }
          p > strong::after {
            bottom: -0.2rem;
            height: 0.5rem;
            left: -0.25rem;
            right: -0.25rem;
          }
        



          .texto-tres h3{
            padding: 5%;
            padding-left: 10%;
            padding-right: 10%;
            text-align: center;
            color: #262B47;
            font-weight: 500;
            font-size: 26px;
            }
        
            .texto-tres h4{
                padding-left: auto;
                padding-right: auto;
                text-align: center;
                color: #262B47;
                font-weight: 500;
                font-size: 25px;
                }
        
        


/* Botón Agendemos una cita*/

.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
  }


.btn-3 {
    background: #db124b;
  background: linear-gradient(97deg, #db124b 0%, #f0532d 100%);
    width: auto;
    height: auto;
    line-height: 42px;
    padding: 0;
    border: none;
    
  }
  .btn-3 span {
    font-family: 'Montserrat', sans-serif;
    padding: 5px;
    font-size: 25px;
    color: white;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 400;
  }
  .btn-3:before,
  .btn-3:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
     background: #db124b;
    transition: all 0.9s ease;
  }
  .btn-3:before {
    height: 0%;
    width: 2px;
  }
  .btn-3:after {
    width: 0%;
    height: 2px;
  }
  .btn-3:hover{
     background: transparent;
    box-shadow: none;
  }
  .btn-3:hover:before {
    height: 100%;
  }
  .btn-3:hover:after {
    width: 100%;
  }
  .btn-3 span:hover{
     color: #db124b;
  }
  .btn-3 span:before,
  .btn-3 span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
     background: #db124b;
    transition: all 0.9s ease;
  }
  .btn-3 span:before {
    width: 2px;
    height: 0%;
  }
  .btn-3 span:after {
    width: 0%;
    height: 2px;
  }
  .btn-3 span:hover:before {
    height: 100%;
  }
  .btn-3 span:hover:after {
    width: 100%;
  }                

          
/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary-gradient,
.btn.btn-secondary-gradient {
    position: relative;
    overflow: hidden;
    border: none;
    color: #FFFFFF;
    z-index: 1;
}

.btn.btn-primary-gradient::after,
.btn.btn-secondary-gradient::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    z-index: -1;
    opacity: 0;
}

.btn.btn-primary-gradient,
.btn.btn-secondary-gradient::after {
    background: linear-gradient(to bottom right, var(--tree), var(--four));
}

.btn.btn-secondary-gradient,
.btn.btn-primary-gradient::after {
    background: linear-gradient(to bottom right, var(--four), var(--tree));
}

.btn.btn-primary-gradient:hover::after,
.btn.btn-secondary-gradient:hover::after {
    opacity: 1;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    border: none;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 45px 0;
    font-family: 'Montserrat', sans-serif;   
     font-size: 18px;
    font-weight: 500;
    color: var(--light) !important;
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid;
    border-color: var(--light) transparent transparent transparent;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover::before,
.navbar-light .navbar-nav .nav-link.active::before {
    top: 0;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-nav .nav-link::before {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: var(--primary) !important;
    }

    .navbar-light .navbar-brand h1 {
        background: linear-gradient(to bottom right, var(--primary), var(--secondary));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .sticky-top.navbar-light .navbar-nav .nav-link::before {
        border-top-color: var(--primary);
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        background: linear-gradient(to bottom right, var(--primary), var(--secondary));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}


/*** Texto gradiant ***/
.text-primary-gradient {
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-secondary-gradient {
    background: linear-gradient(to bottom right, var(--secondary), var(--primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-primary-gradient {
    background: linear-gradient(to bottom right, var(--tree), var(--four));
}

.bg-secondary-gradient {
    background: linear-gradient(to bottom right, var(--tree), var(--four));
}


/* Botón flotante */
:root{
    --primaryColor: #40bfb4;
    --colorHover: #db124b;
    --sizeButton: 60px;
    --sizeIcons: 25px;
    --widthContent: 250px;
    --heightContent: 130px;
}

.menu-content{
    width: var(--widthContent);
    height: var(--heightContent);
    position: fixed;
    bottom: 10px;
    right: -230px;
    transform: translateX(-50%);
}

.menu-item{
    width: var(--sizeButton);
    height: var(--sizeButton);
    background: var(--primaryColor);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 70px;
    transition: transform 300ms;
}

.menu-item:hover{
    background: linear-gradient(#db124b, #f0532d);
    transition: 0.6s; 
}

.menu-item img{
    width: var(--sizeIcons);
    transition: transform 300ms;
}

#menu{
    z-index: 10;
}

/* Rotación
.menu-active #menu img{
    transform: rotate(45deg);
}
*/
.menu-active .menu-item:nth-child(2){
    transform: translateX(-100px);
}

.menu-active .menu-item:nth-child(3){
    transform: translateY(-100px);
}

.menu-active .menu-item:nth-child(4){
    transform: translateX(-70px) translateY(-70px); 
}

.main-content{
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content h1{
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 3em;
}



/* Boton Flotante Responsivo */
.menu-content2{
    width: var(--widthContent);
    height: var(--heightContent);
    position: fixed;
    bottom: 10px;
    right:0px;
    transform: translateX(42%);
    z-index: 1;
}

.menu-item2{
    width: var(--sizeButton);
    height: var(--sizeButton);
    background: var(--primaryColor);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 70px;
    transition: transform 300ms;
}

.menu-item2:hover{
    background: linear-gradient(#db124b, #f0532d);
    transition: 0.6s;
    
}

.menu-item2 img{
    width: var(--sizeIcons);
    transition: transform 300ms;
}

#menu2{
    z-index: 10;
}



.menu-active2 .menu-item2:nth-child(2){
    transform: translateX(-100px);
}

.menu-active2 .menu-item2:nth-child(3){
    transform: translateY(-100px);
}

.menu-active2 .menu-item2:nth-child(4){
    transform: translateX(-70px) translateY(-70px);
    
}


.menu-content2{
    display: none;
}
@media screen and (max-width:500px){
    .menu-content2{
        display: flex;
    }
} 


@media screen and (max-width: 600px) {
    .menu-content{
    display:none;
    }
    }



    @media screen and (max-width: 600px) {
        .respon-img{
        width: 100%;
        }
        }
    


 /*  Cards   */   

 .card {
    border: 1px solid var(--color-three);
    margin-bottom: 20px;
    transition: border 0.1s, transform 0.3s;
}

.card:hover {
    border: 1px solid var(--color-two);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    cursor: pointer;
}

.card .card-body h2 {
    color: var(--color-two);
}

.card img:hover {
  opacity: 0.6;
}

.card-p {
    color: var(--color-three);
}

.card-p i {
    color: var(--color-two);
    margin-right: 8px;
}



/*** Footer ***/

.container-all {
    max-width: 1000px;
    margin: auto;

}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.bg-grey{
background-color: #eeeeee;
}