@import url('https://fonts.googleapis.com/css2?family=Inter:slnt,wght@-10..0,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --blanco: #fff;
  --negro: #000;
  --naranja: #ea9027;
  --azulbg: #f1f8f9;
  --verde01: #015f6b;
  --verde02: #309497;
  --verde03: #368e83;
  --verde04: #61a67b;
  --verde05: #85ac57;
  --rojo: #b61e3f;
  --azul: #1f334d;
  --azulb1: #e0f5f7;
  --azulb2: #d8ebef;
  --crema: #f6f6d3;
  --bic: linear-gradient(180deg, rgba(224,245,247,1) 58%, rgba(255,255,255,1) 50%);
}

.bg-w{
  background-color: var(--blanco);
}

.bg-01{
  background-color: var(--verde01);
}

.bg-02{
  background-color: var(--verde02);
}

.bg-03{
  background-color: var(--verde03);
}

.bg-04{
  background-color: var(--verde04);
}

.bg-05{
  background-color: var(--verde05);
}

.bg-a{
  background-color: var(--azul);
}

.bg-ab{
  background-color: var(--azulbg);
}

.bg-ab1{
  background-color: var(--azulb1);
}
.bg-ab2{
  background-color: var(--azulb1);
}

.txt-a{
  color: var(--azul);
}
.txt-w{
  color: var(--blanco);
}
.txt-n{
  color: var(--naranja);
}

.container-sli {
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
}

.container-xl{
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
}

a {
  cursor: pointer;
}

p,h4,
.raleway-400 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,

.raleway-600 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

h2{
  font-size: 40px;
  line-height: 48px;
}

h4{
  font-size: 24px;
  line-height: 36px;
}
h5,
h6,
.inter-500 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
  "slnt" 0;
}

b span {}

b {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
}

p {
  text-decoration: none;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0em;
}

::selection {
  background-color: var(--azul);
  color: var(--crema);
}

::-ms-selection {
  background-color: var(--azul);
  color: var(--crema);
}

