*{
    font-family: 'Merriweather Sans', sans-serif;
    outline: none!important;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
}

@media only screen and (min-width: 0px) {
    /***********************************/
    /*      Estilos Generales          */
    /***********************************/
    html, body{
        background-color: #6A184C!important;
        height: 100%;
    }
    .content{
        float: left;
        position: relative;
        width: 100%;
        min-height: 88%;
    }
    .showMobile{
        display: inline;
    }
    .showDesktop{
        display: none;
    }
    .showLargeesktop{
        display: none;
    }
    /*Columnas*/
    .colAdorno{
        width: 100%;
        padding: 0 5px;
        float: left;
        position: relative;
    }
    .colContenido{
        width: 100%;
        padding: 0 5px;
        float: left;
        position: relative;
    }
    .colAdornosFooter{
        width:100%;
        float: left;
        position: relative;
    }
    .colFooter{
        width:100%;
        float: left;
        position: relative;
    }
    .colMapas{
        width: 100%;
        position: relative;
        float: left;
    }
    .colMapas img{
        max-width: 100%;
        margin: 0 auto;
        display: table;
        padding: 20px;
    }
    .colMapas3d{
        width: 100%;
        position: relative;
        float: left;
        display: none;
    }
    /***********************************/
    /*      Menú           */
    /***********************************/
    #Menu, .Menu{
        float: left;
        position: relative;
        width: 100%;
    }
    .lineaMenu{
        height: 3px;
        margin: 4px;
        background: #EC008C;
        float: left;
        position: relative;
        width: 100%;
    }
    button#movilMenu {
        float: left;
        position: relative;
        width: 55px;
        background: none;
        border: none;
        outline: none!important;
        margin: 20px 20px;
        cursor: pointer;
    }
    .circulo {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        float: right;
        margin: -4px -8px;
        position: relative;
        border: 2px solid #EC008C;
        transition: .5s all;
    }
    .circulo.izq{
        float: left;
    }
    #movilMenu:hover  .circulo{
        background: #ffffff;
        opacity: .8;
        border: 1px solid #ffffff;
    }

    /*MENU LATERAL*/
    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 3;
        top: 0;
        left: 0;
        background-color: #4c0733;
        overflow-x: hidden;
        transition: 0.5s;
        opacity: 0.95;
    }
    
    .overlay-content {
        position: relative;
        margin:30px;
    }
    .overlay a {
        font-size: 20px;
        color: #ffffff;
        text-decoration: none;
        display: block;
        font-weight: 100;
        transition: 0.3s;
        width: 100%;
        float: left;
        position: relative;
}
    .overlay .closebtn {
      font-size: 40px;
      top: 15px;
      right: 35px;
    }
    .txtProyectos_borde span{
        font-size: 13px;
    }
    
    .overlay a:hover, .overlay a:focus {
        color:#EC008C;
        text-decoration: none;
    }
    .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 0;
        left: 90%;
    }
    /***********************************/
    /*       Normativa          */
    /***********************************/
    #logos{
        background: #ffffff;
        float: left;
        position: relative;
        width: 100%;
    }
    .headerLogo{
        margin: 0 auto;
        display: table;
    }
    .headerLogo img{
        width: 100%;
        margin: 10px 0;
    }
    /***********************************/
    /*       INICIO          */
    /***********************************/
    section#inicio, #Proyectos, #Ubicacion, #Anteriores, #Contacto,  #Publicacion {
        float: left;
        position: relative; 
        display: none;
        min-height: 490px;
        width: 100%;
    }
    .txtCuerpo {
        float: left;
        position: relative;
        width: 100%;
    }
    .txtCuerpo p{
       color: #c5c5c5;
    }
    /*******árbolitos **********/
    .imgArboles{
        float: left;
        position: relative;
        width: 100%;
    }
    .imgArboles img{
        width: 132px;
        margin: 0 auto;
        display: table;
    }
    .ttlSeccion{
        float: left;
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }
    .ttlSeccion h2{
        margin: 0;
        color: #ffffff;
        font-weight: 600;
        float: left;
        position: relative;
        width: 100%;
    }
    #Anteriores .ttlSeccion h2{
        margin: 0 10px;
    }
    .txtCuerpo p{
        float: left;
        position: relative;
        width:100%;
        line-height: 35px;
        font-size: 15px;
        text-align: justify;
    } 
    .txtCuerpo h5{
        float: left;
        position: relative;
        width:100%;
        font-weight: 600;
        color: #ff008e;
        line-height: 35px;
        font-size: 20px;
        text-align: justify;
    } 
    #Directorio .txtCuerpo p span{
        font-family: 'Merriweather Sans', sans-serif;
        font-weight: 100;
    }
    #Directorio .ttlSeccion h2{
       /* padding-left: 30%;*/
    }
    #Directorio .txtCuerpo .ttlSub{
        font-weight: 600;
        color: #ff008e;
        font-size: 18px;
    }
    .logoMuestra {
        float: left;
        position: relative;
        width: 100%;
    }
    .logoMuestra img{
        margin: 0 0px 50px 0px;
        width: 50%;
    }
    
    .firma {
        float: right;
        position: relative;
        width: 100%;
        margin-bottom: 50px;
    }
    .firma p{
        text-align: right;
    }
    .firma span{
        color: #ffffff;
    }
    /*********/
    /* TABS */

    /* Style the tab */
    .tab {
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #f1f1f1;
    }

    /* Style the buttons inside the tab */
    .tab a {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

    /* Change background color of buttons on hover */
    .tab a:hover {
        background-color: #ddd;
    }

    /* Create an active/current tablink class */
    .tab a.active {
        background-color: #ccc;
    }
    .tablinks img{
        width: 45px;
        float: left;
        position: relative;
        display: none;
    }
    .tablinks p{
        width:auto;
        float: left;
        position: relative;
    }

    .tablinks:hover > img{
        display:block;
    }
    /* Style the tab content */
    .tabcontent {
        display: none;

    }
    /*****ACORDEON ***********/
    .tutores{
        float: left;
        position: relative;
        width: 100%;
    }
    .tutores .accordion {
        background-color: #6A184C;
        color: #ffffff;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
        margin-bottom: 20px;
    }
    
    .tutores .active, .accordion:hover {
        color: #ffffff;
    }
    
    .tutores .accordion:after {
        content: '\002B';
        color: #ff008d;
        float: right;
        font-size: 20px;
        margin-left: 5px;
    }
    .tutores .accordion span{
        color: #ff008d; 
    }
    .tutores .active:after {
        content: "-";
    }
    
    .tutores .panel {
        padding: 0 18px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
    .tutores .panel {
        margin: -20px 0 20px 0;
    } 
    /****************************/
    /*      proyectos           */
    /******************************/
    .cedula{
        float: left;
        position: relative;
        width:100%;
    }
    .imgIconos{
        float: left;
        width: 70%;
        position: relative;
        padding-top:70px;
    }
    .imgIconos img {
        width: 40px;
        float: right;
        position: relative;
        margin: 6px;
    }
    /* ****** */ 

    .timeline-parcours {
        width:960px;
        height:auto;
        min-height:10px;
        margin:100px auto;
    }
    .container-info  {
        width:960px;
        margin:0 auto;
        height:auto;
        min-height:187px;
    }
    .timeline-section-tl {
        width:236px;
        height:auto;
        min-height:10px;
        display:inline-block;
    }
    .infobox {
        width: 236px;
        height: auto;
        min-height: 10px;
        color:#ffffff;
    }
    .produccion{
        background-color: #6a184c;
        opacity: 0.9;
    }
    .investigacion{
        background-color: #b90076;
    }
    .investigacion .subt-infobox{
        color: #000000;
    }
    .produccion  .subt-infobox{
        color: #b90076;
    }
    .subt-infobox{
        padding: 5px;
    }
    .infobox:hover 
    {
        box-shadow: 10px 5px 15px #000000;
    }
    .infobox:hover  + .fleche-bloc {
        box-shadow: 10px 5px 15px #000000;
    }
    .infobox h3{
        float: left;
        position: relative;
        width: 100%;
        font-size: 20px;
        padding: 5px;
    }
    p.infobox-text {
        background: #ffffff;
        color: #6a184c;
        padding: 5px;
        
    }
  
    .fleche-bloc {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 15px 0 15px;
        border-color: #6a184c transparent transparent transparent;
        margin: auto;
    }
    .parcours-box {
        opacity:0;
        z-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        cursor: pointer;
    }
    
    .container-time-line {
        width:960px;
        margin:auto;
    }
    .time-line-parcours {
        width:730px;
        height:6px;
        background-color:#ffffff;
        margin:auto;
    }
    .timeline-indicator {
        width:0px;
        height:6px;
        background-color:#EC008C;
        border:2px solid #b90076;
        -webkit-transition: all 100ms ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    .tl-round {
        border: 2px solid #f3f3f3;
        width:20px;
        height:20px;
        border-radius:50%;
        background-color: #6a184c;
        margin:auto;
        -webkit-transition: all 100ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .container-bulle {
        margin-top:-14px;
    }
    /* animation classe */ 
    
    .anim-phase-1 {
        width:240px;
        -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    }
    .anim-phase-2 {
        width:475px;
        -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    }
    .anim-phase-3 {
        width:720px;
        -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    }
    .parcours-active {
        opacity:1;
        -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    }
    .mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
a.prev {
    margin-top: 29px;
    float: left;
    position: relative;
}
a.next{
    float: right;
    position: relative;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: 15px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
.prev img, .next img{
    width: 30px;
    float: left;
    position: relative;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 6px;
    width: 25px;
    margin: 0 2px;
    background-color: #ad2a7d;
    display: inline-block;
    transition: background-color 0.6s ease;
}

#Proyectos .active, .dot:hover {
    background-color: #ff0499;
}

/* Fading animation */
.fades {
  -webkit-animation-name: fades;
  -webkit-animation-duration: 1.5s;
  animation-name: fades;
  animation-duration: 1.5s;
}

@-webkit-keyframes fades {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fades {
  from {opacity: .4} 
  to {opacity: 1}
}
.imgProyecto_descripcion{
    float: left;
    position: relative;
    width: 100%;
    padding: 10px;
}

.imgProyecto_descripcion img{
    display: block;
    width: 100%;
    height: auto;
}


  
  .imgProyecto_descripcion .overlay {
    position: relative;
   
    background-color: #6a184c;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    transition: .5s ease;
    opacity: 0.55;
    float: left;
  }

  
  .imgProyecto_descripcion .overlay .text {
    color: white;
    font-size: 14px;
    overflow: hidden;
    padding: 10px;
    float: left;
    position: relative;
    text-align: left;
  }
    /***********************************/
    /*    UBICACIÓN       */
    /***********************************/
    .galerias{
        float: left;
        position: relative;
        width: 100%;
        margin: 25px 0;
    }
    .ttlSubSeccion{}
    .ttlSubSeccion h4{
        color:#ffffff;
    }
    .viewer .landing .watermark, .viewer .watermark{
        display: none!important;
    }
    .viewer .watermark a{
        display: none!important;
    }
    /***********************************/
    /*    Anteriores       */
    /***********************************/
    .anteriores{
        float: left;
        position: relative;
        width: 100%;
    }
    .papiam_anio{
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
    }
    .papiam_anio img{
        width: 100px;
        position: relative;
        margin: 0 auto;
        display: table;
    }
    .papiam_anio a{
        color: #ffffff;
        font-size: 11px;
        font-weight: 600;
        text-align: center;
        margin: 0 auto;
        display: table;
    }
    .papiam_anio a:hover{
        color:#d60c8c;
        text-decoration:none;
        cursor: pointer;
        -webkit-transition: color .2s ease-out;
        -moz-transition: color .2s ease-out;
        transition: color .2s ease-out;
    }
    
    /***********************************/
    /*          Contacto               */
    /***********************************/

    #Contacto .txtCuerpo a{
        color:#ffffff;
        text-decoration: none;
    }
    #Contacto .txtCuerpo a:hover{
        color:#b90076;
    }
    .Redes_sociales{
        float: left;
        position: relative;
        width: 100%;
    }
    .Redes_sociales .papiam_anio img {
        width: 50PX;
        position: relative;
        float: left;
        position: absolute;
        margin: 20px -27px;
    }
    #Contacto  .nodos {
        margin: 20px 0 100px 0;
    }
    .Redes_sociales .papiam_anio a:hover{
        opacity: 0.5;
    }
    .twitter{
        float: left;
        position: relative;
        width: 100%;
    }
    .twitter iframe{
        width: 100%;
    }
      /***********************************/
    /*    Footer       */
    /***********************************/
    footer {
        float: left;
        position: relative;
        width: 100%;
    }
   .footer{
    position: relative;
    width: 100%;
    background: #6a184c;
    border-bottom: 7px solid #ec008c;
    float: left;
    }
    .imgFooter{
        float: left;
        position: relative;
        width:100%;
    }
    .imgFooter img{
        width: 150px;
        margin: 0 auto;
        display: table;
    }

    .imgFooter.logoCenart img{
        max-width: 150px;   
    }
    img.rightFooter {
        width: 200px;
    }
    
}
@media only screen and (min-width: 480px) {
    .imgProyecto_descripcion{
        padding: 10px 30px 50px 30px;
    }
}
@media only screen and (min-width: 768px) {
    /***********************************/
    /*      Estilos Generales          */
    /***********************************/
    .showDesktop{
        display: block;
    }
    .showMobile{
        display: none;
    }
    .colAdorno{
        width: 30%;
        padding: 0;
    }
    .colContenido{
        width: 70%;
        padding: 0;
    }
    .colAdornosFooter{
        width:25%;
    }
    .colFooter{
        width: 50%;
    }
    .txtCuerpo p{
        width: 100%;
       /* padding-left: 30%;*/
        font-size: 17px;
    }
    .txtCuerpo h5{
        width: 100%;
         /* padding-left: 30%;*/
    }
    #Anteriores .ttlSeccion h2{
        margin: 0;
    } 
        /***********************************/
    /*      Menú           */
    /***********************************/

    .overlay a {
        font-size: 30px;
    }

     .overlay-content {
        top: 30%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 20%;
        margin: 0px;
    }
    /***********************************/
    /*       Normativa          */
    /***********************************/
    .headerLogo img{
    max-width: 450px;
    }
     /***********************************/
    /*       INICIO          */
    /***********************************/
    .imgArboles img{
        margin-top: 55px;
    }
    .ttlSeccion{
        margin-bottom: 50px;
    }
    .logoMuestra img {
        width: auto;
        margin: 0 auto;
        display: table;
        padding-bottom: 70px;
    }
    .tutores .accordion {
        margin-bottom: 50px;
    }
    .tutores .panel {
        margin: -50px 0 50px 0;
    }
     /***********************************/
    /*    UBICACIÓN       */
    /***********************************/
    .galerias{
        margin: 50px;
    }
    #Ubicacion .txtCuerpo p, #Contacto .txtCuerpo p{
        width: 100%;
        padding-left: 0;
    }
    .imgIconos {
        padding-top: 80px;
        padding: 50px;
    }
    .imgIconos img{
        margin: 0 10px;
    }
    .txtProyectos_borde {
        padding: 0 0px 10px 20px;
    }
    .biografia {
        margin-top:25px; 
        padding: 0 10px 10px 20px;
    }
    .colMapas{
        width: 50%;
    }
    .colMapas img{
       width: 100%;
        margin: 0 auto;
        display: table;
        padding: 20px;
    }
    .sketchfab-embed-wrapper {
        margin: 40% 0;
    }
    .colMapas3d{
        width: 50%;
        display: block;
    }
         /***********************************/
    /*    Anteriores       */
    /***********************************/
    .papiam_anio a{
        font-size: 15px;
    }
    .twitter iframe, .twitter a{
        width: 660px!important;
    }
         /***********************************/
    /*    Footer       */
    /***********************************/

    .imgProyecto_descripcion .overlay {
        height: 0;
      }
      
      .imgProyecto_descripcion:hover .overlay {
        height: 50%;
      }
      .imgProyecto_descripcion .overlay .text {
        font-size: 18px;
        text-align: center;
      }
      .imgProyecto_descripcion .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
      }
      
      .imgProyecto_descripcion .overlay .text {
        position: absolute;
        overflow: hidden;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
      }
      .imgFooter.logoCenart img {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 920px) {
    .showLargeesktop{
        display: block;
    }
    .imgFooter img{
        width: 180px;
    }
    img.rightFooter {
        width: 250px;
    }

}