
@import url('https://fonts.googleapis.com/css2?family=Rubik+Dirt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* menu de navegacion */
.menu{
    line-height: 60px;
    z-index: 1000;
    
    /* background-color: rgb(46, 46, 46); */
   /* border-bottom: solid .5px #e5ebd2; */
}

.navbar {
    background-color: rgba(0, 0, 0, 0.6); /* Fondo negro con 60% de opacidad */
    
}

.menu .nav-item a{
    font-size: 1.2rem;
    color: aliceblue;
}

.menu .nav-item a:hover{
    color:#4a761a ;
}

.menu .nav-item .active{
    color: #4a761a ;
}

.menu .nav-item:hover{
    border-bottom: solid 3.5px #4a761a;
}


/* Slider */
.carousel-caption{
    z-index: 1000;
    color: #fff;
}

.carousel-caption .titulo_slide{
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 200;
    font-size: 2.7rem;
}

.carousel-caption .texto_slide{
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1rem;
}

/* Nuestros servicios */
.servicios .subtitulo{
    font-size: 2.5em;
    font-family: "Rubik Dirt", system-ui;
    font-weight: 400;
    font-style: normal;
}

.servicios .titulo{
    color: #404866;
}

.service-item{
    transition: box-shadow 0.3s ease; /* Transición suave para la sombra */
}

.service-item:hover{
    border: solid 1px #e5ebd2 ;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Sombra con desplazamiento y difuminado */
}

.service-item a{
    
    text-decoration: none;
}

/* Banner */
.bg-breadcrumb{
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../image/banner.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

/* Ofertas */
.ofertas .subtitulo{
    font-size: 2.5em;
    font-family: "Rubik Dirt", system-ui;
    font-weight: 400;
    font-style: normal;
}

.ofertas .titulo{
    color: #404866;
}

.ofertas .nav .accordion-link{
    background-color: #4a761a;
    color:white
}

.ofertas .nav a{
    text-decoration: none;
}

.ofertas .nav .accordion-link small{
   font-size: 0.7em;
}

/*Profile card 4*/
.profile{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color:  #404866;
    
}

.profile p{
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    color: #fff;
}

.profile-card-4 .card-img-block {
    float: left;
    width: 100%;
    height: 150px;
    overflow: hidden;
 }
 
 .profile-card-4 .card-body {
    position: relative;
 }
 
 .profile-card-4 .profile {
    border-radius: 50%;
    position: absolute;
    top: -62px;
    left: 50%;
    width: 100px;
    border: 3px solid rgba(255, 255, 255, 1);
    margin-left: -50px;
 }
 
 .profile-card-4 .card-img-block {
    position: relative;
 }
 
 .profile-card-4 .card-img-block > .info-box {
    position: absolute;
    background: rgba(15, 15, 15, 0.6);
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    opacity: 0;
 }
 
 .profile-card-4 .card-img-block:hover > .info-box {
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
 }
 
 .profile-card-4 h5 {
    font-weight: 600;
    color: #4a761a;
 }
 
 .profile-card-4 .card-text {
    font-weight: 300;
    font-size: 15px;
 }
 
 .profile-card-4 .icon-block {
    float: left;
    width: 100%;
 }
 
 .profile-card-4 .icon-block a {
    text-decoration: none;
 }
 
 .profile-card-4 i {
    display: inline-block;
    font-size: 16px;
    color: #4a761a;
    text-align: center;
    /* border: 1px solid #181718; */
    /* width: 20px;
    height: 20px;
    line-height: 15px;
    border-radius: 50%; */
    margin: 0 5px;
 }
 
 .profile-card-4 i:hover {
    background-color: #d90be1;
    color: #fff;
 }

 .opciones-plan-1 li{
    list-style: none;
 }

/* Section aplication web */




/* Preguntas frecuentes */
.questions .subtitulo{
    font-size: 2.5em;
    font-family: "Rubik Dirt", system-ui;
    font-weight: 400;
    font-style: normal;
}

.questions .titulo{
    color: #404866;
}

.questions .accordion-header{
    background-color: #4a761a !important;
}

/* Footer */
.footer{
    background-color: #404866;
}

.copyright{
    background-color:#404866;
    
}

/* Estilo básico del botón */
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; /* Oculto por defecto */
    width: 50px;
    height: 50px;
    background-color: #4a761a;
    color: white;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000; /* Asegura que esté por encima del contenido */
    transition: opacity 0.3s ease-in-out;
}

/* Mostrar el botón cuando se desplaza */
#back-to-top.show {
    display: block;
    opacity: 1;
}

.menu-end li{
    list-style: none;
}

.menu-end li a{
    text-decoration: none;
    color: #e5ebd2;
}

.menu-end li a:hover{
    color: #4a761a;
}

.copyright .design{
    color: #e5ebd2 !important;
}

.copyright .design a{
    color: #4a761a !important;
    text-decoration: none;
}

/* Servicios web */

.pagina-web .price{
    width: 170px;
    height: 170px;
    background-color: #404866;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 2.5em;
    font-family: "Rubik Dirt", system-ui;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagina-web li{
    list-style: none;
    
}

.pagina-web li i{
    color: #4a761a;
    font-weight: bold;
}