@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
:root {
    --blue: #2C5288;
    --green: #18D77F;
    --lightblue:#00ADB8;
  }

  /* modal politicas */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    border: 0; 
}

.embed-responsive-1by1{
    padding-top: 60%;
}

.container-perfil{
    background: #f4f2f2a8;
    border-radius: 10px;
}

.back-terminos {
    background-color: #E5E5E5 !important;
    font-family: "Arson Pro";
}

/* Landing */
.color-blue{
    color: var(--blue) !important;
}
.bg-banner{
    background-size: cover;
    background-position: 0 25%;
}
.a-card{
    text-decoration: none;
}
.bg-card-90{
    background: rgba(255, 255, 255, 0.8);
}

.border-blue{
    border: 1px solid var(--blue) !important;
    border-radius: 50px;
}
.input-search{
    border: none;
}

/* Nuevas vacantes */
.border-vacante{
    border: 1px solid var(--green) !important;
}
.logo-company{
    width: 50px;
    height: 50px;
    background: #D9D9D9;
}

/* quienes somos */
.img-somos{
    width: 80px;
    height: 80px;
}
/* presencia */
.bg-presencia{
    background: linear-gradient(274.04deg, #06ADD9 50.99%, #18D77F 99.46%);
}
.text-presencia{
    font-size:3.5rem;
}
.ul-presencia{
    list-style: none;
}
.list-company{
    width: 8rem;
}

/* footer */
.bg-footer{
    background: var(--blue);
}
.t-footer{
    font-size: 0.8rem;
}
.w-flag{
    width: 25px;
}

/* Busqueda */
.bg-title{
    background: rgba(24, 215, 127, 0.2);
    /* border-radius: 10px; */
    
}
.bg-grey{
    background: #D9D9D9;
}
.carousel-control-prev,
.carousel-control-next {
    font-size: 40px;
    color:blue !important;
}
.share-button {
	float: right;
	
  }

  .dropdown {
	position: relative;
	display: inline-block;
  }
  
  .dropdown-content {
	display: none;
	position: absolute;
	right: 0;
	min-width: flex;
	z-index: 1;
  }
  
  .dropdown-content a {
	
	text-decoration: none;
	display: block;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1;}
  
  .dropdown:hover .dropdown-content {
	display: block;
	background-color: #f1f1f1;
  }
  .w-iconredes{
	width: 15%;
}
