@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;500;700&display=swap');

#page-loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
background: #FFF none repeat scroll 0% 0%;
z-index: 99999;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
#page-loader .preloader-interior {
    display: block;
    position: relative;
/*    left: 50%;
    top: 50%;*/
    width: 150px;
    height: 150px;
/*    margin: -75px 0 0 -75px !important;*/
    border-radius: 50%;
    border: 8px solid transparent;
    border-top-color: #9f1309;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#page-loader .preloader-interior:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #000;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#page-loader .preloader-interior:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e6473c;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
.bread-bloq {
    padding-top: 2rem;
}
.bread-bloq .breadcrumbs {
  padding: 0px;
    margin: 0px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
}
.breadcrumbs li a {
  color:#000;
}
.bread-bloq .breadcrumbs li {
  margin-right: 1em;
  list-style-type: none;
}
.bread-bloq .breadcrumbs li a {
  color:#000;
  text-decoration: none !important
}
.bloq-single .bread-bloq .breadcrumbs li a {
  color:#333;
  text-decoration: none !important
}

/****Navbar Styles ****/
body {
    font-family: 'Chivo', sans-serif
}
h1, h2, h3, h4, h5,h6 {
    line-height: 1.3em;
}
p {
    line-height: 1.5em;
}
.post, .page {
    margin: 0;
}
header {
    position: relative;
    z-index: 1;
}
/**/
.entry-content {
    padding: 2rem 0px;
}
.hentry ul,
.hentry ol {
    padding-left: 2rem;
}
.hentry ol {
    margin-left: 0px;
}
.hentry ul li {
    list-style: circle;
}
.hentry ol li {
    list-style-type: decimal;
}
.bloq-header {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.bloq-logo {
    width: 300px;
    margin-right: 30px;
}
.bloq-menu-desk {
    width: calc(100% - 330px);
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}
/*.bloq-menu-desk .menu  {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.bloq-menu-desk .menu  li {
    padding: 1rem;
}
.bloq-menu-desk .menu  li {
    padding: 1rem;
}*/

#btn-menu {
  display: none;
  width: 30px;
  height: 25px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#btn-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
/*.scroll #btn-menu {
  display: block;
}*/
/* Icon 3 */

#btn-menu span:nth-child(1) {
  top: 0px;
}

#btn-menu span:nth-child(2),#btn-menu span:nth-child(3) {
  top: 10px;
}

#btn-menu span:nth-child(4) {
  top: 20px;
}

#btn-menu.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#btn-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#btn-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#btn-menu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
@media screen and (max-width: 980px) {
  #btn-menu {
    display: block;
  }
}
.bloq-menu-mobile {
  background:#fff;
  width: 270px;
  position: fixed;
  height: 100%;
  z-index: 10;
  left:0px;
  top:0px;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
  margin-left: -270px;

  transition: .3s all ease;
  padding-top: 13vh;
}
.bloq-menu-mobile ul {
  padding: 0px;
  margin:0px;
  list-style: none;
}
.bloq-menu-mobile ul a {
  color:#000;
  display: block;
  padding: 0.8em;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-size: 0.8rem;
  text-decoration: none !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}
.bloq-menu-mobile .sub-menu {
  position: relative;
  width: 100%;
  box-shadow: none;
  background: #e3e3e3;
}
.bloq-menu-mobile .sub-menu li a {
  color:#000;
  text-decoration: none !important;
}
.bloq-menu-mobile .sub-menu li a:hover {
  background: #333;
  color:#fff;
}
.bloq-menu-mobile.show {
  margin-left: 0px;
}
.logo-bloq-mobile {
  width: 100%;
}
.logo-bloq-mobile img {
  width: 30%;
  margin:2em auto 2rem;
  display: block;
}
.sub-menu {
  display: none;
  color:#fff;
  z-index: 3;
}

.bloq-menu-desk .menu {
  padding: 0px;
  margin:0px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}
