body {
  font-size: 1rem;
  font-family: 'Georgia';
  color: #000;
   background-color: #22356A;
}
.row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.animacion {
  height: 400;
 }  
a {
  color: #000 !important;
  text-decoration: none !important;
}
a:hover{
  color: #d75e8f !important;
  text-decoration: none !important;
}

.mobile {
  display: none;
}

.block video{
  margin-top: -100px;
}
.intro h1{
    font-weight: 900!important;
    font-size: 4em;
    line-height: .9em;
    color: #ffffff;
}

.texto h3{
    font-family: 'Georgia', sans-serif;
    margin: 0;
    color: #000;
    text-transform: none;
    font-weight: 700;
    font-size: 47px;
    line-height: 50px;
    padding-top: 0.5em;
}

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

.gif_papa {
  width: 50%;
  margin-left: 160px;
}

.frase1{
    background-color: #fff; 
}

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

.logo100 img {
    max-width: 20%;
    margin-left: 40%;
    padding-top: 5em;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Red Hat Display', sans-serif;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
}


p{
  line-height: 1.2;
  font-size: 0.9em;
  color: #000;
}

footer H6{
  color: #ffff;

}


/******************redes******************/
.redes {
    opacity: 1;
    max-width: 40px !important;
    margin: 0px 5px;
    transition: transform .3s; /* Animation */

}
.redes:hover{
  opacity: 0.8;
     transform: scale(1.2);
}

/******************redes******************/

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



@media only screen and (max-width: 550px) {
  .hide_element{
  display: none !important;
 }
    .texto h3 {
    font-size: 33px;
    line-height: 43px;
    padding-top: 0.5em;
}
    
    .logo100 img {
    max-width: 40%;
    padding-top: 3.5em;
    margin-left: 30%;
}
 
}

@media (min-width: 200px) and (max-width: 700px) {

 

  .frase1 img{
  margin-left: 0%; 
}

.mobile {
  background-color: #fff;
}


}

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

}

.desk {
  display: none;
}

.mobile {
  display: block;
}

.texto p{
  padding-right: 1.5em;
  padding-left: 1.5em;
  line-height: 1.5;
}

.texto h1{
  padding-right: 1.5em;
  padding-left: 1.5em;
}

.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;
}
.intro h1 {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
    font-size: 2.7em;
    line-height: 1em;
    color: #ffffff;
}

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

  }
  }

@keyframes DrawLine {
  to {
    stroke-dashOffset: 0;
  }
}
@keyframes FadeStroke {
  to {
    stroke-opacity: 0;
  }
}
@keyframes FillIn {
  from {
    fill-opacity: 0;
  }
  to {
    fill-opacity: 1;
  }
}





