body {
  font-size: 1rem;
  font-family: 'Georgia';
  color: #346671;
  background-color: #fff !important;
}
.row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

a {
    color: #000 !important;
  text-decoration: none !important;
}
a:hover{
  color: #346671 !important;
  text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  font-family: 'Montserrat', sans-serif !important;
}
p{
line-height: 1.2;
font-size: 0.9em;
color: #000;
}
h5{
  color: white;
  padding-top: 0px;
  text-shadow: 1px 1px 2px black; 

}


.text-center button{  color:#fff; font-family: "Open Sans", sans-serif !important;padding:4px; margin:4px;text-transform: uppercase; font-size: .9em ;
}

.head_table{background-color: #b3b3b3 !important;}
.head_exp{top:0px;background-color: #ed1c24;padding: 0.7em;left: 0px;position: fixed;display: block;width: 100%; border-bottom-color: #000;
  border-right-width: 2px;border-bottom-style:solid;z-index: 99; -webkit-transition: background-color 0.5s ease-out; -moz-transition: 
  background-color 0.5s ease-out; -o-transition: background-color 0.5s ease-out; transition: background-color 0.5s ease-out;}
.head_exp:hover{ background-color: #000; }


.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper
.dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
  font-size: 0.8em;
  font-weight: 400 !important;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.dataTables_wrapper .dataTables_info{
  color: #346671 !important; 
  opacity: 0.5;
  font-size: 0.6em;
  font-weight: 400 !important;

}
.head_table{
  font-size: 1.1em;
 font-weight: 400 !important;
  font-family: 'Lato' !important;
  text-align: center;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  background-color: #fff !important;
}

.head_table:hover{
  font-size: 1.1em;
  font-weight: 400 !important;
  font-family: 'Lato' !important;
  text-align: center;

}
.pos2019{font-size: 1.5em;
  font-weight: 400;
  font-family: Georgia, Times, "Times New Roman" !important;
  text-align: center;

}

.name-list{
  font-weight: 700;
  font-size: 1.2em;
  font-family: Georgia, Times, "Times New Roman" !important;
  line-height: 1.2em;
}
.name-list a{
  color: #000 !important;
}

.brdrb.name-list {
  min-width: 180px;
}

.telm{
  font-weight: 200;
  font-size: 1em;
  min-width: 190px;
  text-align: left;
  line-height: 1.3em;
}

.telm-list{
  font-weight: 500;
  font-size: 1em;
  min-width: 200px;
  text-align: left;
  line-height: 1.3em;
  text-transform: uppercase;
}

.brdrb .telm-repit{
  text-align: center;
  color: #CBEAE1;
}

.cardimg{
  width: 100%;
  max-width: 80px;
  display: block;
}


.gallery-block{  
}

.heading{
    text-align: center;
}/*********** Galerría ********/

.gallery-block{  
}

.heading{
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 3em;
}


.gallery-block.compact-gallery .item{
  overflow: hidden;
  margin-bottom: 0;
  background: black;
  opacity: 1;
}

.gallery-block.compact-gallery .item .image{
  transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info{
  position: relative;
    display: inline-block;
}

.gallery-block.compact-gallery .item .description{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    /* padding: 10px; */
    line-height: 18px;
    /* font-size: 45px !important; */
    width: 100%;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 60px;
    padding-bottom: 5px;
    opacity: 1;
    color: #fff;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.description h4{  text-align: left !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}
.description h3{  text-align: left !important;
  font-size: 24px !important;
  font-weight: 400 !important;
}
.gallery-block.compact-gallery .item .description .description-heading{
  text-align: left;
}

.gallery-block.compact-gallery .item .description .description-body{
  margin-top: 10px;
  font-weight: 300;
   -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;

}

.gallery-block .zoom-on-hover:hover .image {
    opacity: 0.4; 
 -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  }
.mobile img{
  -webkit-animation: inzoom 1s; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 0.1s; /* Safari 4.0 - 8.0 */
  animation: inzoom 1s;
  animation-delay: 0.1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes inzoom {
  from {opacity: 0;
  transform: scale(0.7);}
  to {opacity: 1;
  transform: scale(1);}
}

@keyframes inzoom {
from {opacity: 0;
  transform: scale(0.7);}
  to {opacity: 1;
  transform: scale(1);}
}
.gallery-block.compact-gallery .item a:hover .description {
  opacity: 1; 
} 
.gallery-block .zoom-on-hover:hover .image {
  transform: scale(1.2);
  opacity: 0.4; 
}

.img_m2_g{
  background-image: url(../img/rodrigo.png);
  width: 100%;
  height: 20em;
  background-position: top;
  background-size: cover;
}
.img_m2_1{
  background-image: url(../img/pascal.png);
  width: 100%;
  height: 20em;
  background-position: top;
  background-size: cover;
}
.img_m2_2{
  background-image: url(../img/gabriel.png);
  width: 100%;
  height: 20em;
  background-position: top;
  background-size: cover;
}

.info_mobile img{
  display: none;
}

.hide_element{
 }
.mobile{ display: none;
}
.desk{display: block;
 }



/*-------------- Fichas --------------*/

.ficha{
  padding: 60px 0 0 0;
  z-index: 10;
  position: relative;
}

.ficha img{
  z-index: 10;
  position: relative;
}

.ficha h2{
  color: #000;
  font-weight: 800;
  padding-top:20px;
  line-height: 0.9;
  font-size: 4em;
  z-index: 10;
  position: relative;
}
.ficha h3{
  color: #00aeef;
  font-weight: 300;
  padding-top:10px;
  line-height: 1;
  font-size: 2em;
  z-index: 10;
  position: relative;
}
.ficha p{
  font-family: 'Georgia';
  padding-top:40px;
  line-height: 1.3;
  font-size: 1.2em;
  z-index: 10;
  position: relative;
}

.lineback{
  background: #00aeef;
  clip-path: polygon(0 0, 48% 0, 48% 100%, 0% 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  animation: polygons 4s alternate;
  top:0;
}
@keyframes polygons {
  25% {
    clip-path: polygon(0 0, 48% 0, 48% 0%, 0 10%);
    background: #00aeef;
  }
  75% {
    clip-path: polygon(0 0, 48% 0, 48% 100%, 0 100%);
    background: #00aeef;
  }
}
.recuadro{
  background-color: #f5cdd0;
  display: block;
  position: absolute;
  width: 100%;
  height: 780px;
  top: 0px;
  z-index: -1;
}


.cita{
  padding: 40px 20px;
}

.cita h3{
  color: #00aeef;
  font-weight: 800;
  line-height: 1.1;
  font-size: 1.9em;
  z-index: 10;
  position: relative;
}

.botX_2{
  position: fixed;
  top: 0px;
  right: 0px;
  width: 70px;
  z-index: 999;
  max-width:100px;margin: 10px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.botX_2:hover{
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.botX_3{
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 70px;
  z-index: 10;
  max-width:100px;margin: 10px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.botX_3:hover{
  -webkit-transform: rotateY(60deg);
  transform:rotateY(60deg) ;
}
.botX_4{
  position: fixed;
  bottom: 0px;
  left: 70px;
  width: 70px;
  z-index: 10;
  max-width:100px;margin: 10px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.botX_4:hover{
  -webkit-transform: rotateY(60deg);
  transform:rotateY(60deg) ;
}



/*    CSS filtrado */ 

.filterDiv {
  
  display: none;
}

.show_table{
  display:table-row;
  text-align: left;
  visibility: inherit !important;
}

.container_t{  overflow: hidden;
}
/* Style the buttons */
.btn_table{
  font-size: 1em;
  font-family: Georgia, Times, "Times New Roman" !important;
  border-style: none !important;
  outline: none !important;
  background-color: #000;
  cursor: pointer !important;
  color: #ffffffb5;
  border-bottom: solid 1px !important;
  border-color: #17545e !important;
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}

.btn_table:hover {
  color: #fff !important;
  border-radius: 0px !important;
  border-color: #fff;
  border-bottom: solid 1px !important;
   -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}

.btn_table.active {
 color: #fff;
  border-radius: 0px !important;
  border-color: #fff;
  border-bottom: solid 1px !important;
   -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;

}
table img{
  max-width:70px;
}

.articuloback h6{
  padding: 3px 3px 3px 12px;
  border-style: solid;
  border-width:2px 0px;
  border-color:#8b9ea5;

  margin: 5px auto 15px auto;
  position: relative;
  font-size: 1em !important;
  font-weight: bold;
  color: #8b9ea5;
  text-align: center;
}


td{
  border-top: 1px solid #346671 !important;
}
tr{
  background-color: #87d5ed !important;
  color: black!important;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

table.dataTable.display tbody tr.even>.sorting_2, table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
    background-color: #ffffff !important;

    }
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #ffffff !important;

}
table.dataTable.display tbody tr.odd>.sorting_2, table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
  background-color: #faf2e9 !important
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{
      background-color: #ffffff !important;

}  





/*---------------------
   Hero section
 -----------------------*/

.hero-section {
  height: 80%;
  margin-top: 150px;
}

@media only screen and (min-width: 576px) and (max-width: 767px)
  .pana-accordion {
    display: none;
  }
}

.pana-accordion-item,
.hero-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.pana-accordion-item img{
  max-width: 50%;
 
}

.pana-accordion-item .pa-text,
.hero-item .pa-text {
  padding-left: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 5;
  opacity: 0;
  top: -50px;
}

.pa-text p {
  text-decoration: underline;
  color: #fff;
  text-shadow: 1px 1px 2px black; 
  font-size: 1.2em;
  font-family: 'Montserrat', sans-serif !important;
}

.desliza  {
  padding-bottom: 3em;
    color: #a5a0a0;
    line-height: 1.2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.text-center{
  text-align: center!important;
}

.pana-accordion-item .pa-text .pa-tag,
.hero-item .pa-text .pa-tag {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #2916e0;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 2px;
  background: #fff;

}

.pana-accordion-item .pa-text h2,
.hero-item .pa-text h2 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 370px;;
  text-shadow: 2px 2px 5px black;
}


@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .pana-accordion-item .pa-text h2,
  .hero-item .pa-text h2 {
    font-size: 48px;
  }
}

@media (max-width: 576px) {
  .pana-accordion-item .pa-text h2,
  .hero-item .pa-text h2 {
    font-size: 36px;

  }
}

@media (max-width: 420px) {
  .pana-accordion-item .pa-text h2,
  .hero-item .pa-text h2 {
    font-size: 24px;
  }
}

.pana-accordion-item .pa-text h4,
.hero-item .pa-text h4 {
  font-weight: 600;
  color: #fff;
  padding-top: 15px;
}

@media (max-width: 420px) {
  .pana-accordion-item .pa-text h4,
  .hero-item .pa-text h4 {
    font-size: 16px;
  }

  .desliza  {
  padding-bottom: 3em;
    color: #a5a0a0;
    line-height: 1.2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
}

.pana-accordion-item .pa-text .pa-author,
.hero-item .pa-text .pa-author {
  overflow: hidden;
}



.pana-accordion-item.active .pa-text,
.hero-item.active .pa-text {
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.4s ease 0.4s;
  -o-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
}

.pana-accordion-item.active:after,
.hero-item.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8211659664)), color-stop(94%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8211659664) 0%, rgba(0, 0, 0, 0) 94%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8211659664) 0%, rgba(0, 0, 0, 0) 94%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.hero-slider-warp {
  height: 90%;
  display: none;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
  .hero-slider-warp {
    display: block;
  }
}

.hero-slider {
  height: 100%;
}

.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item,
.hero-slider .pana-accordion-item,
.hero-slider .hero-item {
  height: 100%;
}

.hero-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0 px;
}

.hero-item .pa-text {
  padding-left: 0;
  padding-bottom: 0;
}

.hero-item .pa-text h4 {
  display: inline-block;
}

.hero-item .pa-text .pa-author img {
  float: none;
  display: inline-block;
}

.owl-item.active .hero-item .pa-text {
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.4s ease 0.4s;
  -o-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
}

.owl-item.active .hero-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.5;
}

/*------------------
   About page
 ------------------*/

.about-section {
  height: 100%;
}

.about-section .about-warp {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
  .about-section .about-warp {
    display: block;
  }
}

.about-section .about-left {
  background: #2916e0;
  -ms-flex: 0 0 47%;
  -webkit-box-flex: 0;
  flex: 0 0 47%;
  max-width: 47%;
  padding: 0 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
  .about-section .about-left {
    max-width: 100%;
  }
}

.about-section .about-right {
  -ms-flex: 0 0 53%;
  -webkit-box-flex: 0;
  flex: 0 0 53%;
  max-width: 53%;
  padding: 0 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
  .about-section .about-right {
    max-width: 100%;
  }
}

.about-img {
  text-align: center;
  background-image: url("../img/about-bg.png");
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center center;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-img {
    background-size: 300px;
  }
}

@media (max-width: 576px) {
  .about-img {
    background-size: 250px;
  }
}

.about-img img {
  width: 515px;
  height: 515px;
  border-radius: 50%;
  margin: 82px auto 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-img img {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 576px) {
  .about-img img {
    width: 180px;
    height: 180px;
  }
}

.profile-text {
  max-width: 550px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.profile-text h2 {
  font-weight: 500;
}

.profile-text p {
  padding-top: 20px;
  margin-bottom: 30px;
}

.profile-text .profile-btn {
  display: inline-block;
  min-width: 160px;
  padding: 9px 10px;
  margin-bottom: 10px;
  margin-right: 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.profile-text .profile-email {
  display: inline-block;
  font-style: italic;
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
}

.about-text {
  max-width: 810px;
  margin: 0 auto;
  padding: 75px 0 50px;
}

.about-text h2 {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 3px solid #2916e0;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 9px;
}

.skill-warp {
  max-width: 930px;
  margin: 0 auto;
}

.circle-progress {
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.circle-progress canvas {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.circle-progress .progress-info {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -10px;
}

.circle-progress .progress-info h2 {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}

.circle-item {
  margin-bottom: 30px;
}

.circle-item h4 {
  font-size: 20px;
  font-weight: 600;
}



/*------------------
   Gallery page
 ------------------*/

.gallery-section {
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
}

.gallery-section .gallery-warp {
  margin-left: -5px;
  margin-right: -5px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
  .gallery-section {
    padding-top: 0;
    height: auto;
  }
}

.nice-scroll {
  height: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
  .nice-scroll {
    overflow: inherit;
  }
}

.gallery-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  padding-top: 30px;
  padding-right: 74px;
  padding-left: 210px;
  z-index: 99;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
  .gallery-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
  .gallery-header {
    position: relative;
    padding-bottom: 20px;
  }
}

.gallery-header h4 {
  float: left;
  margin-bottom: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
  .gallery-header h4 {
    margin-bottom: 20px;
    float: none;
  }
}

.gallery-filter {
  list-style: none;
  float: right;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
  .gallery-filter {
    float: none;
  }
}

.gallery-filter li {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #252525;
  margin-left: 35px;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-filter li {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
  .gallery-filter li {
    margin-left: 0;
    margin-right: 15px;
    font-size: 16px;
  }
}

.gallery-filter li.active {
  color: #2916e0;
}

.grid-sizer,
.gallery-item {
  width: 20%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .grid-sizer,
  .gallery-item {
    width: 25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .grid-sizer,
  .gallery-item {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .grid-sizer,
  .gallery-item {
    width: 100%;
  }
}

.gallery-item {
  padding: 0 5px;
  margin-bottom: 10px;
  position: relative;
}

.gallery-item .gi-hover {
  position: absolute;
  left: 30px;
  bottom: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.gallery-item .gi-hover img {
  display: inline-block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 6px;
}

.gallery-item .gi-hover h6 {
  padding-top: 5px;
  display: inline-block;
  color: #fff;
  position: relative;
  top: 2px;
}

.gallery-item a {
  display: block;
  position: relative;
}

.gallery-item a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8211659664)), color-stop(94%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8211659664) 0%, rgba(0, 0, 0, 0) 94%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8211659664) 0%, rgba(0, 0, 0, 0) 94%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.gallery-item a img {
  min-width: 100%;
}

.gallery-item:hover .gi-hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.gallery-item:hover a:after {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.gallery-item.gi-big {
  width: 40%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .gallery-item.gi-big {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .gallery-item.gi-big {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .gallery-item.gi-long {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .gallery-item.gi-long {
    width: 100%;
  }
}

.fr-position-outside {
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
}

.fr-position-text {
  color: #fff;
}

.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-outside .fr-close:hover .fr-close-background {
  background-color: transparent;
}

.fr-thumbnail-active {
  border: 2px solid #2916e0;
}




/************* 41+1 2020 ************1*/
.inicio{
  padding-top: 3em;
}
.inicio h1{
  padding: 0.5em 1em 0em;
  line-height: 1.2;
  font-size: 3em;
  color: #000;
  font-weight: 200;
  text-align: center;
}
.inicio h1 span{
  font-weight: 800;
  font-size: 80px;
}


.inicio img{
  vertical-align: middle;
  
}

.edicion{
  background-color: #000;
  text-align: center;
}
.edicion h2{
  margin: 0 !important;
  padding: 0.5em 0.5em;
  background-color: #000;
  text-align: center;
  color: #fff;
  letter-spacing: 15px;
}
.personajes img{
  width: 250%;
}

.personajes h2{
  padding: 20px 10px 0 10px;
  margin: 0 !important;
  font-size: 1em;
  font-weight: 800;
  text-transform: uppercase;
}
.personajes h3{
  padding: 0 10px 20px 10px;
  font-size: 0.7em;
  font-weight: 300;
  text-transform: uppercase;
}
.b-r{
  border-right: 30px solid #00aeef;
}
.b-l{
  border-left: 30px solid #87d4ec;
}

.b-r2{
  border-right: 30px solid #8dd0bf;
}
.b-l2{
  border-left: 30px solid #ee75ad;
}
.bg-red{
  background-color: #ef75ad;
}
.bg-blue{
  background-color: #c1ebfb;
}
.bg-green{
  background-color: #88d5ed;
}

.bg-green h1 {
  text-transform: uppercase;
  font-size: 3.2em;
}




.pos2019 a{
      color: #00aeef !important;
      font-weight: 900;
      font-family: 'Lato';

}

.pos2019 td{
      text-align: right;

}

.mobile {
  display: none;
}

.block video{
  margin-top: -100px;
}

.texto p{
  line-height: 1.7;
  font-size: 1.3em;
  color: #000;
  font-family: 'Georgia' !important;
}

.img-doble {
  padding-top: 4em;
}


.eladio h1 {
  line-height: .5em;
  font-size: 1em;
  color: #000;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900;
  text-align: center;
  padding-top: 1em;
  
}

.eladio p {
  line-height: 1.1em;
  font-size: .8em;
  color: #a6a6a6;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
  text-align: center;
}

.img-doble img{
  max-width: 30%;
  text-align: center;
}

.titulo h1 {
  text-transform: uppercase;
  line-height: 1.1em;
  font-size: 4.5em;
  color: #000;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900;
  text-align: center;
}



.titulo p {
  line-height: 1.7;
  font-size: 1.6em;
  color: #000;
  font-family: 'Montserrat' !important;
  text-align: center;
}

.personaje {
  padding-top: 5em;
}

.personaje h1 {
  text-transform: uppercase;
  line-height: 1.5em;
  font-size: 1em;
  color: #000;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
  text-align: left;
}

.frase h1 {
  text-transform: uppercase;
  line-height: 1em;
  font-size: 2.7em;
  color: #b2e1d8;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900;
  text-align: center;
}



.logo41_2 img {
  margin-left: 0%;
  width: 80%;
}

.logo41 img {
  max-width: 20%;
  margin-left: 40%;
}


li{

  background-color:#fff;
}
li:hover{
background-color:#ccc;

}

.redes{ 
  opacity: 1;
  max-width: 40px !important;
  
  transition: transform .3s; /* Animation */
}
.redes:hover{
  opacity: 0.8;
     transform: scale(1.2);
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.subtitulo{
  width: 80%;
  padding-left: 20%;
  margin: 0;
}
.iframe{width: 100%;
  height: 400px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  padding: 50px;

}
.text-center button{  color:#fff; font-family: "Open Sans", sans-serif !important;padding:4px; margin:4px;text-transform: uppercase; font-size: .9em ;
}

.head_table{background-color: #b3b3b3 !important;}
.head_exp{top:0px;background-color: #ed1c24;padding: 0.7em;left: 0px;position: fixed;display: block;width: 100%; border-bottom-color: #000;
  border-right-width: 2px;border-bottom-style:solid;z-index: 99; -webkit-transition: background-color 0.5s ease-out; -moz-transition: 
  background-color 0.5s ease-out; -o-transition: background-color 0.5s ease-out; transition: background-color 0.5s ease-out;}
.head_exp:hover{ background-color: #000; }

.recuadro{
  background-color: #40c8f4;
  display: block;
  position: absolute;
  width: 100%;
  height: 780px;
  top: 0px;
  z-index: -1;
}

.img_m2_g{
  background-image: url(../img/rodrigo.png);
  width: 100%;
  height: 20em;
  background-position: top;
  background-size: cover;
}
.img_m2_1{
  background-image: url(../img/pascal.png);
  width: 100%;
  height: 20em;
  background-position: top;
  background-size: cover;
}
.img_m2_2{
  background-image: url(../img/gabriel.png);
  width: 100%;
  height: 20em;
  background-position: top;
  background-size: cover;
}

.info_mobile img{
  display: none;
}

.mobile{
  display: none;
}
.desk{
  display: block;
 }

.container_t{
  overflow: hidden;
}


/*    Termina CSS Filtrado */

@media only screen and (max-width: 550px) {
  .hide_element{
  display: none !important;
 }
}

@media (min-width: 200px) and (max-width: 700px) {
  .frase1 img{
    margin-left: 0%; 
  }
  .mobile img {
    margin-top: -15px;
  }
}

@media (min-width: 700px) and (max-width: 1400px){
  .block video{
    margin-top: -210px;
  }
}


@media (min-width: 200px) and (max-width: 770px) {
  .subtitulo{
    width: 100%;
    padding-left: 0%;
    margin: 0em 0;
  }

  .b-r{
    border-right: 0px ;
    }
  .b-l{
  border-left: 0px ;
  }

  .b-r2{
  border-right: 0px ;
}
.b-l2{
  border-left: 0px ;
}

  .desk {
    display: none;
  }
  .mobile {
    display: block;
  }

  .titulo h1 {
  text-transform: uppercase;
  line-height: 1.1em;
  font-size: 3em;
  color: #000;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900;
  text-align: center;
  }
  .texto p{
    padding-right: .3em;
    padding-left: .3em;
  }
  .texto h1{
    padding-right: .3em;
    padding-left: .3em;
  }

  .img-doble {
    padding-top: 3em;
  }

  .img-doble h1 {
    line-height: 1.1em;
    font-size: 1.2em;
    color: #555;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    text-align: center;
  }

.img-doble img{
  max-width: 30%;
  padding: .1em;
}

.frase h1 {
  text-transform: uppercase;
  line-height: 1em;
  font-size: 2em;
  color: #b2e1d8;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900;
  text-align: center;
}


.personaje {
  padding-top: 5em;
}

.personaje h1 {
  text-transform: uppercase;
  line-height: 1.5em;
  font-size: .7em;
  color: #000;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
  text-align: left;
  padding-top: 1em;
}

.col-12 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.container {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.apertura_mob {
  padding-top: 9em;
}

  .info_desk img {
    display: none;
  }
  .info_mobile img {
    display: inline-block;
    
  }
  .img_m2_g{
    background-image: url(../img/rodrigo.png);
    width: 100%;
    height: 20em;
    background-position: top;
    background-size: cover;
  }
  .img_m2_1{
    background-image: url(../img/pascal.png);
    width: 100%;
    height: 20em;
    background-position: top;
    background-size: cover;
  }
  .img_m2_2{
    background-image: url(../img/gabriel.png);
    width: 100%;
    height: 20em;
    background-position: top;
    background-size: cover;
  }
  .mobile h4{
    
        padding: 0px 3px 3px 3px;
      border-style: solid;
      border-width: 1px 0px;
      border-color: #cacaca;
      margin: 5px auto 15px auto;
      position: relative;
  }
  .desk{display: none;
  }
  .col-sm-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-sm-6 h4{
    font-size: 1em;
    font-weight: 700; 
    padding-top: 10px;

    }
}






