
.navbar {
  box-shadow: none !important;
}

.pietexto {
  font-size: .9rem; 
  font-family: 'Segoe UI';
  font-weight: lighter;
  margin-bottom: .5rem;
  margin-left: 1rem; 
}

.pietexto2 {
  font-size: .7rem; 
  font-family: 'Raleway';
  font-weight: bold;
  margin-bottom: .5rem;
  margin-left: 1rem; 
  letter-spacing: .6rem;
}

.separarnav {
  margin-left: .1rem; 
}

.frame_element{
  position: fixed;
  z-index: 96;
  top: 50%;
  width: 50px;
  font-family: 'Source Sans Pro';
  font-weight: lighter;
  font-size: .8em;
  letter-spacing: .1em;
}
@media only screen and (max-width: 720px){
  .frame_element{
    display: none;
  }
}
.frame_element_sx{
  left: 0;
  color: #000;
}
.frame_element_dx{
  right: 0;
  color: #000;
}
@media only screen and (min-width: 721px){
  .frame_element_sx{
    left: .35em;
  }
  .frame_element_dx{
    right: .35em;
  }
}

.frame_element_inner{
  position: absolute;
  top: 50%;
  left: 50%;
 -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
 -ms-transform:  translateX(-50%) translateY(-50%) rotate(90deg);
 transform:  translateX(-50%) translateY(-50%) rotate(90deg);
  white-space:nowrap;
}

.navbar-toggler-icon {
  color: white; 
  background-image: white; 
}

.texto_nav {
  color: black !important; 
  margin-left: -5rem;  
  font-size: .75rem; 
  font-family: 'Work Sans'; 
  letter-spacing: .2rem; 
  font-weight: lighter;
}

.titulo_footer {
  font-size: .8rem; 
  font-family: 'Work Sans';   
  font-weight: lighter; 
  color: black;
}

.subtitulo_principal {
  font-family: 'Work Sans'; 
  font-size: .9rem; 
  letter-spacing: .1rem; 
  color: black; 
  font-weight: bold; 
  margin-top: -2rem; 
}

.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
}

.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}

.cd-headline {
  font-size: 2rem;
  line-height: 1;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 3rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 4rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: center;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip -------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  background-color: #333;
  content: "";
  height: 90%;
  position: absolute;
  right: 0;
  top: 4px;
  width: 4px;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

.titulo_contador {
  z-index:97; 
  font-family: 'Source Sans Pro'; 
  font-weight: bold;
  letter-spacing: -.4rem; 
  font-size: 6.5rem;
  color: white;
}
/* Interlineados */
.separacion1 {
  margin-top: -1rem; 
}

.separacion2 {
  margin-top: -1.5rem; 
  color: white
}

.separacion3 {
  margin-top: 0rem; 
}

.separacion4 {
  margin-top: -2rem;
}
.modal-body {
    padding: 20px 24px 0px;
}

.icon_size{
  width:30px;
  height:30px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 2px; 
  box-shadow: 3px 4px 8px #000;
}

.alinear_social{
  padding-bottom: .5rem;
}

@media only screen and (max-width: 570px) {
  .titulo_contador {

    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .alinear_social{
  padding-bottom: 2.5rem;
}

  .separacion4 {
  margin-top: -1rem;
  }

  .separacion5 {
    margin-top: 2rem; 
  }

  .icon_size{
    width:40px;
    height:40px; 
    }

}


/* -------------------------------- 
Personalizar Ventana Modal 
-------------------------------- */

.modal-content {
  background-color: #EEEEEE;
  border-radius: 5%; 
  color: white;
}

.modal-content .form-control {
  color: #004D40; 
}

.sizeicono1 {
    font-size:3rem; 
    margin-top: -1rem;
    color: white;
    border-radius: 50%; 
    background-color: #E65100; 
    border: 1rem solid #E65100

}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #E65100;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: .2s;
    transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);
    padding-top: 60px;
    clip-path: polygon(5% 5%, 100% 0%, 100% 75%, 7% 75%, 75% 100%, 50% 75%, 0% 75%);
    background-image: url('../img/rec/mtto7.jpg');
    background-repeat: no-repeat;
    background-size: cover;

}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.form-control {
  line-height: 1.5rem;
  font-family: 'Work Sans';
  font-size: 1rem;
}

.modal-body {
  padding: 24px 24px 2px !important;
}


