body {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #346671;
  background-color: #fff !important;
}

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

li{

  background-color:#fff;
}

li:hover{
background-color:#ccc;

}

h3, h4, h5, h6 {
    font-weight: 900;
    font-family: 'EB Garamond', serif ;
}

h1{
  font-size: 60px !important;
  font-family: 'Georgia', serif !important;

}

h2{
  font-family: 'Lato' !important;
  text-align: center;
  margin-top: 60px !important;
  font-weight: 900;
}

.frase h1{
  line-height: 1em;
  font-size: 1.9em!important;
  color: #000;
  font-family: 'Georgia' !important;
  font-weight: 700;
  text-align: center;
}

p{
  line-height: 1.8;
  font-size: 1.3em;
  color: #000;
  font-family: 'Georgia' !important;
}
*{
  margin: 0px;
  padding: 0pc;
}
footer{
width: 100%;
height: 400px;
}
iframe{
  width: 100%;
  height: 400px;
    padding: 1em 0px 0px 0px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #cacaca;



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

.botX_2{
  position: fixed;
  top: 40px;
  right: 0px;
  width: 70px;
  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);

}

.op-0{
  opacity: 0;
}

.op-9{
  opacity: 0.9;
}

.redes{ 
  max-width: 70px !important;
  margin: 0 5px;
  float: left;
  transition: transform .3s; /* Animation */
}
.redes:hover{
     transform: scale(1.5);
}
.mobile_botones {
 display: none;
 float: left;
}

.desk_botones {
 display: block;
}

.desk_botones h4{
  
      padding: 0px 3px 3px 3px;
    border-style: solid;
    border-width: 1px 0px;
    border-color: #cacaca;
    margin: 5px auto 15px auto;
    position: relative;
     font-family: Georgia, Times, "Times New Roman" !important;
    font-size: 1em;
    font-weight: 700;
    padding-top: 10px;
}
.mobile_botones h4{
  
      padding: 0px 3px 3px 3px;
    border-style: solid;
    border-width: 1px 0px;
    border-color: #cacaca;
    margin: 5px auto 15px auto;
    position: relative;
     font-family: Georgia, Times, "Times New Roman" !important;
    font-size: 1em;
    font-weight: 700;
    padding-top: 10px;
}

.cuadro_redes {
  position: absolute;
  bottom: 20px;
}

.mobile {
  display: none;
}

.desk {
  display: block;
}

.img_principal{
  float:right;
  width: 70%;
}

.logo100{
  margin-top: 3em;
  width: 90%;
  
}

.img_titulo {
  margin-top: 4em;
}

.comillas1 {
  margin-top: 30px;
  float: right;
  width: 35%;
}

.comillas2 {
  position: absolute;
  bottom: 0px;
  margin-bottom: 30px;
  float: left;
  width: 35%;
}

.img_frase {
  margin-left: 10%;
}

.img_m2_g{
  background-image: url(../img/rodrigo.png);
   width: 100%;
  height: 173px;
  background-position: top;
  background-size: cover;
}
.img_m2_1{
  background-image: url(../../img/pascal.png);
  width: 100%;
  height: 173px;
  background-position: top;
  background-size: cover;
}
.img_m2_2{
  background-image: url(../../img/gabriel.png);
  width: 100%;
  height: 173px;
  background-position: top;
  background-size: cover;
}

.botones h4 {
  font-size: 1.5em;
  line-height: .9em;
  margin-top: 10px;
  color: #000;
}


/*------------------------------------------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------------------------------------------*/

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

.redes{ 
  max-width: 60px !important;
  margin: 0em 5px;
  float: none;
  transition: transform .3s; /* Animation */
}
.redes:hover{
     transform: scale(1.5);
}

.cuadro_redes {
  position: relative;
}

.mobile {
  display: block;
}

.desk {
  display: none;
}

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

.logo100{
  display: none;
  position: relative;
  margin-top: 20px;
  width: 100%;
}

.img_titulo {
  width: 100%;
  margin-top: 30px;
}



.comillas1 {
  margin-top: 30px;
  float: left;
  width: 25%;
}

.comillas2 {
  position: relative;
  bottom: 0px;
  margin-bottom: 30px;
  float: right;
  width: 25%;
}

.img_frase {
  margin-left: 0px;
}

}

@media only screen and (max-width: 1050px) {
  .hide_element{
  display: none !important;
 }
 .mobile_botones {
 display: block;
 float: left;
}
.desk_botones {
 display: none;
}


 
}
@media only screen and (max-width: 575px) {
  .hide_element{
  display: none !important;
 }
 
 .lightbox img{
  max-width: 100px;
 }

 .img_m2_g{
  background-image: url(../img/rodrigo.png);
 
  background-position: top;
  background-size: cover;
}
.img_m2_1{
  background-image: url(../../img/pascal.png);

  background-position: top;
  background-size: cover;
}
.img_m2_2{
  background-image: url(../../img/gabriel.png);

  background-position: top;
  background-size: cover;
}

}

