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;
}




/*---------------------
   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;
}

.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: 20px;
  margin-top: 20px;
}

@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;
  }
}

.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 **************/
.inicio{
  padding-top: 3em;
}
.inicio h1{
  padding: 3em 1em;
  line-height: 1.2;
  font-size: 2.5em;
  color: #000;
  font-weight: 200;
  text-align: center;
}
.inicio h1 span{
  font-weight: 800;
}
.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 #25408f;
}

.b-r2{
  border-right: 30px solid #cbeae4;
}
.b-l2{
  border-left: 30px solid #f5cdd0;
}
.bg-red{
  background-color: #fbcace;
}
.bg-blue{
  background-color: #c1ebfb;
}
.bg-green{
  background-color: #c2eae3;
}

.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.3em;
  color: #000;
  font-family: 'Georgia' !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: 2em;
  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;

    }
}






