/* Declaraciones generales
Autor: Jesús H. C.
Gerardo O. M. */
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto/roboto_regular_macroman/Roboto-Regular-webfont.eot');
    src: url('../fonts/roboto/roboto_regular_macroman/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto_regular_macroman/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto_regular_macroman/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto_regular_macroman/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans/opensans_regular_macroman/OpenSans-Regular-webfont.eot');
    src: url('../fonts/open-sans/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/opensans_regular_macroman/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/open-sans/opensans_regular_macroman/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/open-sans/opensans_regular_macroman/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
  font-family: "open_sansregular";
  box-sizing: border-box;
  margin:0;
  background: #dce1;
}
*{
    padding: 0px;
    margin: 0px;
   
}
@media only screen
and (max-width : 1024px){

header {
    width: 100%;
    height: 60px;
    background:#1C3D6B; 
    position: fixed;
    z-index: 100;
    border-bottom: 3px;
    border-bottom-style: solid;
    border-bottom-color: #C5911F;
    display: flex;
    align-items: center;
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.3);
}
.main-nav{ 
  width: 98%;
  z-index: 5;
}
.logo {
  display: block;
  position: relative;
  left: 5px;
  width: 178px;
  height: 48px;
  float: left;
  display: flex;
  align-items: center;
}
.menu{
  position:absolute; ;
  top: 63px;  /* Separacion del menu desplegable */
  left: 0;
  width: 100%;
  background:#1C3D6B;
  transition: all 0.5s;
  z-index: -100;
  transform: translateX(-130%);
}
.menu-item{
  color: white;
  height: 28px;
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  }
.menu-link{
  color:#fff;
  text-decoration: none;
  position: relative;
  font-size: 17px;
  position: relative;
  left: 5px;
}
.menu-bar{
  width: 33px;
  cursor: pointer;
  position: relative;
  float: right;
  display: block;
  margin: 12px 15px;
}
.uno,.dos,.tres{
  width: 100%;
  background: white;
  height: 4px;
  transition: all 0.6s;
  border-radius: 2px;
}
.dos{
  margin:5px 0;
}
.mostrar .dos{
  opacity: 0;
}
.mostrar .uno{
  transform: rotate(45deg) translate(5px, 5px);
}
.mostrar .tres{
  transform: rotate(-45deg) translate(7px, -8px);
}
.mover{
   transform: translateX(0%);
   box-shadow: 0 7px 18px rgba(0, 0, 0, 0.3);
}
.opacidad{
  transition: .5s;
  opacity: 0.5
}

.footer{
  padding: 5px;
  z-index: 50;
  }
footer{
  font-size: 13px;
  position: relative;
  display: block;
  background:#1C3D6B; 
  width: 100%;
  border-top: 3px;
  border-top-style: solid;
  border-top-color: #C5911F;
  color: white;
   box-shadow: 0 -7px 18px rgba(0, 0, 0, 0.3);
z-index: 50;
}
.contenido-principal{
  width: 90%;
  margin:0 auto;
  padding-top: 75px;
  padding-bottom: 10px;
  position: relative;
  display: block;
  font-family: sans-serif;
  transition: .5s;

}

.no-style{
  text-decoration: none;
  color: white;
}
.text-box{
  padding:5px;
  text-align: center;
}
.link{
  display: block;
  text-align: center;
}

main p{
    padding-top: 14px;
    margin-left: 14px;
    margin-right: 14px;
    color: rgba(48, 69, 92, 0.9);
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}
main div{
    position: relative;
    padding: 0;
    margin-top: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    border-top: 1px dotted #dce7eb;
}
h1{
    font-size: 35px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    color: #58a5f0;
}
h2{
    font-size: 35px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    color: #58a5f0;
    padding: 25px;

}

}
/*
Media query obtenida de github de : Sahil Popli sahilpopli
*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
and (orientation : portrait) {
  body{
   /* background: rgb(242, 35, 15);*/
  }
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
  body{
  /*  background: rgb(241, 165, 104);*/
  }
  .footer{
      padding: 2px;
      font-size: 14px;
    }
  footer{
    font-size: 16px;
  }
}


/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
  body{
   /* background: rgba(244, 236, 51, 0.79);*/
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* STYLES GO HERE */
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* STYLES GO HERE */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* STYLES GO HERE */
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1024px) {
  header{
    width: 100%;
    height: 75px;
    background:#1C3D6B; 
    color: #fff;  
    position: fixed;
    z-index: 100;
    border-bottom: 3px;
    border-bottom-style: solid;
    border-bottom-color: #C5911F;
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.3);
  }
  .main-nav{
    width: 75%;
    margin:0 auto;
  }
  
  .logo{
    position: relative;
    width: 200px;
    height: 50px;
    left: 5px;
    padding: 13px;
  }

  .menu{
    display: block;
    padding: 15px;
    float: right;


}
.menu-item{
  color: white;
  float: left;
  margin-left: 18px;
  list-style: none;
  padding: 13px;
  }
.menu-link{
  color:#fff;
  text-decoration: none;
  font-size: 17px;
}
.menu-bar{
  
}
    .contenido-principal{
      display: block;
      width: 75%;
      margin:0 auto;
      display: block;
      padding-top: 90px;
      padding-bottom: 70px; 
      min-height:600px; 
     
     
    }
    
    .footer{
  padding: 5px;
  z-index: 50;
  }
footer{
 box-shadow: 0 -7px 18px rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  bottom: 0;
  display: block;
  background:#1C3D6B; 
  width: 100%;
  border-top: 3px;
  border-top-style: solid;
  border-top-color: #C5911F;
  color: white;
  z-index: 50;
}
.no-style{
  text-decoration: none;
  color: white;
}
.text-box{
  padding:5px;
  text-align: center;
   font-size: 16px;
}
.link{
  display: block;
  text-align: center;

}
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #C5911F;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
  
}


/* iPhone 5 (landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
  body{
 /*   background: rgb(179, 230, 143);*/
  }
}

/* iPhone 5 (portrait)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
  body{
  /*  background: rgb(109, 232, 22);*/
  }
.footer{
    padding: 1px;
    font-size: 13px;
  }
}



main p{
    padding-top: 14px;
    margin-left: 14px;
    margin-right: 14px;
    color: rgba(48, 69, 92, 0.9);
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}
main .acordeon1{
    position: relative;
    padding-top: 18px;
    border-top: 1.1px dotted #58a5f0;
    margin-top: 15px;

}
h1{
    font-size: 35px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    color: #58a5f0;
}
h2{
    font-size: 35px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    color: #58a5f0;
    padding: 25px;

}

    
   

