*{
    margin: 0;
    padding: 0;
    font-family: 'arkibal_displayregular';
    font-size: 16px;
}

/* ----------------------BOTON FLOTANTE REDES----------------------*/

.btn-wsp{
    position: fixed;
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    bottom: 30px !important;
    right: 30px;
    background: #84d2c9;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    z-index: 1;
}

.btn-wsp i{
    font-size: 30px;
    color: #fff;
}

#rotar{
    -moz-transition: all 0.35s ease-out !important;
    -ms-transition: all 0.35s ease-out !important;
    -o-transition: all 0.35s ease-out !important;
    -webkit-transition: all 0.35s ease-out !important;
}

#rotar:hover{
    -moz-transform: rotate(360deg) !important;
    -ms-transform: rotate(360deg) !important;
    -o-transform: rotate(360deg) !important;
    -webkit-transform: rotate(360deg) !important;
}


/* ----------------------BOTON FLOTANTE REDES----------------------*/



/* ----------------------NAVBAR----------------------*/

.navbar-nav a{

    margin: auto 20px auto auto !important;

}

.btn-navbar {
    color: #fff !important;
    font-size: 1rem;
    text-decoration: none;
    padding: 0.6em 1.2em;
    background: #00a29b;
    border: 2px solid;
    border-color: #00a29b;
    position: relative;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 40%);
}

.btn-navbar:hover,
.btn-navbar:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  -webkit-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
}


.navbar-brand img{
    width: 65%;
}


.nav{
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

.button-dropdown{
	border: none;
	background: none;
}

/* ----------------------NAVBAR----------------------*/

/* ----------------------IMAGENES CAROUSEL----------------------*/

.contendor-img-carousel-marzo{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: auto;
    border-radius: 30px;
}

.contendor-img-carousel-marzo img{
    width: 100%;
    height: 100%;
}


.contendor-img-carousel-marzo h1{
    font-family: 'arkibal_displayheavy';
    color: #0c6b23;
    position: absolute;
    top: 21%;
    left: 25.5%;
    transform: translate(-50%, -50%);
}

.contendor-img-carousel-marzo h2{
    font-family: 'arkibal_displayheavy';
    color: #fff;
    position: absolute;
    text-align: center;
    top: 68%;
    left: 14%;
    transform: translate(-50%, -50%);
}

.contendor-img-carousel-marzo h4{
    font-family: 'arkibal_display_ltlight';
    font-weight: 700;
    color: #0c6b23;
    position: absolute;
    top: 68%;
    left: 30%;
    transform: translate(-50%, -50%);
}

.contendor-img-carousel-marzo p{
    font-size: 1.5rem;
    color: #0c6b23;
    position: absolute;
    top: 36%;
    left: 22%;
    transform: translate(-50%, -50%);
}


.contendor-img-carousel{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: auto;
    border-radius: 30px;
}

.contendor-img-carousel img{
    width: 100%;
    height: 100%;
}

.contendor-img-carousel h1{
    font-family: 'arkibal_display_ltlight';
    font-weight: 900 !important;
    font-size: 2em;
    color: #00365f;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contendor-img-carousel p{
    font-size: 1.25rem;
    color: #00365f;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    text-align: center;
}


.contendor-img-carousel-2{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: auto;
    border-radius: 30px;
}

.contendor-img-carousel-2 img{
    width: 100%;
    height: 100%;
}

.contendor-img-carousel-2 h1{
    font-family: 'arkibal_display_ltlight';
    font-weight: 900 !important;
    color: #47cba5;
    position: absolute;
    top: 50%;
    left: 34%;
    transform: translate(-50%, -50%);
}

.contendor-img-carousel-2 p{
    font-family: 'arkibal_display_ltlight';
    font-weight: 900 !important;
    color: #00634B;
    position: absolute;
    top: 35%;
    left: 61%;
    transform: translate(-50%, -50%);
}

.boton-banner{
        font-size: 1em;
        background-color: #e0b2ff;
        border-radius: 30px;
        padding: 0.5em 2em;
        text-decoration: none;
        justify-content: flex-end!important;
}

/* ----------------------IMAGENES CAROUSEL----------------------*/

/* ----------------------BOTONES MENU----------------------*/

.nav-item2{
    width: 9em;
    margin-left: 1.25rem !important;
    margin-top: 2.19rem !important;
    background: none;
}

.raise:hover,
.raise:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  -webkit-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
}

.raise {
    --color: #fff;
    --hover: #6d6d6d;
  }

.nav-item2 a{
    text-align: center;
    background: none;
}

.nav-link:hover, .nav-link:focus {
    color: var(--color)!important;

}

.nav-link {
    color: var(--color);
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.nav-pills .nav-link, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #00365b !important;
    box-shadow: 0px 4px 4px rgb(0 0 0 /40%);
}

/* ----------------------BOTONES MENU----------------------*/