.intro{
  font-size: calc(20px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
}

h1{}
h2{}
h3{}
h4{}
h5{}
h6{
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

* {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.br-20{
  border-radius: 20px;
}

.px-10{
  padding: 0 50px ;
}

.pbc-5{
  padding-bottom: 150px;
}

.py-c5{
  padding-top: 75px;
  padding-bottom: 75px;
  
}
.px-c5{
  padding-left: 75px;
  padding-right: 75px;
}

.modhbox{
  height: 100%;
  padding: 25% 18% 5%;
}

body {
  font-size: calc(18px + (18 - 16) * ((100vw - 300px) / (1920 - 300)));
  color: var(--azul);
}

section {
  width: 100%;
  padding: 70px 0;
  backdrop-filter: blur(10px);
}

.plus-size {
  width: calc(320px + (1640 - 320) * ((100vw - 320px) / (1920 - 320)));
  margin: 0 auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Menu*/

.bg-dark {
    background-color: var(--blanco) !important;
}

.navbar-collapse {
    justify-content: end;
}

/* Botones */
.btn-bgw{
  background-color: var(--blanco);
}
.btn-bgc{
  background-color: var(--crema);
}

.btn-bga{
  background-color: var(--azulb2);
  color: var(--azul)!important;
}

.btn-bga i{
  color: var(--azul)!important;
}

.btn-cont {
  display: inline-flex;
  padding: 12px 24px 10px;
  border-radius: 100px;
  height: 55px;
  width: 162px;
}

.btn-cont-2 {
  display: inline-flex;
  padding: 12px 24px 10px;
  border-radius: 100px;
  height: 55px;
  width: 182px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.btn-cont-c {
  background-color: var(--crema);
  display: inline-flex;
  padding: 12px 24px 10px;
  border-radius: 100px;
  height: 55px;
  width: 162px;
}

.btn-cont:hover i {
  left: 80px;
}

.btn-cont:hover p {
  left: 0px;
}

.btn-cont-2:hover i {
  left: 105px;
}

.btn-cont-2:hover p {
  left: 0px;
}

.btn-wbg {
  background-color: var(--blanco);
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-wbg i {
  color: var(--naranja);
  font-size: 32px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0px;
}

.btn-wbg p {
  color: var(--azul);
  text-decoration: none;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0em;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 90px;
  left: 42px;
}

/* slidr home */

.slidbox-l {
  background: var(--verde01);
  color: var(--blanco);
  border-radius: 20px;
  padding: 60px 132px 220px;
}

.slimod {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.slitit {
  font-size: 60px;
  line-height: 68px;
}

.slipar {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 50px;
}

.slidbox-r {
  background: var(--verde02);
  background-image: url("../src/images/position001.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 20px;
  height: 100%;
  width: 100%;
}

/* Slider Home */
.sl-home .sli-pa-h {
  bottom: var(--swiper-pagination-bottom, 80px) !important;
  width: 80% !important;
}

.sl-home .sli-pa-h .swiper-pagination-bullet-active {
  background-color: var(--naranja) !important;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 32px)) !important;
}

.sl-home .sli-pa-h .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 20px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 8px);
  background-color: var(--crema);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

.sl-home .sli-bp-h {
  background-image: url(../src/images/slid-home.svg) !important;
  top: var(--swiper-navigation-top-offset, 75%) !important;
  width: 48px !important;
  height: 48px !important;
  color: transparent !important;
  left: 132px !important;
  transform: rotate(180deg);
}

.sl-home .sli-bn-h {
  background-image: url(../src/images/slid-home.svg) !important;
  top: var(--swiper-navigation-top-offset, 75%) !important;
  width: 48px !important;
  height: 48px !important;
  color: transparent !important;
  left: 175px !important;
}

/* box módulos */

.box-mod{
  border-radius: 20px;
  margin-bottom: 50px;
  height: 440px;
  padding: 40px 20px 20px 20px;
  display: inline-block;
}

.bm-mod{
  color: var(--blanco);
  text-decoration: none;
  height: 100%;
  max-width:360px;
}

.box-mod:hover .bm-fle,
.box-mod:hover .bm-ln,
.box-mod:hover .bm-des{
  opacity: 1;
}

.box-mod:hover .bm-tit{
  bottom: 140px;
}

.box-mod:hover .bm-fle{
  bottom: 180px;
}

.box-mod:hover .bm-ln{
  bottom: 120px;
}

.bm-pr{
  position: relative;
  height: 100%;
}

.bm-tit{
  position: absolute;
  bottom: 20px;
}

.bm-fle{
  opacity: 0;
  position: absolute;
  bottom: 20px;
  right: 40px;
}

.bm-ln{
  opacity: 0;
  position: absolute;
  bottom: 20px;
}

.bm-des{
  opacity: 0;
  position: absolute;
  bottom: 0px;
}

/*Slider Proyectos*/

.rbox{
  border-radius: 20px;
  padding: 20px 30px;
  text-decoration: none;
}

.slp-box{
  background-size: cover;
  background-color: var(--verde01);
  padding: 20px;
  color: var(--blanco);
  border-radius: 20px;
  text-decoration: none;
} 

.slp-box:hover .slp-arrow,
.slp-box:hover .slp-hr{
  opacity: 1;
}

.slp-arrow, .slp-hr{
  opacity: 0;
}

.slp-txt{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.slp-title{
  font-size: 24px!important;
}

/* actividades */

.actividades{
  background: var(--bic);
}

.acb-a{
  text-decoration: none;
}

.acb-a:hover .acb-arrow{
  bottom: 20px;
  opacity: 1;
}

.acbox{
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
  border-radius: 20px;
}

.acb-tag{
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--blanco);
  color: var(--azul);
  padding: 5px 10px;
  border-radius: 5px;
}

.acb-arrow{
  background-color: var(--blanco);
  padding: 15px;
  position: absolute;
  bottom: 0px;
  right: 20px;
  border-radius: 40px;
  opacity: 0;
  box-shadow: 1px 1px 11px 0px rgba(31,51,77,0.74);
}

.acb-txt{
  color: var(--azul);
}

/* footer */

.rsf{
  color: var(--blanco);
  margin-left: 25px;
  font-size: 22px;
}

.rsf:hover{
  color: var(--naranja);
}

/* Nosotros  */

.cbx-1, .cbx-3{
  border-right: solid 1px var(--naranja);
}
.cbx-3, .cbx-4{
  border-top: solid 1px var(--naranja);
}

.sm-bga{
  background-color: var(--azulbg);
  color: var(--verde01);
  border: solid 1px var(--verde01);
  padding: 2px 10px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-right: 15px;
}
.sm-bga:hover{
  background-color: var(--verde01);
  color: var(--azulb1);
}

.sm-bga:active{
  background-color: var(--verde01);
  color: var(--azulb1);
}

.pt-n5{
  margin-top: -180px;
  padding-top: 0px;
  backdrop-filter: blur(0px)!important;
}

.bxt-img{
  background-image: url("../src/images/img-prueba-equipo.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.bxt-txt{
  color: var(--azul);
}

/* listado colaboradores  */

.listado a{
  text-decoration: none;
  color: var(--azul);
}

.listado a:hover{
  text-decoration: underline;
  font-weight: 600;
}

/* Publicaciones  */

.pubox{
  background-image: url("../src/images/img-libro-afectaciones-sectoriales-covid.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 70%;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.pub-p{
  padding-left: 15%;
}

/* Cursos  */

.cubox{
  background-image: url("../src/images/img-prueba-curso.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 90%;
  overflow: hidden;
  border-radius: 20px;
}

.cub-tag{
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--blanco);
  color: var(--azul);
  padding: 5px 10px;
  border-radius: 5px;
}

/* contacto */

.rsc{
  background-color: var(--blanco);
  color: var(--verde01);
  margin-left: 25px;
  font-size: 22px;
  line-height: 36px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
}

.rs:hover .rsc{
  background-color: var(--naranja);
}

/* single */

.botb{
  background-color: var(--naranja);
  color: var(--blanco);
  border: solid 1px var(--azulb1);
  margin-left: 25px;
  font-size: 32px;
  padding-top: 10px;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
}

.bback:hover .botb{
  background-color: var(--blanco);
  color: var(--verde01);
  border: var(--verde01);
}
