/* ************ perfiles 2022 ************** */

@font-face {
  font-family: 'Druk Text Web Bold';
  src: url('../druk/DrukText-Bold-Web.eot');
  src: url('../druk/DrukText-Bold-Web.eot?#iefix') format('embedded-opentype'),
  url('../druk/DrukText-Bold-Web.woff2') format('woff2'),
  url('../druk/DrukText-Bold-Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
  
@font-face {
  font-family: 'Druk Text Web Medium';
  src: url('../druk/DrukText-Medium-Web.eot');
  src: url('../druk/DrukText-Medium-Web.eot?#iefix') format('embedded-opentype'),
  url('../druk/DrukText-Medium-Web.woff2') format('woff2'),
  url('../druk/DrukText-Medium-Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

/*font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;*/


body {
  font-size: 1rem;
  color: #000000;
  background-color: #F8FAFB !important;
}

a {
  color: #000000 !important;
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Druk Text Web Medium', sans-serif !important;
	font-weight: 500;
	text-transform: uppercase;
  line-height: 1em;
}

p{
  font-family: 'Georgia' !important;
  line-height: 1.5;
  font-size: 20px;
  color: #000000;
}

.s-1{
  padding-top: 7em;
  padding-bottom: 2em;
}

.s-2{
  padding-top: 2em;
  padding-bottom: 2em;
}

.recuadro{
  background-color: #87d4ec;
  position: absolute;
  width: 100%;
  height: 487px;
  top: 0px;
}

.photo_principal{
  position: relative;
}

.nombre h1 {
  text-transform: uppercase;
  line-height: 1em;
  font-size: 5.5em;
  color: #00A0AA;
  font-family: 'Druk Text Web Medium', sans-serif !important;
  font-weight: 500;
  text-align: center;
}

.posicion{
background-color: rgba(0, 0, 0, .7);
position: absolute;
bottom: 0;
width: 100%;
}

.posicion h2{
  font-family: 'Roboto', sans-serif !important;
    color: #ffffff;
    padding: 3% 5%;
    margin-bottom: 0;
    font-size: 1.6em;
    font-weight: 400;
}

.posicion h3 {
  text-transform: uppercase;
  line-height: 1em;
  font-size: 1.8em;
  color: #ffffff;
  background-color: #00A0AA;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 2%;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.posicion p {
  line-height: 1.1em;
  font-size: 1.7em;
  color: #000;
  font-weight: 300;
  text-align: left;
}

.file_name{
  background-color: #00A0AA;
}
.file_name h1{
  font-family: 'Dala Floda Web', sans-serif !important;
  color: #000000;
  padding: 25px 15px 0 15px;
  margin-bottom: 0;
  font-size: 35px;
}
.file_name h2{
  font-family: "Open Sans", sans-serif !important;
  color: #000000;
  padding: 5px 15px 0 15px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 200;
}
.file_name h4{
  font-family: 'Druk Text Web Medium', sans-serif !important;
  color: #000000;
  padding: 0 15px 25px 15px;
  margin-bottom: 0;
  font-size: 29px;
}

.subtitular h2{
  font-size: 2.9em;
  color: #000000;
  border-bottom: 3px #00A0AA solid;
}

.subtitular ol ul{
  margin-left: -20px;
}

.frase h2 {
  text-transform: uppercase;
  line-height: 1em;
  font-size: 50px;
  color: #000;
  font-family: 'Druk Text Web Medium', sans-serif;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.frase span {
  line-height: 1.3;
  padding: 0 9px;
  font-size: 100px;
  color: #ffffff;
  background-color: #00A0AA;
  border-right: solid 10px #000000;
  border-bottom: #86CEE1 solid 10px;
}

.f-larga h2{
  font-size: 2.5em !important;
}

.destacado h2 {
  text-transform: uppercase;
  line-height: 1;
  font-size: 50px;
  color: #000;
  font-family: 'Druk Text Web Bold', sans-serif;
  font-weight: 700;
  text-align: left;
  padding-left: 18px;
  margin: 40px 0;
  border-left: solid 32px #00A0AA;
}

.credito p {
  padding: 50px 0 25px 0;
  text-transform: uppercase;
  line-height: 1.1em;
  font-size: 0.9em;
  color: #000;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800;
  text-align: center;
}

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

.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.6s ease-out; -moz-transition: 
  background-color 0.6s ease-out; -o-transition: background-color 0.6s ease-out;
  transition: background-color 0.6s ease-out;
}
.head_exp:hover{
  background-color: #000;
}

.botX_2{
	position: fixed;
	top: 60px;
	left: 3px;
  width: 55px;
  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);
}


.nota img{
  margin-top: 35px;
  width: 35%;
}


/**************** BUTTON***********/
.buttonMov {
  padding-bottom: 6em;
}

.buttonMov a {
  padding: 30px;
  font-weight: 700;
  color: #00A0AA;;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  margin: 10px 0;
}

.buttonMov a.transparent:hover > p {
  color: #000000;
}
.buttonMov a.transparent > p {
  background: #000000;
  color: #ffffff;
}
.buttonMov a.transparent > p span.base {
  border: 1px solid #ece8e1;
}
.buttonMov a:after, .buttonMov a:before {
  width: 1px;
  position: absolute;
  height: 8px;
  background: #000000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.buttonMov a p {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px;
  margin: 0;
  height: 45px;
  line-height: 45px;
  z-index: 1;
  left: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.buttonMov a p span.base {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  border: 2px solid #00A0AA;
}
.buttonMov a p span.base:before {
  width: 2px;
  height: 2px;
  left: -1px;
  top: -1px;
  background: #0f1923;
  position: absolute;
  transition: 0.3s ease-out all;
}
.buttonMov a p span.bg {
  left: -5%;
  position: absolute;
  background: #00A0AA;;
  width: 0;
  height: 100%;
  z-index: 3;
  transition: 0.3s ease-out all;
  transform: skewX(-10deg);
}
.buttonMov a p span.text {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.buttonMov a p span.text:after {
  width: 4px;
  height: 4px;
  right: 0;
  bottom: 0;
  background: #0f1923;
  position: absolute;
  transition: 0.3s ease-out all;
  z-index: 5;
}
.buttonMov a:hover {
  color: #ece8e1;
}
.buttonMov a:hover span.bg {
  width: 110%;
}
.buttonMov a:hover span.text:after {
  background: #ece8e1;
}
/**************** BUTTON***********/

/********** vertical timeline ***********/

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #00A0AA;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.box {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.box::after {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  right: -17px;
  background-color: #00A0AA;
  border: 4px solid #ffffff;
  top: 15px;
  border-radius: 60%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  position: relative;
  border-radius: 6px;
}

.content h2 {
color: #00A0AA;
text-align: right;
font-size: 3em;
}

.izquierda h2 {
  color: #00A0AA;
  text-align: left !important;
  font-size: 3em;
  }

.content img{
  width: 50%;}

.content b{
    font-size: 18px;
    font-family: 'Georgia' !important;
}

.content p{
  font-size: 18px;
  font-family: 'Roboto', sans-serif !important;
}

.mobile {
  display: none;
}

.desk {
  display: block;
}

/*REGLAS PARA PERFIL SOFIA*/
.sofia-2{
  position: absolute;
  bottom: 0;
  width: 100%;
}

.sofia-2 h1{
  text-transform: uppercase;
  line-height: 1em;
  font-size: 3em;
  color: #00A0AA;
  font-family: 'Druk Text Web Medium', sans-serif !important;
  font-weight: 500;
  text-align: center;
}

.sofia-2 h2{
  font-family: 'Roboto', sans-serif !important;
    color: #000000;
    padding: 1% 5%;
    margin-bottom: 0;
    font-size: 1.6em;
    font-weight: 400;
    text-align: center;
}

.sofia-2 h3 {
  text-transform: uppercase;
  line-height: 1em;
  font-size: 1.5em;
  color: #ffffff;
  background-color: #00A0AA;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 2%;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.sofia-2 p {
  line-height: 1.1em;
  font-size: 1.7em;
  color: #000;
  font-weight: 300;
  text-align: left;
}

/*REGLAS PARA PERFIL SOFIA*/

/*------------------------------------------------------
Media
-------------------------------------------------------*/
@media (min-width: 576px) and (max-width: 1024px) {
  .posicion h3{font-size: 1.3em;}
  .posicion h2 {font-size: 1.5em;}
  .timeline {
    list-style-type: none;
    display: block;
}

.li.complete .status:before {
  left: 45%;
  top: -30%;
    transition: all 200ms ease-in;
}
}

@media (min-width: 200px) and (max-width: 575px) {
  .row, .col-12{
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  p{
    line-height: 1.5;
    font-size: 1.2em;
  }
  .s-2{
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .posicion{
    position: relative;
    background-color: #F8FAFB;
  }

  .posicion h3 {
    line-height: 1em;
    font-size: 2.5em;
    text-align: center;
  }

  .posicion h2 {
    font-size: 1.7em;
    padding-top: 8%;
    color: #000000;
  }

  .nombre h1{
    padding-top: 8%;
    font-size: 4.5em;
  }

  .file_name {
    text-align: center;
  }
  .file_name h1 {
    font-size: 35px;
  }
  .nota img {
    margin-top: 30px;
    width: 100%;
  }
  .photo_principal img{
    width: 100%;
  }
  .recuadro {
    position: absolute;
    width: 100%;
    height: 301px;
  }
  .posicion p {
    line-height: 1em;
    font-size: 1.5em;
    font-weight: 300;
    text-align: center;
  }

  .botX_2 {
    position: fixed;
    top: 55px;
    left: 2px ;
    width: 40px;
    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;
  }

  .credito p {
    padding: 30px 0 10px 0;
    font-size: 0.8em;
  }

  .frase h2 {
    line-height: 1.2;
    font-size: 32px;
    text-align: center;
  }
  .frase span {
    line-height: 1.4;
    padding: 0 10px;
    font-size: 80px;
  }

  .f-larga h2{
    font-size: 32px !important;
  }

  .destacado h2 {
    font-size: 30px;
  }

  .content h2 {
    text-align: left !important;
    }

  .content img{
      width: 80%;}

  .texto h3 {
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 1.5em;
    text-align: left;
  }

  .mobile {
    display: block;
  }

  .desk {
    display: none;
  }

  .img_principal {
    width: 100%;
    margin: auto;
  }

/*REGLAS PARA PERFIL SOFIA*/
.sofia-2 h1{font-size: 3.6em;}

.sofia-2 h2 {
  font-size: 1.8em;
  padding-top: 8%;
  color: #000000;
}

.sofia-2 h3 {
  line-height: 1em;
  font-size: 1.8em;
  text-align: center;
}



/*FINAL REGLAS PARA PERFIL SOFIA*/

   /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .box {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  /* .box::before {
  left: 60px;
  border: medium solid #bbbbbb;
  border-width: 10px 10px 10px 0;
  border-color: transparent #bbbbbb transparent transparent;
  } */

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
}
/********** *************** ***********/