/* ----------------------DESTACADOS----------------------*/

.container{
    margin-top: 4em !important;
    margin-bottom: 8em !important;
}

.titulos-destacados{
    margin-bottom: 1em;
}

.titulos-destacados h2{
    background: -webkit-linear-gradient(360deg, rgba(0,55,98,1) 25%, rgba(0,204,160,1) 100%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    font-family: 'arkibal_displayheavy';
}

.negritas-titulo{
    font-family: 'arkibal_displayregular';
}

.titulos-destacados p{
    background: -webkit-linear-gradient(360deg, rgba(0,55,98,1) 25%, rgba(0,204,160,1) 100%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    font-size: 20px;
   
    margin-bottom: 50px;

}

.span{
    margin-bottom: 0.31em !important;
}

.row{
    display: flex;
    justify-content: center;
    margin-left: 0.625em !important;
    margin-right: 0.625em !important;
}

.bg-card{
    box-shadow: 0px 6px 6px rgb(0 0 0 /30%);
    border-radius: 30px!important;
    background-color: #ecf0f68b !important;
}

.card-body hr{
    border-width: 0.1px !important;
    margin-bottom: 5px!important;
    margin-top: 5px!important;
}

.card p{
    font-family: 'arkibal_display_ltlight';
    font-size: 16px;
    font-weight:900;
}

.card p i{
    color: #04998d;
    font-size: 1.56em;
    margin-right: 0.31rem !important;
}

.card-text{
    text-align: justify;
}

.card a i{
    color: #04998d;
    font-size: 0.94em;
    margin-right: 0.31rem !important;
}

.card h3{
    color: #00a29b; 
    font-family: 'arkibal_displayheavy';
}

.card-title{
	font-size: 1.5em !important;
	font-weight: bold !important;
	font-family: 'arkibal_displayregular' !important;
}

.card .botones{
    color: #fff;
    font-size: 1em;
    background-color: #00365f;
    border-radius: 30px;
    padding: 0.5em 2em;
    text-decoration: none;
    justify-content: flex-end!important;
}

.card .botones:hover{
    background-color: #88c9bf;
}

.infor-factibilidad {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    margin-top: 30px;
}   
 

.infor-factibilidad p{
    font-size: 0.9em;
    font-family: 'arkibal_display_ltlight';
    font-weight: 900;
    color: darkgrey;
    display: inline-block;
    margin: 0!important;
    text-transform: uppercase;
    text-align: justify;
}

.infor-factibilidad i{
    color: #00a29b;
    font-size: 1.9em;
    display: inline-block;

}

/* ----------------------DESTACADOS----------------------*/


/*--------------------- CARDS PRESENTACION BLOGS ------------------------*/

.card-titulos{
	font-size: 1.3em !important;
	font-family: 'arkibal_displayregular' !important;
	font-weight: 100 !important;
}

.card-blogs{
    background: none !important;
    border: none !important;
    width: 18rem !important; 
    padding: 0 !important;
    border: none !important;
    box-shadow: 6px 6px 6px rgb(0 0 0 / 40%);
    border-radius: 30px !important;
}

.card-blogs img{
    border-radius: 30px !important;
}

.card-blogs a{
    text-decoration: none;
    color: #00365f;
}

/*--------------------- CARDS PRESENTACION BLOGS ------------------------*/



 /* ------------------ FOOTER -------------------- */ 

 .logo-footer{
    width: 10% !important;
}

.empresa p{
    color: #00634B;
    font-size: 0.9em !important;
    text-align: justify;
}

 .neutralidad{
    background: none;
    border: none;
    color: #00634B;
    font-size: 0.9em;
    margin-top: 1em;
    text-align: left;
}

.neutralidad:hover{
    color: #fff !important;
}

iframe{
    width: 100%;
    height: 100%;
}

.modal-footer-body{
    height: 500px;
}

.quienes-somos p,
.quienes-somos a{
    text-decoration: none;
    color: #00634b !important;
    font-size: 0.9rem !important;
    margin-top: 1em;
    text-align: left;
}



.quienes-somos h7{
    color: #00634b !important;
    font-family: 'arkibal_displayheavy';
}


.quienes-somos a:hover{
    color: #fff !important;
}

.iconos-footer a i{
    font-size: 2em;
    color: #00a29b;
    text-decoration: none;
}
.iconos-footer a{
    color: #00a29b;
    text-decoration: none;
}

.margen-regulaciones{
    margin-bottom: 20px !important;
}

.somos-empresa{
    text-align: center !important;
    width: 50% !important;
}

.somos-empresa p{
    color: #000;
    font-family: 'arkibal_display_ltlight';
    font-weight: bold;

}


 /* ------------------ FOOTER -------------------- */ 


/* ----------------------RESPONSIVE----------------------*/


/* `sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 576px) { 

    .contenedor{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        width: 50%;
        grid-template-areas: "widget-1 widget-2"
                             "widget-3 widget-3"
                             "widget-4 widget-5"
                             "widget-4 widget-6";
    }

    .contenedor > a{

        padding: 50px;

    }

    .somos-empresa{
        width: 100% !important;
    }


    .contendor-img-carousel-2 h1{
        font-family: 'arkibal_display_ltlight';
        font-size: 1em;
        font-weight: 900 !important;
        color: #47cba5;
        position: absolute;
        top: 50%;
        left: 35%;
        transform: translate(-50%, -50%);
    }
    
    .contendor-img-carousel-2 p{
        font-family: 'arkibal_display_ltlight';
        font-size: 0.5em;
        font-weight: 900 !important;
        color: #00634B;
        position: absolute;
        top: 35%;
        left: 62%;
        transform: translate(-50%, -50%);
    }
    
    .boton-banner{
            background-color: #e0b2ff;
            border-radius: 30px;
            padding: 0.1em 0.5em;
            text-decoration: none;
            justify-content: flex-end!important;
    }

    .contendor-img-carousel-marzo h1{
        font-family: 'arkibal_displayheavy';
        font-size: 0.5em !important;
        color: #0c6b23;
        position: absolute;
        top: 10% !important;
        left: 18% !important;
        transform: translate(-50%, -50%);
    }
    
    .contendor-img-carousel-marzo h2{
        font-family: 'arkibal_displayheavy';
        font-size: 0.5em !important;
        color: #fff;
        position: absolute;
        text-align: center;
        top: 68% !important;
        left: 14% !important;
        transform: translate(-50%, -50%);
    }
    
    .contendor-img-carousel-marzo h4{
        font-family: 'arkibal_display_ltlight';
        font-size: 0.5em !important;
        font-weight: 700;
        color: #0c6b23;
        position: absolute;
        top: 68% !important;
        left: 30% !important;
        transform: translate(-50%, -50%);
    }
    
    .contendor-img-carousel-marzo p{
        font-size: 0.5rem !important;
        color: #0c6b23;
        position: absolute;
        top: 25% !important;
        left: 23% !important;
        transform: translate(-50%, -50%);
    }
    
    .navbar-brand img{
        width: 100%;
        max-width: 150px !important;
    } 
 }


/* `md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) { 

    .contenedor{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        width: 50%;
        grid-template-areas: "widget-1 widget-2"
                             "widget-3 widget-3"
                             "widget-4 widget-5"
                             "widget-4 widget-6";
    }

    .contenedor > a{

        padding: 50px;

    }

    .somos-empresa{
        width: 100% !important;
    }

    .logo-footer{
        width: 25%!important;
    }
    
    .contendor-img-carousel p{
        font-size: 0.45rem!important;
        color: #00365f;
        position: absolute;
        top: 50%;
        left: 57%;
        transform: translate(-50%, -50%);
    }
    .contendor-img-carousel h1{
        font-family: 'arkibal_display_ltlight';
        font-weight: 900 !important;
        font-size: 0.7em !important;
        color: #00365f;
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate(-50%, -50%);
    }



 }

/* `lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 992px) { 

    .contenedor > a{

        padding: 50px;

    }

    .contendor-img-carousel p{
        font-size: 0.9rem ;
        color: #00365f;
        position: absolute;
        top: 50%;
        left: 57%;
        transform: translate(-50%, -50%);
    }
    
        .contendor-img-carousel h1{
        font-family: 'arkibal_display_ltlight';
        font-weight: 900 !important;
        font-size: 1.8em;
        color: #00365f;
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .contendor-img-carousel-marzo h1{
        font-family: 'arkibal_displayheavy';
        font-size: 1em;
        color: #0c6b23;
        position: absolute;
        top: 10%;
        left: 17%;
        transform: translate(-50%, -50%);
    }
    
    .contendor-img-carousel-marzo h2{
        font-family: 'arkibal_displayheavy';
        font-size: 1em;
        color: #fff;
        position: absolute;
        text-align: center;
        top: 68%;
        left: 14%;
        transform: translate(-50%, -50%);
    }
    
    .contendor-img-carousel-marzo h4{
        font-family: 'arkibal_display_ltlight';
        font-size: 1em;
        font-weight: 700;
        color: #0c6b23;
        position: absolute;
        top: 68%;
        left: 30%;
        transform: translate(-50%, -50%);
    }
    
    .contendor-img-carousel-marzo p{
        font-size: 1em;
        color: #0c6b23;
        position: absolute;
        top: 25%;
        left: 21%;
        transform: translate(-50%, -50%);
    }


 }

/* `xl` applies to large devices (desktops, less than 1200px)*/
@media (min-width: 1200px) { 

    .contenedor > a{

        padding: 50px;

    }
    .infor-factibilidad {
        width: 45%;
    } 
 }