.bloq-menu-desk>ul>li>a {
    text-shadow:0px 0px 3px rgba(0,0,0,0.8);
}
.bloq-menu-desk ul li {
  list-style: none;
  position: relative;
}
.bloq-menu > ul > li {
    margin: 0px 0.4rem;
}
.bloq-menu-desk ul li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
  color:#000;
  text-decoration: none;
  padding: 0.2rem 0.5rem;
  text-transform: uppercase;
  font-size: 1rem;
}
.bloq-menu-desk ul li a:hover {
  background-color: #e3e3e3;
}
.bloq-menu-desk ul li:hover .sub-menu {
  display: block;
  position: absolute;
  width: 220px;
  padding: 0px;
  padding-top: 0.8rem;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
  margin-left: 0px;
}
.bloq-menu-desk .sub-menu li a {
  color:#333;
  padding: 0.5rem;
  display: block;
  background: #fff;
  font-size: 0.9rem;
  text-transform: initial;
}
.bloq-menu-desk .sub-menu li a:hover {
  background: #e3e3e3;
}
@media screen and (max-width: 1400px) {
    .bloq-menu-desk ul li a {
      font-size: 0.9rem;
    }
    .bloq-menu-desk .sub-menu li a {
      font-size: 0.7rem;
    }
    .bloq-menu-desk ul li a {
      padding: 0.2rem 0.4rem;
    }
}
@media screen and (max-width: 1360px) {
    .bloq-logo {
        width: 220px;
        margin-right: 30px;
    }
    .bloq-menu-desk {
        width: calc(100% - 250px);
    }
}
@media screen and (max-width: 980px) {
  .bloq-menu-desk {
    display: none;
  }
}
    /****Navbar Styles Fin****/

    /**Estilos seccion 1 ***/
    .first_grid_equal_two {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .img-responsive {
        width: 100%;
    }

    .col_first_seccion {
        float: left;
        width: 73%;
        position: relative;
    }
    .col_first_seccion img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .bloq-texto-slider {
        position: absolute;
        z-index: 3;
        right: 0px;
        bottom: 0px;
        padding: 3rem;
        text-align: right;
    }
    .bloq-texto-slider h1{
        color: #fff;
        font-size: 5.5rem;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0px;
        line-height: 5.5rem;
        text-shadow: 1px 2px 3px rgba(0,0,0,0.7);
    }
    .bloq-texto-slider h2{
        color: #fff;
        font-size: 3rem;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 0px;
        line-height: 3rem;
        text-shadow: 1px 2px 3px rgba(0,0,0,0.7);
    }


    .col_second_section {

        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        float: left;
        width: 23%;
        align-self: end;
    }
    .home .col_second_section {

        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .button_grid_item {
        display: flex;
        flex-flow: row wrap;
        align-items: flex-end;
        justify-content: flex-start;  
        padding: 1.5rem;    
        color: #fff !important;
        text-decoration: none !important;
        transition: all .3s ease;
        aspect-ratio: 1 / 1;
    }
    .button_grid_item img {
        width: 50%;
    }
    .button_grid_item:hover {
        transform: scale(1.06);
    }
    .white_button {
        padding: 0px
    }
    .tittle_button_grid {
        line-height: 1.2rem;
        margin-top: 0px;
        display: block;
        width: 100%;
    }
    .lime_button,
    .lime_bg {
        background-color: #97ca5d !important;
    }
    .green_button,
    .green_bg {
        background-color: #00786a !important;
    }

    .yellow_button,
    .yellow_bg  {
        background-color: #e7b821 !important;
    }
    .blue_button,
    .blue_bg {
        background-color: #58bfe9 !important;
    }
    .red_button,
    .red_bg {
        background-color: #c81677 !important;
    }

    .bloq-cabecera-left .lime_bg {
        background-color: rgba(151,202,93,0.8) !important;
    }
    .bloq-cabecera-left .green_bg {
        background-color: rgba(0,120,106,0.8) !important;
    }

    .bloq-cabecera-left .yellow_bg  {
        background-color:rgba(231,184,33,0.8) !important;
    }
    .bloq-cabecera-left .blue_bg {
        background-color: rgba(88,191,233,0.8) !important;
    }
    .bloq-cabecera-left .red_bg {
        background-color: rgba(200,22,119,0.8) !important;
    }


    .subrayado_blanco_botones_principales {
        border-top: 4px solid white;
        width: 20px;
        position: absolute;
    }


    /***Breakpoints max widht 600px **/
    @media screen and (max-width: 1400px) {
        .col_first_seccion {
            width: 70%;
        }
        .col_second_section {
            width: 27%;
        }
        .bloq-texto-slider h1{
            font-size: 4.5rem;
            line-height: 4.5rem;
        }
        .bloq-texto-slider h2{
            font-size: 2rem;
            line-height: 2rem;
        }
        .button_grid_item {
            padding: 1rem;    
        }
    }
    @media screen and (max-width: 1360px) {
        .bloq-texto-slider h1{
            font-size: 3.8rem;
            line-height: 3.8rem;
        }
        .bloq-texto-slider h2{
            font-size: 1.8rem;
            line-height: 1.8rem;
        }
    }
    @media screen and (max-width: 1195px) {
        .col_second_section {
            grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
        }
        .button_grid_item {
           aspect-ratio: auto;
        }
    }
    @media (max-width: 768px) {
        .col_first_seccion {
           width: 100%;
        }
        .col_second_section {
            display: grid;
            grid-template-columns: 1fr !important;
            float: left;
            width: 100%;
            margin-left: 0px;
        }
        .green_button {
            background-color: #00786a;
            display: flex;
            align-items: end;
            justify-content: left;
        }

        .subrayado_blanco_botones_principales {
            border-top: 4px solid white;
            width: 26px;
            position: absolute;
            margin-right: 7rem;
            margin-bottom: 0.6rem;
        }

        .lime_button {
            display: flex;
            align-items: end;
            justify-content: left;

        }

        .yellow_button {
            display: flex;
            align-items: end;
            justify-content: left;
        }

        .blue_button {
            display: flex;
            align-items: end;
            justify-content: left;
        }

        .red_button {
            display: flex;
            align-items: end;
            justify-content: left;
        }

        .tittle_lime_button {
            padding-left: 1rem;
            color: white;
            font-size: 1.3rem;
            width: 146px;
        }
        .bloq-texto-slider h1{
            font-size: 3rem;
            line-height: 3rem;
        }
        .bloq-texto-slider h2{
            font-size: 1.5rem;
            line-height: 1.5rem;
        }
    }
    @media screen and (max-width: 600px) {
    .col_second_section {
        grid-template-columns: 1fr;
        padding: 1rem;
        margin-bottom: 1rem;
    }
    .home .col_second_section {
        grid-template-columns: 1fr;
        padding: 7.5%;
    }
        .button_grid_item {
            width: 100%;
        }
    }

    /** Estilos seccion 1 fin ***/

    /**Estilos Seccion 2 **/

    .img-responsive2 {
        width: 100%
    }

    .second_grid_equal_two {
        display: grid;
        grid-template-columns: 3fr 2fr;
        margin-top: 6rem;
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .Title_Aboutus {
        color: #8dc544;
        font-size: 2rem;
        margin-top: 0px;
    }

    .aling_flex {
        display: flex;
        align-items: center;
    }

    /**breakpoints max 600 px **/


    @media (max-width: 600px) {
        .img-responsive2 {
            width: 100%;
            display: none;
        }

        .second_grid_equal_two {
            display: grid;
            grid-template-columns: 1fr;
            margin-top: 0rem;
            margin-left: 0rem;
            margin-right: 0rem;
        }


    }



    /**Estilos Seccion 2 fin**/

    /**Estilos carrusel **/

    .container {
        margin: 3rem auto;
        width: 800px;
        padding: 30px;
    }

    ul,
    li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    ul.slider {
        position: relative;
        width: 800px;
        height: 300px;
    }

    ul.slider li {
        position: absolute;
        left: 0px;
        top: 0px;
        opacity: 0;
        width: inherit;
        height: inherit;
        transition: opacity .5s;
        background: #fff;
    }

    ul.slider li img {
        width: auto;
        height: 300px;
        object-fit: cover;
    }

    ul.slider li:first-child {
        opacity: 1;
        /*Mostramos el primer <li>*/
    }

    ul.slider li:target {
        opacity: 1;
        /*Mostramos el
<li> del enlace que pulsemos*/
    }


    .third_grid_equal {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }


    /**Breakpoints Carrusel ***/

    @media (max-width: 600px) {
        .container {
            margin: 3rem auto;
            width: 90%;
            padding: 0px;
        }

        .third_grid_equal {
            display: grid;
            grid-template-columns: 1fr;
        }

        ul.slider {
            position: relative;
            width: auto;
            height: 300px;
        }

        .Texto_descriptivo {
            padding-top: 3rem;
        }
    }

    /**Estilos carrusel fin*/

    /**Estilos news*/

    /* .four_grid_equal {
            grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
        }*/

    .column {
/*        float: left;*/
        width: 25%;
    }

    .column_1 {
/*        float: left;*/
        width: 25%;
        background-color: #d81922;
        padding: 2rem;
    }
    .column_loop_news {
/*        float: left;*/
        width: calc(50% - 2rem);
    }
    .sec-news {
        justify-content: space-between;
        align-items: flex-start;

    }
    .sec-news .column {
        width: calc(25% - 2rem);
    }


    .row:after {
        content: "";
        display: table;
        clear: both;
    }

    .tittle_News {
        color: white;
    }

    .img_responsive2 {
        width: 100%;
    }

    .info_grid_ {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
        row-gap: 3rem;
        grid-gap: 3rem;
/*        margin-left: 2.35rem;*/
    }
    .info_grid_ a {
        text-decoration: none !important;
    }
    .info_grid_ a h4 {
        margin-top: 0px;
        color: #000 !important;
    }

    .subrayado {
        border-top: 7px solid #d6414d;
        width: 42px;
    }

    .fecha_styles {
        color: red;
        font-size: 0.8rem;
        margin-bottom: 5px;
    }

    i.fa-solid.fa-circle-plus.news_circulo {
        color: #cb242c;
        padding-left: 1rem;
    }

    .news_boton {
        display: flex;
        justify-content: end;
        padding-bottom: 4rem;
        text-transform: uppercase;
    }

    .subrayado_tittle_news {
        border-top: 7px solid #ffffff;
        width: 3rem;
    }


    /****Breakpoints News Calugas**/
    @media screen and (max-width: 1600px) {
        .sec-news {
            align-items: flex-start;
        }
        .column_loop_news {
            float: left;
            width: calc(45% - 2rem);
        }
        .sec-news .column {
            width: calc(30% - 2rem);
        }
        .info_grid_ {
            grid-gap: 5%;
    /*        margin-left: 2.35rem;*/
        }
    }
    @media screen and (max-width: 1200px) {
        .sec-news {
            align-items: stretch;
        }
        .column_1 {
            width: 50%;
        }
        .sec-news .column {
            width: calc(50% - 1rem);
        }
        .column_loop_news {
            float: left;
            width: 100%;
            margin-top: 2rem;
        }
    }
/*    @media screen and (max-width: 1600px) {
        .sec-news {
            align-items: flex-start;
        }
    }*/
    @media (max-width: 600px) {
        .row.news_row_margin {
            margin-top: 16rem;
        }

        .column_1 {
            float: none;
            width: 100%;
            background-color: #d81922;
            margin-bottom: 2rem;
        }
        .sec-news .column {
            width: 100%;
        }

        .subrayado_tittle_news {
            border-top: 7px solid #ffffff;
            width: 3rem;
        }

        .column {
            float: none;
            width: 100%;
        }
        .info_grid_ a:nth-child(3),
        .info_grid_ a:nth-child(4) {
            display: none !important;
        }
    }

    /**Estilos news fin */

    /**estilos video ***/
    .sec-videos {
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 4rem !important;
    }
    .sec-videos .column {
        width: calc(25% - 2rem);
    }
	.sec-videos .column_loop_videos {
		width: calc(75% - 2rem);
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.title-videos {
		font-weight: 400;
		color: #333;
		font-size: 1rem;
		margin-bottom: 5px;
		margin-top:0px
	}
	.bloq-videos-text small {
		background: #2eace2;
		color: #fff;
		border-radius: 4rem;
		padding: 0.2rem 1rem;
		
	}
	.bloq-videos-text span {
		color: #2eace2;
		font-size: 0.8rem;
		margin-bottom: 5px;
	}

	.bloq-videos-img {
		width: 90px;
		aspect-ratio: 1 / 1;
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		align-items: center;
		background: #000;
		margin-right: 20px;
	}
	.bloq-videos-img img {
		object-fit:cover;
		width:100%;
		height:100%;
	}
	.bloq-videos-text {
		width: calc(100% - 110px);
	}
	.bloq-videos-text {
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		align-items: flex-start;
	}
    .three_equal_youtube {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .youtube_tittle {
        float: left;
        background-color: #d81922;
    }
    .column_loop_videos {
/*        float: left;*/
        width: calc(50% - 2rem);
    }
    .column_2 {
/*        float: left;*/
        width: 50%;
        background-color: #d81922;
    }

    .tittle_youtube {
        color: white;
    }

    .videos_boton {
        display: flex;
        justify-content: end;
        text-transform: uppercase;
    }
    .videos_boton a,
    .news_boton a {
        text-decoration: none !important;
        color: #000 !important;
    }
    i.fa-solid.fa-circle-plus.videos_circulo {
        color: #2eace2;
        padding-left: 1rem;
    }

    .texto_videos {
        line-height: 1.5em;
    }

    .column_1b {
        width: 25%;
        background-color: #2eace2;
        padding: 2rem;
    }

    .img_youtube {
        width: 100%;
        padding-top: 3rem;
    }


    #videos .container {
        margin: auto;
        width: 100%;
        padding: 0;
    }
    .container_videos {
        margin: auto;
        background-color: white;
        width: auto;
    }
    @media screen and (max-width: 1200px) {
        .column_1b {
            width: 50%;
        }  
        .column_loop_videos {
    /*        float: left;*/
            width: calc(50% - 1rem);
        }
        .sec-videos .column {
            width: 100%;
            margin-top: 2rem;
        }
    }
    @media screen and (max-width: 600px) {
        .column_1b {
            width: 100%;
            margin-bottom: 2rem;
        }  
        .column_loop_videos {
    /*        float: left;*/
            width: 100%;
        }
    }

.video-background {
  background: #000;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media screen and (max-width: 768px) {
    /*.video-background {
        display: none;
    }*/
}

/*****/
.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }
    /****Breakpoints Vaide****/
    @media (max-width: 600px) {
        .column_1b {
            float: none;
            width: 100%;
            background-color: #2eace2;
        }

        .img_youtube {
            width: 100%;
            padding-top: 8rem;
        }

        .info_grid_ {
            grid-template-columns: 1fr;
            row-gap: 1rem;
            margin-left: 0rem;
        }

        .tittle_youtube {
            color: white;
        }

        .column_2 {
            width: 100%;
            background-color: #d81922;
        }
    }


    /***Estilos videos fin***/
	/**** estilos eventos ****/
	.sec-eventos {
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 4rem !important;
    }
    .sec-eventos .column_loop_eventos {
        width: calc(75% - 2rem);
		display:flex;
		flex-flow:row wrap;
		justify-content: space-between;
        align-items: flex-start;
    }
 	@media screen and (max-width: 1200px) {
        .sec-eventos .column_loop_eventos {
    /*        float: left;*/
            width: calc(50% - 1rem);
        }
		.sec-eventos .column_loop_eventos .bloq-eventos-item {
			width: 100%;
		}

    }
    @media screen and (max-width: 980px) {
        .sec-eventos .column_loop_eventos {
    /*        float: left;*/
            width: 100%;
			margin-top:3rem;
        }
    }

    /**Estilos newsletter **/
    .sec-newsletter {
        justify-content: space-between;
    }
    .sec-newsletter .column {
        background-color: #e6e6e6;
        width: calc(25% - 2rem);
        text-decoration: none !important;
        color: #000;
        padding: 1.5rem;
    }
    .column_1c {
        width: 25%;
        background-color: #ed1f7c;
        padding: 2rem;
    }


    .newsletter_styles {
        margin-top: 10rem;
    }

    .titulo_calugas_newsletter {
        display: flex;
        width: 100%;
        margin: 0px !important;

    }

    .subrayado_newsletternegro {
        border-top: 5px solid black;
        width: 2rem;
        margin-left: 0px;
        margin-top: 2rem;
    }

    .titulo_news_morado {
        color: white;
        margin: 0px;
    }

    .subrayado_newsletter_blanco {
        border-top: 5px solid white;
        width: 2rem;
    }
    @media screen and (max-width: 1200px) {
        .sec-newsletter .column {
            width: calc(50% - 1rem);
            margin-bottom: 2rem;
        }
        .column_1c {
            width: calc(50% - 1rem);
            margin-bottom: 2rem;
        }
    }
    @media screen and (max-width: 768px) {
        .sec-newsletter .column {
            width: 100%;
            margin-bottom: 2rem;
        }
        .column_1c {
            width: 100%;
            margin-bottom: 2rem;
        }
    }
    /**Estilos newsletter fin*/

    /**campo newsletter**/
    .container_newsletter {
        background-color: #f2f2f2;
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-top: 4rem;
        border-left: 6px solid #d81920;
    }

        .grids_newsletter {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-flow: row wrap;
        }

    .column_n1 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .column_n2 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .column_n3 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .column_n4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    i.fa-solid.fa-envelope-open-text.carta_styles {
        font-size: 4rem;
        color: #cccccc;
    }

    i.fa-solid.fa-paper-plane.avion_styles {
        font-size: 2rem;
        border: 3px solid #d9191f;
        border-radius: 27px;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        background-color: #d9191f;
        color: white;
    }

    input.estilos_input {
        width: 370px;
        height: 30px;
        border-radius: 3rem;
        border: 2px solid #f2f2f2;
        padding: 1.3rem;
    }

    .titulo_newsletter {
        font-size: 1.3rem;
        font-weight: 500;
    }

    .container.minibuttons {
        display: flex;
        justify-content: center;
        align-content: center;
    }

    .tamano_texto {
        display: flex;
        padding-right: 2rem;
        padding-left: 2rem;
        font-size: 1.2rem;
        list-style: none;
        text-decoration: none;
        color: #000;
        align-items: center;
    }
    .tamano_texto h5 {
        font-weight: lighter;
        color: #000;
    }
    i.fa-solid.fa-caret-right {
        align-self: center;
        margin-right: 1rem;
        color: #0084c3;
        font-size: 1.5rem;
    }

    @media screen and (max-width: 1024px) {
        .column_n3 {
            width: 80%;
        }
        .column_n3 .estilos_input {
            width: 100%;
        }
    }


    /***Newsletter breakpoints***/
    @media (max-width: 600px) {
        .newsletter_styles {
            margin-top: 13rem;
        }

        .col-1 {
            float: none;
            width: 100%;
            background-color: #ed1f7c;
            height: 100px;
            justify-content: left;
            align-items: center;
            margin-left: 0%;
        }

        .titulo_news_morado {
            color: white;
            margin-left: 1rem;
            padding-top: 1rem;
        }

        .col-2 {
            float: none;
            width: 100%;
            background-color: #e6e6e6;
            height: 5rem;
            justify-content: left;
            margin-left: 0%;
        }

        .titulo_calugas_newsletter {
            display: flex;
            width: 79%;
            margin-left: 1rem;
            padding-top: 1rem;
        }

        .col-3 {
            float: none;
            width: 100%;
            background-color: #e6e6e6;
            height: 5rem;
            justify-content: left;
            margin-left: 0%;
        }

        .col-4 {
            float: none;
            width: 100%;
            background-color: #e6e6e6;
            height: 5rem;
            justify-content: left;
            margin-left: 0%;
        }

        .grids_newsletter {
            display: grid;
            align-items: center;
            justify-content: center;
            grid-template-columns: 1fr;
        }

        .container_newsletter {
            background-color: #fff;
            margin-left: 0%;
            margin-right: 0%;
            padding-top: 1rem;
            padding-bottom: 1rem;
            margin-top: 4rem;
            border-left: 0px
        }

        .column_n1 {
            padding-left: 0rem;
            padding-right: 0rem;
            display: flex;
            align-content: center;
            justify-content: center;
        }

        .column_n2 {
            padding-left: 1rem;
            padding-right: 1rem;
            display: flex;
            align-content: center;
            justify-content: center;
        }

        .titulo_newsletter {
            font-size: 1rem;
            font-weight: 500;
        }

        input.estilos_input {
            width: 100%;
            height: 30px;
            border-radius: 23px;
            border: 2px solid #f2f2f2;
            padding-left: 0.8rem;
        }
        .column_n3 {
            width: 100%;
        }
        .column_n4 {
            padding-left: 1rem;
            padding-right: 1rem;
            display: flex;
            justify-content: center;
            margin-top: 1rem;
        }

        .container.minibuttons {
            display: grid;
            justify-content: center;
            align-content: center;
            grid-template-columns: 1fr 1fr;
        }
    }

    /**campo newsletter fin**/

    /******/

    /**Footer 1 styles***/
.container_logos_gob {
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
	margin-top:0px !important;
	padding-top:0px !important;
}
.container_logos_gob a {
	width:100px;
	display:block;
	margin:1rem;
	padding:0px;
}
.container_logos_gob a img {
	width:100%;
	display:block;
}
    /***Footer 2 styles fin**/
	.social_footer {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
	}
    /***Estilos redes sociales ****/
    .sec_social {
        padding: 2rem 0px 4rem;
    }
    .logos_RS {
        display: flex;
        justify-content: center;
		margin-left:-0.8rem;
    }
    i.fa-brands.fa-youtube {
        font-size: 2rem;
        margin-left: 1rem;
        margin-right: 1rem;
        color: #7d7d7d;
    }
    i.fa-brands.fa-instagram {
        font-size: 2rem;
        margin-left: 1rem;
        margin-right: 1rem;
        color: #7d7d7d;
    }
    i.fa-brands.fa-facebook-f {
        font-size: 2rem;
        margin-left: 1rem;
        margin-right: 1rem;
        color: #7d7d7d;
    }
    i.fa-brands.fa-x-twitter {
        font-size: 2rem;
        margin-left: 1rem;
        margin-right: 1rem;
        color: #7d7d7d;
    }
    i.fa-brands.fa-linkedin-in {
        font-size: 2rem;
        margin-left: 1rem;
        margin-right: 1rem;
        color: #7d7d7d;
    }

    a i.fa-brands.fa-facebook-f:hover {
        color: #3f51b5;
    }
    a i.fa-brands.fa-x-twitter:hover {
        color: #2196f3;
    }
    a i.fa-brands.fa-instagram:hover {
        color: #e91e63;
    }
    a i.fa-brands.fa-youtube:hover {
        color: #d9191f;
    }
	a i.fa-brands.fa-linkedin-in:hover {
        color: #0e76a8;
    }
	.social_footer {
		border-bottom: 1px solid #e3e3e3;
		padding: 2rem 0px;
	}	
	.social_footer h4 {
		text-align:left;
		font-weight:400;
		margin-top:0px;
	}
    /***Breakpoints logos social***/
    @media (max-width: 600px) {
		.bloq-socials {
			margin-bottom:2rem;
		}
		.social_footer {
			flex-flow: column;
		}
		.social_footer h4 {
			text-align:center;
		}
        .logos_RS {
            display: flex;
            justify-content: center;
            margin-top: 2rem;
        }

/*        .Cyv_logos {
            display: grid;
            grid-template-columns: 1fr 1fr !important;
            text-align: center;
            background: #f2f2f2;
            margin-top: 2rem;
            padding-top: 2rem;
            padding-bottom: 2rem;
        }*/

        .searchbox_footer {
            display: none !important;
            justify-content: center;
            align-content: center;
            align-items: center;
        }

        .cyv_info {
            display: grid;
            grid-template-columns: 1fr 1fr !important;
            text-align: center;
            background-color: #f2f2f2;
        }

        .phone_styles {
            text-align: left;
            font-size: 0.7rem;
            padding-bottom: 0rem;

            margin-top: -2rem;
        }

        .tittle_cyv_footer {
            display: flex;
            justify-content: left !important;
            align-content: center;
            align-items: center;
            color: red;
            margin-bottom: 2rem;
        }
    }

    /**Estilos redes sociales fin*/

    /**footer */
    .Cyv_logos {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
        text-align: flex-start;
        background: #f2f2f2;
        margin-top: 2rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 3rem;
    }

    img.logo_cyv_responsive {
        height: 45px;
    }



    .cyv_info {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
        text-align: flex-start;
        background-color: #f2f2f2;
    }
    .cyv_info > div {
        padding-right: 20%;
    }
    .cyv_info input,
    .cyv_info form {
        width: 100%;
    }


    .adress_styles {
        text-align: left;
        font-size: .8rem;
    }

    .phone_styles {
        text-align: left;
        font-size: .8rem;
    }

    .email_styles {
        text-align: left;
        font-size: .8rem;
    }

    .searchbox_footer {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: flex-start;
    }

    .tittle_cyv_footer {
        display: flex;
        justify-content: flex-start;
        align-content: center;
        align-items: flex-start;
        color: red;
    }
    .adress_styles p,
    .phone_styles p,
    .email_styles p {
        margin: 0px;
    }

    .tittle_cyv_footer h3 {
        margin: 0px;
    }

    footer {
        background: #f2f2f2;
        padding-bottom: 4rem;
    }
    @media screen and (max-width: 1024px) {
        .Cyv_logos {
            grid-template-columns: repeat(auto-fit, minmax(33.33%, 1fr));
            text-align: flex-start;
        }
        .Cyv_logos div {
            margin-bottom: 1.5rem;
        }
        img.logo_cyv_responsive {
            height: 50px;
        }
        .cyv_info {
            grid-template-columns: repeat(auto-fit, minmax(33.33%, 1fr));
            text-align: center;
        }
        .cyv_info div {
            margin-bottom: 1.5rem;
        } 
    }
    @media screen and (max-width: 600px) {
        .Cyv_logos {
            grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
            text-align: flex-start;
        }
        .Cyv_logos div {
            padding-right: 2rem;
        }
        img.logo_cyv_responsive {
            height: 45px;
        }
        .cyv_info {
            grid-template-columns: 1fr !important;
            text-align: center;
        }
       .cyv_info div {
            text-align: center;
            padding-bottom: 1rem;
        }
        .cyv_info > div {
            padding-right: 0px;
        }
       .tittle_cyv_footer {
            justify-content: center !important;
        }
    }
    /***footer fin styles **/






    /****Estilos pagina Normal  *****/


    /***FIN ESTILOS PAGINA **/



    /* HIVA  */
    .wrapper_cat {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        width: 100%;
        padding-bottom: 2rem;
    }
    .wrapper_testimonials {
        padding: 0px;
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .wrapper_95 {
        width: 95%;
        margin: 0px auto;
    }
    .wrapper_90 {
        width: 90%;
        margin: 0px auto;
    }
    .wrapper_85 {
        width: 85%;
        margin: 0px auto;
    }
    .wrapper_70 {
        width: 70%;
        margin: 0px auto;
    }
    .wrapper_flex {
        flex-flow: row wrap;
        display: flex;
    }
    /* header  */
    header .wrapper_95 {
        padding: 2rem 0px;
    }
    @media screen and (max-width: 1400px) {    
        .wrapper_85 .wrapper_85,
        .wrapper_85 .wrapper_90  {
            width: 100%;
            margin: 0px auto;
        }
    }
    @media screen and (max-width: 768px) {
        .wrapper_95, .wrapper_90, .wrapper_70 {
            width: 85%;
        }
        .wrapper_first_section {
            width: 100% !important;
        }
    }
    /**/
    .item-cita {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .bloq_image_cita {
        width: 200px;
    }
    .bloq_image_cita img {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        object-fit: cover;
    }
    .bloq_texto_cita {
        width: calc(90% - 200px);
    }
    .bloq_texto_cita h4 {
        margin-bottom: 0px;
    }
    @media screen and (max-width: 600px) {
        .bloq_image_cita {
            width: 100%;
            text-align: center;
        }
        .bloq_image_cita img {
            width: 150px !important;
            height: 150px !important;
            margin: 0px auto;
        }
        .bloq_texto_cita {
            width: 100%;
            text-align: center;
        } 
    }
    /**/
    .sec-news .bloq_texto {
        width: 100%;
        padding: 1rem;
        padding-top: 3rem;
        background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7),rgba(0,0,0,1));
        color: #fff;
        position: absolute;
        z-index: 2;
        bottom: 0px;
        left: 0px;
    }
    .sec-news .column {
        text-decoration: none !important;
    }
    .sec-news .column a{
        color: #fff;
        text-decoration: none !important;
        position: relative;
        display: block;
    }
    .sec-news .bloq_texto h3 {
        margin: 0px;
        text-decoration: none !important;
    }
    .owl-cita .owl-prev,
    .owl-cita .owl-next {
        position: absolute;
        top: calc(50% - 4rem);
    }
    .owl-cita .owl-prev {
        left: -8rem;
    }
    .owl-cita .owl-next {
        right: -8rem;
    }
    .owl-cita .owl-prev span,
    .owl-cita .owl-next span {
        font-size: 3rem;
        padding: 1rem;
        color: #000 !important;
    }
    .owl-cita .owl-prev:hover,
    .owl-cita .owl-next:hover {
        background-color: #e3e3e3 !important;
    }
    @media screen and (max-width: 768px) {
        .owl-theme .owl-nav {
            display: none;
        }
    }
    /******/
    .wrapper-page {
        margin-bottom: 6rem;
    }
    .bloq-comparte {
        width: 100%;
    }
    .bloq-comparte p {
        margin-bottom: 1rem;
    }
    .wrapper-page .bloq-cabecera {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: stretch;
        margin-top: 4rem;
    }
    .wrapper-page .bloq-cabecera .bloq-title {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-content: flex-end;
        background-color: #cd2418;
        padding: 2rem;
        width: calc(30% - 2rem);
    }
    .wrapper-page .bloq-cabecera .bloq-title h2{
        font-size: 1rem;
        color: #fff;
        margin: 0px;
    }

    .wrapper-page .bloq-cabecera .bloq-image {
        width: 70%;
        background-color: #e3e3e3;
    }
    .wrapper-page .bloq-cabecera .bloq-image img {
        max-height: 80vh !important;
        width: 100%;
        object-fit: cover;
        display: block;
    }
    .wrapper-page .bloq-cabecera > .bloq-image img {
        max-height: 50vh !important;
    }
    .wrapper-page .bloq-cabecera .bloq-title h1{
        color: #fff;
        font-weight: bold;
        margin-bottom: 3rem;
        margin-top: 0px;
        line-height: 1.1em;
        font-size: 1.9rem;
        width: 100%;
    }
    .wrapper-page .bloq-cabecera .bloq-title h1::after {
        display: block;
        content: '';
        background-color: #fff;
        width: 80px;
        height: 6px;
        margin-top: 1rem;
    }
    .bloq-cabecera-video {
        position: relative;
        overflow: hidden;
        height: 65vh;
    }
    .bloq-cabecera-video h1 {
        position: absolute;
        bottom: 0px;
        left: 0px;
        color: #fff;
        text-shadow: 1px 2px 3px rgba(0,0,0,0.4);
        text-transform: uppercase;
        margin: 0px;
        padding: 2.5rem;
        width: 100%;
        background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
    }
    .bloq-cabecera-video h1::after {
        display: block;
        content: '';
        background-color: #fff;
        width: 80px;
        height: 6px;
        margin-top: 1rem;
    }
    @media screen and (max-width: 1400px) {
        .wrapper-page .bloq-cabecera .bloq-title {
            width: calc(35% - 2rem);
        }
        .wrapper-page .bloq-cabecera .bloq-image {
            width: 65%;
        }
    }
    @media screen and (max-width:1200px) {
        .bloq-cabecera-video {
            height: 50vh;
        }
    }
    @media screen and (max-width: 1024px) {
        .wrapper-page .bloq-cabecera .bloq-title {
            width: calc(50% - 2rem);
        }
        .wrapper-page .bloq-cabecera .bloq-image {
            width: 50%;
        }
        .page-template .wrapper-page .bloq-cabecera .bloq-image {
            display: none;
        }
        .page-template .wrapper-page .bloq-cabecera .bloq-cabecera-left  {
            height: 200px !important;
        }
        .page-template .wrapper-page .bloq-cabecera .bloq-title {
            width: 100% !important;
        }


        .page-template .wrapper-page .bloq-cabecera .bloq-cabecera-left {
            width: 100%;
        }
        .page-template .wrapper-page .bloq-cabecera .bloq-cabecera-right {
            display: none !important;
        }
    }
    @media screen and (max-width: 980px) {
        .wrapper-page .bloq-cabecera .bloq-title {
            width:100%;
        }
        .wrapper-page .bloq-cabecera .bloq-image {
            width:100%;
        }
        .wrapper-page .bloq-cabecera .bloq-title h1{
            display: block;
            width: 100%;
        }
        .wrapper-page .bloq-cabecera .bloq-image img {
            max-height: 40vh;
        }
    }
/********/
    .bloq-research {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .bloq-research .bloq-research-dev-left {
        padding: 2rem;
        width: calc(30% - 2rem);
    }
    .bloq-research .bloq-research-dev-right {
        width: 70%;
    }
    .bloq-research-dev-right h2 {
        font-size: 1.5rem;
    }
    .bloq-principal-investigator {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }
    .bloq-principal-investigator img {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        object-fit: cover;
    }
    .bloq-principal-investigator h3 {
        text-align: center;
        display: block;
        width: 100%;
        text-transform: uppercase;
        color: #97ca5d !important;
        margin-bottom: 0px;
    }
    .bloq-principal-investigator .name {
        font-weight: bold;
        font-size: 1.4rem;
        margin: 0.8rem 0px;
    }
    .bloq-principal-investigator p {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0px;
        line-height: 1.1em;
    }
    .small-btn {
        display: inline-block;
        padding: 0.1rem 1rem;
        border-radius: 8px;
        text-decoration: none !important;
        margin-top: 1rem;
    }
    .small-btn:hover {
        background-color: #000 !important;
    }
    .btn-green {
        background: #97ca5d;
        color: #fff !important;
    }
    .btn-yellow {
        background: #e7b821;
        color: #fff !important;
    }
    .btn-about_us {
        display: block;
        width: 100%;
        padding: 2rem 1rem;
        text-align: center;
        background: #333;
        color: #fff !important;
        text-decoration: none;
        margin-bottom: 1rem;
    }
    .bloq-btn-about_us .btn-about_us:nth-child(1) {
        background: #9f1309;
    }
    .bloq-btn-about_us .btn-about_us:nth-child(2) {
        background: #b81a0f;
    }
    .bloq-btn-about_us .btn-about_us:nth-child(3) {
        background: #d73327;
    }
    .bloq-btn-about_us .btn-about_us:nth-child(4) {
        background: #e6473c;
    }
    .bloq-btn-about_us .btn-about_us:nth-child(5) {
        background: #ff766d;
    }
    .bloq-btn-about_us .btn-about_us:nth-child(6) {
        background: #ff9088;
    }
    .bloq-btn-about_us.green_menu .btn-about_us:nth-child(1) {
        background: #005147;
    }
    .bloq-btn-about_us.green_menu .btn-about_us:nth-child(2) {
        background: #006f61;
    }
    .bloq-btn-about_us.green_menu .btn-about_us:nth-child(3) {
        background: #0b8576;
    }
    .bloq-btn-about_us.green_menu .btn-about_us:nth-child(4) {
        background: #1fa292;
    }
    .bloq-btn-about_us.red_menu .btn-about_us:nth-child(1) {
        background: #960a56;
    }
    .bloq-btn-about_us.red_menu .btn-about_us:nth-child(2) {
        background: #ac1b69;
    }
    .bloq-btn-about_us.red_menu .btn-about_us:nth-child(3) {
        background: #c93a87;
    }
    .bloq-btn-about_us.red_menu .btn-about_us:nth-child(4) {
        background: #d04590;
    }
    .bloq-btn-about_us.red_menu .btn-about_us:nth-child(5) {
        background: #de5aa1;
    }

    .bloq-btn-about_us.blue_menu .btn-about_us:nth-child(1) {
        background: #0578a6;
    }
    .bloq-btn-about_us.blue_menu .btn-about_us:nth-child(2) {
        background: #0e8bbd;
    }
    .bloq-btn-about_us.blue_menu .btn-about_us:nth-child(3) {
        background: #1a97ca;
    }
    .bloq-btn-about_us.blue_menu .btn-about_us:nth-child(4) {
        background: #3aabd9;
    }
    .bloq-btn-about_us.blue_menu .btn-about_us:nth-child(5) {
        background: #59b3d8;
    }

    .bloq-btn-about_us.lime_menu .btn-about_us:nth-child(1) {
        background: #406c0d;
    }
    .bloq-btn-about_us.lime_menu .btn-about_us:nth-child(2) {
        background: #508118;
    }
    .bloq-btn-about_us.lime_menu .btn-about_us:nth-child(3) {
        background: #649928;
    }
    .bloq-btn-about_us.lime_menu .btn-about_us:nth-child(4) {
        background: #76a93c;
    }
    .bloq-btn-about_us.lime_menu .btn-about_us:nth-child(5) {
        background: #97ca5d;
    }



    .btn-about_us:hover {
        background: #000 !important;
    }
    @media screen and (max-width: 1400px) {
        .bloq-research .bloq-research-dev-left {
            width: calc(35% - 2rem);
        }
        .bloq-research .bloq-research-dev-right {
            width: 65%;
        }
    }
    @media screen and (max-width: 1024px) {
        .bloq-research .bloq-research-dev-left {
            width: 100%;
        }
        .bloq-research .bloq-research-dev-right {
            width: 100%;
        }
    }
        /******/
    /* Style the buttons that are used to open and close the accordion panel */
    .accordion {
      background-color: #e3e3e3;
      color: #fff;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      text-align: left;
      border: none;
      outline: none;
      transition: 0.4s;
      margin-top: 1rem;
      text-transform: uppercase;
      font-weight: 500;
      border-radius: 0px;
    }

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .accordion.active, .accordion:hover {
      background-color: #ccc;
    }

    /* Style the accordion panel. Note: hidden by default */
    .panel {
      padding: 0 18px;
      background-color: white;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
      background-color: #f2f2f2;
    }
    .accordion:after {
      content: '\02795'; /* Unicode character for "plus" sign (+) */
      font-size: 13px;
      color: #fff;
      float: right;
      margin-left: 5px;
    }

    .accordion.active:after {
      content: "\2796"; /* Unicode character for "minus" sign (-) */
    }



    /*********/
    /****+ Portadillas *********/
    .bloq-cabecera-left {
        width: calc(75% - 2rem);
        display: flex;  
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: stretch;
        position: relative;
    }
    .bloq-cabecera-left .bloq-title {
        width: 50% !important;
        position: absolute;
        height: 100%;
        top: 0px;
        left: 0px;
    }
    .bloq-cabecera-left .bloq-image {
        width: 100% !important;
    }
    .bloq-cabecera-left .bloq-title a {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #fff;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #333;
    }
    .bloq-cabecera-left .bloq-title a:hover {
        background: rgba(0,0,0,0.4);
        color: #fff;
    }
    .bloq-cabecera-left .bloq-image img {
        height: 620px !important;
    }
    .bloq-cabecera-right {
        width: 25%;
        display: flex;
        flex-flow: row wrap;
        align-items: flex-end;
    }
    .bloq-cabecera-right .col_second_section {
        width: 100%;
    }
    .bloq-research-accordeon {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        margin: 2rem 1rem;
    }
    .bloq-research-accordeon-image {
        width: 200px;
    }
    .bloq-research-accordeon-image img {
        width: 200px;
        height: 200px;
        object-fit: cover;
    }
    .bloq-research-accordeon-text {
        width: calc(100% - 230px);
        margin-left: 30px;
    }
    .bloq-research-accordeon-text p {
        font-size: 1.1rem;
        margin-bottom: 0px;
    }
    @media screen and (max-width: 1600px) {
        .bloq-cabecera-left {
            width: calc(70% - 2rem);
        }
        .bloq-cabecera-right {
            width: 30%;
        }
    }
	@media screen and (max-width:768px) {
	.bloq-research-accordeon {
			margin: 2rem 0px;
		}
		.bloq-research-accordeon-image {
			width: 100%;
		}
		.bloq-research-accordeon-image img {
			width: 100%;
			aspect-ratio:1/1;
		}
		.bloq-research-accordeon-text {
			width: 100%;
			margin-left: 0px;
		}
	}
    /***********************************/
    /********** single entrepreunership ******************/
    .bloq-entrepreneurship {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        padding: 4rem 0px;
    }
    .bloq-entrepreneurship .bloq-entrepreneurship-dev-left {
        width: 65%;
    }
    .bloq-entrepreneurship .bloq-entrepreneurship-dev-right {
        width: calc(35% - 2rem);
    }
    .bloq-entrepreneurship-dev-left h3 {
        font-size: 1.5rem;
        font-weight: 400;
        border-bottom: 2px solid #e3e3e3;
        padding-bottom: 0.8rem;
    }
    .bloq-entrepreneurship .bloq-entrepreneurship-dev-right h3{
        font-size: 1.5rem;
        font-weight: 400;
        padding-top: 0px;
        margin-top: 0px;
    }
    .bloq-entrepreneurship-detail {
        box-shadow: 1px 2px 5px rgba(0,0,0,0.5);
        padding: 2rem;
    }
    @media screen and (max-width: 1400px) {
        .bloq-entrepreneurship .bloq-entrepreneurship-dev-left {
            width: 60%;
        }
        .bloq-entrepreneurship .bloq-entrepreneurship-dev-right {
            width: calc(40% - 2rem);
        }
    }
    @media screen and (max-width: 1024px) {
        .bloq-entrepreneurship .bloq-entrepreneurship-dev-left {
            width: 100%;
        }
        .bloq-entrepreneurship .bloq-entrepreneurship-dev-right {
            width: 100%;
            margin-top: 4rem;
        }
    }
    /**/
    .container-video {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }
    .video-youtube {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    /**/
    .bloq-wsidebar {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .bloq-wsidebar-content {
        width: calc(70% - 2.5rem);
    }
    .bloq-wsidebar-side {
        width: 30%;
        padding: 3.5rem 0px;
    }
    .video-btn {
        margin-top: 1.5rem;
        display: block;
        text-align: center;
        text-decoration: none !important;
        color: #000;
    }
    .video-btn span {
        display: block;
    }
    @media screen and (max-width: 1024px) {
        .bloq-wsidebar-content {
            width: 100%;
        }
        .bloq-wsidebar-side {
            width: 100%;
            padding-top: 2rem;
        }    
    }
    .nav-links a {
        padding: 0.8rem;
        background-color: #e3e3e3;
        color: #000 !important;
        text-decoration: none !important;
        width: 150px;
        margin: 1rem;
        display: block;
    }
    .nav-links a:hover {
        background-color: #000;
        color: #fff !important;
    }
    .nav-links {
        margin-bottom: 2rem;
    }
    /* category  */
    .bloq-video-item {
        width: 31%;
        position: relative;
        margin-right: 3.5%;
        margin-bottom: 3.5%;
        text-decoration: none !important;
    }
    .bloq-video-item:nth-child(3n + 0) {
        margin-right: 0px;
    }
    .bloq-video-item img {
        height: 250px;
        width: 100%;
        object-fit: cover;
        display: block;
    }
    .bloq-video-item .title-videos {
        color: #fff;
        width: 100%;
        margin: 0px;
        font-weight: 400;
        font-size: 1.1rem;
    }
    .bloq-video-text {
        padding: 1.5rem;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
    }
    @media screen and (max-width: 1200px) {
        .bloq-video-item {
            width: 48%;
            position: relative;
            margin-right: 4%;
            margin-bottom: 4%;
        }
        .bloq-video-item:nth-child(3n + 0) {
            margin-right: 4%;
        }
        .bloq-video-item:nth-child(2n + 0) {
            margin-right: 0px;
        }
    } 
    @media screen and (max-width: 768px) {
        .bloq-video-item {
            width: 100%;
            margin-right: 0px !important;
            margin-bottom: 2rem;
        }
    } 
    /* category  */
    .bloq-noticia-item {
        width: 31%;
        position: relative;
        margin-right: 3.5%;
        margin-bottom: 3.5%;
        text-decoration: none !important;
    }
    .bloq-noticia-item:nth-child(3n + 0) {
        margin-right: 0px;
    }
    .bloq-noticia-item img {
        height: 250px;
        width: 100%;
        object-fit: cover;
        display: block;
    }
    .bloq-noticia-item .title-noticias {
        color: #000;
        width: 100%;
        margin: 0px;
        font-weight: 400;
        font-size: 1.1rem;
    }
    .bloq-noticia-text {
        padding: 1.5rem 0px;
        width: 100%;
    }
    .bloq-noticia-text small {
        color: #cd2418;
    }
    @media screen and (max-width: 1200px) {
        .bloq-noticia-item {
            width: 48%;
            position: relative;
            margin-right: 4%;
            margin-bottom: 4%;
        }
        .bloq-noticia-item:nth-child(3n + 0) {
            margin-right: 4%;
        }
        .bloq-noticia-item:nth-child(2n + 0) {
            margin-right: 0px;
        }
    } 
    @media screen and (max-width: 768px) {
        .bloq-noticia-item {
            width: 100%;
            margin-right: 0px !important;
            margin-bottom: 2rem;
        }
    } 
    /* category  */
    .bloq-single-entrepreneurship {
        justify-content: center;
    }
    .bloq-entrepreneurship-item {
        width: 31%;
        position: relative;
        margin-right: 3.5%;
        margin-bottom: 3.5%;
        text-decoration: none !important;
    }
    .bloq-entrepreneurship-item:nth-child(3n + 0) {
        margin-right: 0px;
    }
    .bloq-single-entrepreneurship .bloq-entrepreneurship-item {
        width: 9%;
        margin: 3.3%;
        margin-bottom: 1rem;
    }
    .bloq-entrepreneurship-item img {
        height: 250px;
        width: 100%;
        object-fit: contain;
        display: block;
        border: 1px solid #e3e3e3;
        padding: 1.5rem;
    }
    .bloq-single-entrepreneurship .bloq-entrepreneurship-item img  {
        border: 0px;
        height: 110px;
         padding: 1.5rem 0px;
    }
    .bloq-entrepreneurship-item .title-entrepreneurships {
        color: #000;
        width: 100%;
        margin: 0px;
        font-weight: 400;
        font-size: 1.1rem;
        text-align: center;
    }
    .bloq-entrepreneurship-text {
        padding: 1.5rem 0px;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }
    .bloq-single-entrepreneurship .bloq-entrepreneurship-item .title-entrepreneurships {
       font-size: 0.8rem;
       padding: 0px;
    }
    @media screen and (max-width: 1200px) {
        .bloq-entrepreneurship-item {
            width: 48%;
            position: relative;
            margin-right: 4%;
            margin-bottom: 4%;
        }
        .bloq-entrepreneurship-item:nth-child(3n + 0) {
            margin-right: 4%;
        }
        .bloq-entrepreneurship-item:nth-child(2n + 0) {
            margin-right: 0px;
        }
        .bloq-single-entrepreneurship .bloq-entrepreneurship-item {
            width: 10%;
            margin: 2%;
            margin-bottom: 1rem;
        }
    } 
    @media screen and (max-width: 768px) {
        .bloq-entrepreneurship-item {
            width: 100%;
            margin-right: 0px !important;
            margin-bottom: 2rem;
        }
        .bloq-single-entrepreneurship .bloq-entrepreneurship-item {
            width: 12%;
            margin: 3%;
            margin-bottom: 1rem;
        }
    } 
    @media screen and (max-width: 600px) {
        .bloq-single-entrepreneurship .bloq-entrepreneurship-item {
            width: 20%;
            margin: 4%;
        }
    } 
    /* SINGLE  */
    .single .page-title {
        margin: 0px 0px 3rem 0px !important;
        line-height: 1.2em;
    }
    .bloq-image-single {
        position: relative;
    }
    .bloq-image-single img {
        display: block;
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    .bloq-title-single {
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: rgba(0,0,0,0.7);
        padding: 1rem;
        color: #fff;
    }
    .bloq-title-single small {
        font-size: 1rem;
    }
    .bloq-title h4 {
        color: #fff;
        margin-bottom: 0px;
    }
    .content_wrapper {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: stretch;
    }
    .single-bloq-content {
        width: calc(70% - 3rem);
    }
    .single-bloq-sidebar {
        width: 30%;
    }
    .bloq-noticias-sidebar a {
        text-decoration: none !important;
        padding: 1rem;
        display: block;
        box-shadow: 1px 2px 5px rgb(0 0 0 / 30%) !important;
        margin-bottom: 1rem;
        transition: all .3s ease;
    }
    .bloq-noticias-sidebar a .fecha_styles {
        margin-top: 0px;
    }
    .bloq-noticias-sidebar a h4 {
        color: #000 !important;
        margin-top: 0px;
    }
    @media screen and (max-width: 1024px) {
        .single-bloq-content {
            width: 100% 
        }
        .single-bloq-sidebar {
            width: 100%;
        }   
    }
    .bloq-investigador {
        padding: 1rem;
        text-align: center;
    }
    .bloq-investigador img {
        width: 200px;
        object-fit: cover;
        height: 200px;
        border-radius: 50%;
        box-shadow: 1px 2px 5px rgba(0,0,0,0.5);
        margin-bottom: 1rem;
    }
    .single-bloq-sidebar p {
        margin: 1rem 0px;
    }
/***********/
    .bloq-gris-phd {
        padding: 2rem;
        background-color: #f2f2f2;
        box-shadow: 1px 2px 5px rgba(0,0,0,0.5);
        margin: 2rem 0px 0px;
    }
    .bloq-gris-phd h3 {
        margin-top: 0px;
    }
    .bloq-poster-phd {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 2rem;
    }
    .bloq-poster-phd img {
        width: 200px;
        margin-right: 50px;
    }
    .bloq-info-phd {
        width: calc(100% - 250px);
        background: #f2f2f2;
        padding: 2rem;
        box-shadow: 1px 2px 3px ;
    }
    .bloq-submenu-phd {
        margin-top: 3rem;
    }
    .bloq-submenu-phd a {
        text-decoration: none ;
        display: block;
        width: 100%;
        padding: 1rem;
        color: #000;
        border: 1px solid #f2f2f2;
        margin-bottom: 1rem;
    }
    .bloq-submenu-phd a:hover {
        background-color: #f2f2f2;
    }
    .bloq-submenu-phd a i {
        margin-right: 0.5rem;
    }
    @media screen and (max-width: 768px) {
        .bloq-poster-phd {
            justify-content: center;
        }
        .bloq-poster-phd img {
            width: 100%px;
            display: block;
            margin: 0px auto;
        }
        .bloq-info-phd {
            width: 100%;
        }
    }
    /**/
    .bloq-blanco {
        padding: 2rem;
        background-color: #fff;
        box-shadow: 1px 2px 5px rgba(0,0,0,0.5);
        margin: 2rem 0px 0px;
    }
    .bloq-blanco h3 {
        margin-top: 0px;
    }

    .bloq-borde-gris {
        padding: 2rem;
        background-color: #fff;
        border: 2px solid #e3e3e3;
        margin: 2rem 0px 0px;
    }
    .bloq-borde-gris h3 {
        margin-top: 0px;
    }
    /**/
    .bloq-investigator-container {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .bloq-investigator-cabecera {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 1rem;
    }
/*    .bloq-investigator-cabecera h2 {
        width: calc(100% - 100px);
    }*/
    .bloq-investigator-cabecera-text {
        width: calc(100% - 100px);
    }
    .bloq-investigator-cabecera img {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }
    .bloq-investigator-cabecera h2 {
        margin-top: 0px;
        color: #00786a;
        margin-bottom: 0px;
        font-size: 1.2rem;
    }
    .bloq-investigator-cabecera .cargo {
         color: #00786a;
         font-size: 1rem;
         margin-top: 0px;
         margin-bottom: 0px;
    }
    .bloq-investigator {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-content: flex-start;
        border-radius: 1rem;
        box-shadow: 1px 20px 15px rgba(0,0,0,0.2);
        width: 48%;
        margin-bottom: 2rem;
    }
    .bloq-data-investigator {
        width: 100%;
    }
    @media screen and (max-width: 980px) {
        .bloq-investigator {
            width: 100%;
            margin-bottom: 1rem;
        }

    }
    /***/
    .bloq-phd-template {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 3rem;
    }
    .bloq-phd-template-cabecera {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: stretch;
    }
/*    .bloq-phd-template-cabecera img {
        width: 80px;
        display: block;
        margin: 0px;
    }*/
/*    .bloq-phd-template-cabecera-texto {
        width: calc(100% - 100px); 
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-content: center;
    }*/
    .bloq-phd-template-cabecera h2 {
        margin-top: 0px;
        color: #00786a;
        margin-bottom: 0px;
    }
/*    .bloq-phd-template-cabecera-texto h2 {
        margin-top: 0px;
        color: #00786a;
        margin-bottom: 0px;
    }*/
    .bloq-phd-template-content {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start; 
    }
    .bloq-phd-template-image {
       width: 180px;
        display: block;
        margin: 0px; 
    }
    .bloq-phd-template-image img {
        margin: 0px; 
        width: 100%;
    }
    .bloq-phd-template-text {
        width: calc(100% - 200px); 
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-content: center;
    }
    .bloq-phd-template-text h4 {
       margin: 0px;
    }
    @media screen and (max-width: 768px) {
        .bloq-phd-template-cabecera {
            align-items: flex-start;
        }
		.bloq-phd-template-image,
		.bloq-phd-template-text {
		   width: 100%;
		}
    }
    .bloq-team-member {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        margin-bottom: 4rem;
    }
    .team-member {
        width: 22%;
        margin-right: 4%;
        margin-bottom: 3rem;
    }
    .team-member a {
        margin-top: 0px !important;
    }
    .team-member h2 {
        font-size: 1rem;
        color: #000 !important;
        display: block;
    }
    .team-member h2 a {
        color: #000 !important;
        text-decoration: none !important;
        display: inline-block;
        width: 100%;
    }
    .team-member h2 span {
        font-size: 0.8rem;
        font-weight: 300;
        line-height: 1.2rem;
        display: inline-block;
        width: 100%;
    }
    .team-member:nth-child(4n - 0) {
        margin-right: 0px;
    }
    .team-member img {
        width: 100%;
        filter: grayscale(100);
    }
    @media screen and (max-width: 768px) {
        .team-member {
            width: 31%;
            margin-right: 3.5%;
            margin-bottom: 2rem;
        }
        .team-member:nth-child(4n - 0) {
            margin-right: 3.5%;
        } 
        .team-member:nth-child(3n - 0) {
            margin-right: 0%;
        } 
    }
    @media screen and (max-width: 600px) {
        .team-member {
            width: 47%;
            margin-right: 6%;
            margin-bottom: 2rem;
        }
        .team-member:nth-child(4n - 0),
        .team-member:nth-child(3n - 0) {
            margin-right: 6%;
        } 
        .team-member:nth-child(2n - 0) {
            margin-right: 0%;
        } 
    }
    /**/
    .bloq-high_pub {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;
        padding: 1.5rem;
        border: 2px solid #e3e3e3;
        margin-bottom: 2rem;
    }
    .bloq-high_pub h2 {
        font-size: 1.2rem;
    }
    .bloq-high_pub h2 a {
        color: #97ca5d;
        font-weight: 400;
    }
    .bloq-high_pub img {
        width: 200px;
        border: 1px solid #f2f2f2;
    }
    .bloq-text-high_pub {
        width: calc(100% - 230px);
    }
    @media screen and (max-width: 1200px) {
        .bloq-high_pub img {
            width: 100px;
            border: 1px solid #f2f2f2;
        }
        .bloq-text-high_pub {
            width: calc(100% - 130px);
        } 
    }
    @media screen and (max-width: 768px) {
        .bloq-high_pub img {
            display: none;
        }
        .bloq-text-high_pub {
            width: 100%;
        } 
    }
    .tablepress {
        font-size: 80%;
    }
    /*******/
    .bloq-investigadores {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: stretch;
    }
    .bloq-investigadores-item {
        display: block;
        width: 31%;
        margin-bottom: 2rem;
        margin-right: 3.5%;
        padding: 2rem;
        border: 1px solid #e3e3e3;
        text-align: center;
        text-decoration: none !important;
        color: #000 !important;
        transition: all .3s ease;
    }
    .bloq-investigadores-item:nth-child(3n + 0) {
        margin-right: 0px;
    }
    .bloq-investigadores-item:hover {
        transform: scale(1.03);
    }
    .bloq-investigadores-item h3 {
        margin-top: 0px;
        font-size: 1rem;
    }
    .bloq-investigadores-item p {
        margin-bottom: 0px;
    }
    .bloq-investigadores-item .lab-name {
        display: inline-block;
        background-color: #e3e3e3;
        color: #000;
        border-radius: 5px;
        padding: 0.2rem 0.5rem;
        text-decoration: none;
        font-size: 0.8rem;
        line-height: 1.2em;
    }
    .bloq-investigadores-item .lab-name:hover {
        background-color: #333;
        color: #fff;
    }
    @media screen and (max-width: 980px) {
        .bloq-investigadores-item {
            width: 48%;
            margin-right: 4%;
        }
        .bloq-investigadores-item:nth-child(3n + 0) {
            margin-right: 4%;
        }
        .bloq-investigadores-item:nth-child(2n + 0) {
            margin-right: 0px;
        }
    }
    @media screen and (max-width: 768px) {
        .bloq-investigadores-item {
            width: 100% !important;
            margin-right: 0px !important;
        }
    }
    #hotspot-10693 .hotspots-image-container, #hotspot-10693 .leaflet-container {
        background: #fff !important;
    }



/*********************************/
.form-bloque {
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start;
}
.form-bloque-item {
	display:flex;
	flex-flow:column;
	justify-content:center;
	align-items:center
}
input[type="submit"].wpcf7-submit {
	 margin: 0px 1rem;
    background: #d81920;
    color: #fff;
    border: 0px;
    border-radius: 3rem;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    letter-spacing: 1px;
    font-weight: bold;
	cursor:pointer !important;
}
input[type="submit"].wpcf7-submit:hover {
    background: #000;
}
/**/
.post-type-archive-eventos .wrapper_cat {
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	padding-top:6rem;
}
.bloq-eventos-item {
	width:48%;
	margin-bottom:2rem;
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start;
	align-items:flex-start;
	text-decoration:none !important;
}
.bloq-eventos-date {
	width: 90px;
    aspect-ratio: 1/1;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 50%;
	margin-right:20px;
}
.bloq-eventos-text {
	width:calc(100% - 110px);
}
.bloq-eventos-item:hover .bloq-eventos-date {
    background: #cd2418;
}
.bloq-eventos-dia {
	font-size:2.5rem;
	font-weight:bold;
	line-height:1em;
	color:#fff;
}
.bloq-eventos-mes {
	font-size:1rem;
	font-weight:400;
	color:#fff;
}
.bloq-eventos-text {
	display:flex;
	flex-flow:column wrap;
	justify-content:center;
	align-items:flex-start
}
.bloq-eventos-text small {
	color:#333;
	font-weight:bold;
}
.title-eventos {
	font-weight:400;
	color:#333;
	font-size: 1rem;
	margin-bottom:5px;
}
.item-meta-evento {
	margin-bottom:1rem;
}
.bloq-eventos-single {
	padding:2rem;
	background:#f2f2f2;
	position:relative;
	margin-bottom:2rem;
}
.bloq-eventos-single::after {
	content:'';
	display:block;
	width:3rem;
	height:7px;
	background:#cd2418;
	position:absolute;
	bottom:0px;
	left:2rem;
}
@media screen and (max-width:980px) {
	.bloq-eventos-item {
		width:100%;
	}
}
/*****/
.bloq-offer {
	width: 48%;
	margin-right:4%;
	margin-bottom:4%;
    padding: 2rem;
    box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
    border-bottom: 5px solid #cd2418;
	text-decoration:none !important;
	display:block;
	cursor:pointer;
}
.bloq-offer:hover {
    border-bottom: 5px solid #000;
}
.bloq-offer:nth-child(2n + 0) {
	margin-right:0%;
}
.bloq-offer h2 {
	text-transform: uppercase;
    margin-top: 0px;
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 5px;
	color:#000;
}
.bloq-offer p {
    margin-bottom: 3px;
	margin-top:0px;
	color:#000;
	font-size:90%;
}
.bloq-descarga-work-offer {
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start
}
.bloq-descarga-work-offer a {
	color:#fff;
	background:#cd2418;
	padding:0.5rem 1rem;
	border-radius:4px;
	margin-top:2rem;
	text-decoration:none !important;
}
.bloq-descarga-work-offer a:hover {
	background:#000;
}
@media screen and (max-width:768px) {
	.bloq-offer {
		width: 100%;
		margin-right:0px;
		margin-bottom:2rem;
		padding: 2rem;
	}
}/************************/
/*****/
.bloq-course {
    width: 30%;
    margin-right:3%;
    margin-bottom:3%;
    padding: 2rem;
    box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
    border-bottom: 5px solid #cd2418;
    text-decoration:none !important;
    display:block;
    cursor:pointer;
}
.bloq-course:hover {
    border-bottom: 5px solid #000;
}
.bloq-course:nth-child(2n + 0) {
    margin-right:0%;
}
.bloq-course h2 {
    text-transform: uppercase;
    margin-top: 0px;
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 5px;
    color:#000;
}
.bloq-course p {
    margin-bottom: 3px;
    margin-top:0px;
    color:#000;
    font-size:90%;
}
.bloq-descarga-course {
    display:flex;
    flex-flow:row wrap;
    justify-content:flex-start
}
.bloq-descarga-course a {
    color:#fff;
    background:#cd2418;
    padding:0.5rem 1rem;
    border-radius:4px;
    margin-bottom:1rem;
    margin-right: 1rem;
    text-decoration:none !important;
}
.bloq-descarga-course a:hover {
    background:#000;
}
.bloque_cabecera_course {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.bloq_text_course {
    width: 100%;
}
@media screen and (max-width:1200px) {
    .bloq-course {
        width: 48%;
        margin-right:4%;
        margin-bottom:4%;
        padding: 2rem;
    }
}
@media screen and (max-width:768px) {
    .bloq-course {
        width: 100%;
        margin-right:0px;
        margin-bottom:2rem;
        padding: 2rem;
    }
}
/************************/
.bloq-cabecera-media {
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.bloq-cabecera-media-img {
	width:25%;
}
.bloq-cabecera-media-img img {
	width:100%;
	height:100%;
	object-fit:cover;
	aspect-ratio:1/1;
}
.bloq-title-media {
	width:70%;
}
.bloq-title-media .bloque-fuente {
	background:#2eace2;
	color:#fff;
	padding:0.5rem 1rem;
	border-radius:5px;
	font-size:1rem;
}
.fecha-videos {
    color: #2eace2;
    font-size: 0.8rem;
    margin-bottom: 5px;
}
.enlace_relacionado_videos {
	display:inline-block;
	padding:0.4rem 1rem;
	background:#2eace2;
	text-decoration:none !important;
	border-radius:5px;
	color:#fff !important;
	margin-left:0.2rem;
	margin-bottom:0.2rem;
	text-align:center;
}
.enlace_relacionado_videos:hover {
	background:#333;
}
/***/
.category-452 .wrapper-page .bloq-cabecera .bloq-title {
    background-color: #2eace2;
}
.bloq-section-btn {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin: 3rem 0px;
}
.btn-link-page {
    color:#000 !important;
    background: #e3e3e3;
    padding: 0.8rem 1rem;
    display: inline-block;
    text-decoration: none !important;
}
.btn-link-page:hover {
    color:#fff !important;
    background: #000;
}
/****/
.show_mobile {
	display:none;
}
@media screen and (max-width:768px) {
	.show_mobile {
		display:block;
	}
	.hide_mobile {
		display:none;
	}
}