/*
 * Fox by FreeHTML5.co
 * Twitter: https://twitter.com/fh5co
 * Facebook: https://fb.com/fh5co
 * URL: https://freehtml5.co
 */


 @font-face {
  font-family: 'Oswald', sans-serif;
  src: url('/fonts/Oswald-Medium.ttf');
}


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');

.stronger{
  margin-top: 2em;
color: black;
font-family:'Oswald';
font-weight: bold;
font-size:large;
text-align: center; 
}


.strongerleft{
  color: rgb(76, 74, 214);
  text-align:left;
  font-family:'Oswald';
  font-size:xx-large;
  margin:0.8em  0.5em;
  }


  .wrapper2{
    margin:4em 0;
  }
  .half{
    min-height:18em;
    width: 90%;
    margin: 1em 5%;
    float:center;
    position:relative;
    text-align: center;
    font-size:1.3em;

    color: #000000;  
    padding: 1em;
    font-family: 'Oswald', sans-serif;
  }

  @media only screen and (max-width: 600px){
    .iframe{
      width:90%;
      position:relative;
      height:12em;
      display:block;
      float:center;
      text-align: center;
      margin:1.5em auto;
    }
  }

  @media only screen and (min-width: 1200px){
    .iframe{
      width:90%;
      position:relative;
      max-height:auto;
      display:block;
      float:center;
      text-align: center;
      margin:1.5em auto;
    }
  }
  
  @media only screen and (max-width: 600px){
    .iframebanner{
      width:90%;

      height:7em;
      display:block;
      float:center;
      text-align: center;
      margin:1.5em auto;
    }
  }

/*background*/

  /*movil*/
@media only screen and (min-width: 320px){
    .microbackground{
      background-image: url("https://www.fonotecanacional.gob.mx/audios-cuarentena-pagina/circuito/images/design/back_320x600.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
    }
}


  /*tablets y netbooks*/
  @media only screen and (min-width: 601px){
    .microbackground{
      background-image: url("https://www.fonotecanacional.gob.mx/audios-cuarentena-pagina/circuito/images/design/back_768x1024.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
    }
  }

/*desktop escritorio*/
@media only screen and (min-width: 1200px){
  .microbackground{
    background-image: url("https://www.fonotecanacional.gob.mx/audios-cuarentena-pagina/circuito/images/design/back_1080x1920.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
}
/* end of background*/

/*esquema 1 */
/*MOVIL CHICO*/
@media only screen and (min-width: 300px){
  .esquema1{
    background-image: url("https://www.fonotecanacional.gob.mx/audios-cuarentena-pagina/circuito/images/design/esquema1_300.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-color:rgba(74, 77, 212, 0); width:auto; min-height:359px;
  }

}


/* esquema 1 MOVIL*/
@media only screen and (min-width: 1000px){
  .esquema1{
    background-image: url("https://www.fonotecanacional.gob.mx/audios-cuarentena-pagina/circuito/images/design/esquema1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-color:rgba(47, 173, 196, 0); width:auto; min-height:900px;
  }
}


/* esquema 1 escritorio*/
@media only screen and (min-width: 1200px){
  .esquema1{
    background-image: url("https://www.fonotecanacional.gob.mx/audios-cuarentena-pagina/circuito/images/design/esquema1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color:rgba(74, 77, 212, 0.5); width:auto; min-height:800px;
  }

  .esquema1:hover{
    filter: blur(3px);
    -webkit-filter: blur(8px);
    
  }
}



/*esquema 2*/

/*MOVIL CHICO*/
@media only screen and (min-width: 320px){
  .esquema2{
    background-image: url("https://www.fonotecanacional.gob.mx/audios-cuarentena-pagina/circuito/images/design/esquema2_300.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color:rgba(74, 77, 212, 0.5); width:auto; min-height:533px;
  }
}


/*MOVIL*/
@media only screen and (min-width: 600px){
  .esquema2{
    background-image: url("https://www.fonotecanacional.gob.mx/audios-cuarentena-pagina/circuito/images/design/esquema2_600.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color:rgba(74, 77, 212, 0.5); width:auto; min-height:1067px;
  }
}


/*escritorio*/
@media only screen and (min-width: 1200px){
  .esquema2{
    background-image: url("https://www.fonotecanacional.gob.mx/audios-cuarentena-pagina/circuito/images/design/esquema2_1200.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color:rgba(74, 77, 212, 0.5); width:auto; min-height:130em;
  }
}



  /*tablets y netbooks*/
@media only screen and (min-width: 601px){
  .iframebanner{
    width:95%;
    height:8em;
    display:block;
    float:center;
    text-align: center;
    margin:1.5em auto;
  }
  
}
/*escritorio*/
  @media only screen and (min-width: 1200px){
    .iframebanner{
      width:85%;
      position:relative;
      max-height:5.9em;
      display:block;
      float:center;
      text-align: center;
      margin:1.5em auto;
    }
  }

.oswald{
  font-family:'Oswald';
  text-align: center; 
  margin: 2em;
  color: black;
}


body {
  background-size:contain;
  font-family:'Oswald';
  overflow: hidden;
  overflow-y: scroll;
  background-color: #000;
  height:auto;
  font-size:larger;
}
body .bg-img {
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 0px;
}
body nav {
  background: rgba(12, 35, 30, 1);
}
body nav .navbar-nav a {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
body nav .navbar-nav a:hover {
  color: #ff8013 !important;
}
body nav .navbar-nav .btn-danger {
  background: #ff8013;
  border-color: #ff8013;
  border-radius: 0;
}
body nav .navbar-nav .btn-danger:hover {
  background: #df6700;
  border-color: #df6700;
}

.width80d{
  position:relative;
float:center ;
width: 80%;
margin:auto;
margin-top:0;
color: #fff;
padding: 3em;
border-radius:1%;
background-color: rgba(0, 0, 0, 0.5)

}

.width90d{
  position:relative;
float:center ;
width: 90%;
margin:auto;
color: #fff;
padding: 1.5em;
background-color: rgba(0, 0, 0, 0.3);
}

/*Código para los embebidos por alice Macias */
.videos{
background-color:rgba(0, 0, 0,1);
text-align:center;
width:100%;
/*padding:2em 13em;*/
position: relative;
float:center;
margin:auto;
margin-top: 0;
padding:1%;
color: #ffffff;

font-weight: 700;

}


.encabezado2{
  margin:25px auto;
  font-size:x-large;
}


/*movil */
@media only screen and (max-width: 600px){
    .circuito_font_black{  
      margin:auto;
      width:95%;
      float:center;
      position:relative;
      line-height: 2em;
      font-size: large;
      font-family: 'Oswald', sans-serif;
      color: #000000;  
      text-align: justify;
    }
}


/* Escritorio */
@media only screen and (min-width: 1200px) {
  .circuito_font_black{  
    margin:auto;
    width:95%;
    float:center;
    position:relative;
    line-height: 2em;
    font-size: x-large;
    font-family: 'Oswald', sans-serif;
    color: #000000;  
    text-align: justify;
  }
   
}

/*movil */
@media only screen and (max-width: 600px) {
  .circuito_font{
    margin:auto;
    float:center;
    font-size: larger;
    position:relative;
    line-height:1.5em;
    font-family: 'Oswald';  font-weight: lighter;
    color: #ffffff; 
    text-align: justify;
  }
}
/*tablets y netbooks*/
@media only screen and (min-width: 601px){
  .circuito_font{
    width:95%;
    margin:auto;
    float:center;
    font-size: xx-large;
    position:relative;
    line-height:2em;
    font-family: 'Oswald';  font-weight: lighter;
    color: #ffffff; 
    text-align: justify;
  }
  
}


/* Escritorio */
@media only screen and (min-width: 1200px) {
  .circuito_font{
    width:95%;
    margin:auto;
    float:center;
    font-size: xx-large;
    position:relative;
    line-height:2em;
    font-family: 'Oswald';  font-weight: lighter;
    color: #ffffff; 
    text-align: justify;
  }
   
}

  /* moviles */
  @media only screen and (max-width:600px) {
    .horizontal{
        display:inline-block;
        width:100%;
        
        height: auto;
    
      }
    }

    /*tablets y netbooks*/
@media only screen and (min-width: 601px){
  .horizontal{
    display:inline-block;
    width:45%;
    margin:1.3em;
    height: auto;

  }
  
}


/* Escritorio */
@media only screen and (min-width: 1200px) {
  .horizontal{
    display:inline-block;
    width:45%;
    margin:1.3em;
    height: auto;

  }
   
}
      


/*  movil */
@media only screen and (max-width: 600px) {
  .embebidos{
    width:19rem; 
    height:auto;
    margin:1em auto;
    padding: 1em;
    float:center;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: -1px 2px 15px 1px rgba(0, 0, 0, 0.91); 
    box-shadow: -1px 2px 15px 1px rgba(0, 0, 0, 0.91);
    background: rgba(255, 255, 255, 1);
  }
 
}

/*  tablet */
@media only screen and (min-width: 601px) {
  .embebidos{
    display: inline-block;
    width:25em; 
    height:auto;
    margin:1em 1em;
    padding: 1em;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: -1px 2px 15px 1px rgba(0, 0, 0, 0.91); 
    box-shadow: -1px 2px 15px 1px rgba(0, 0, 0, 0.91);
    background: rgba(255, 255, 255, 1);
  }
 
}



/* Escritorio */
@media only screen and (min-width: 1200px) {
  .embebidos{
    display: inline-block;
    margin:1.5rem 1rem;
    padding: 1rem;
    width:30%;
    max-height:28.5rem;
    border-radius: 10px;
    border-radius:8px;
    -webkit-box-shadow: -1px 2px 15px 1px rgba(0, 0, 0, 0.91); 
    box-shadow: -1px 2px 15px 1px rgba(0, 0, 0, 0.91);
    background: rgba(255, 255, 255, 0.8);
   
  }

  .embebidos:hover{
       -webkit-box-shadow: -1px 2px 15px 1px rgba(0, 0, 0, 0.91); 
    box-shadow: -1px 2px 15px 1px rgba(0, 0, 0, 0.91);
    background: rgb(255, 255, 255)
  }
}

.inline{
  display: inline-block;
  margin: 1em;
}
.videossubversivos{
  width: 100%;
  padding:3em 2em;
  background-color: rgba(0, 0, 0, 0.5);
  height:auto;
  color:white;
}


 .morado{
  background: rgb(105,53,219);
  background: linear-gradient(90deg, rgba(105,53,219,1) 0%, rgba(130,44,173,1) 10%, rgba(198,68,247,1) 43%, rgba(0,212,255,1) 100%);
 }

.espacio{
  height: 10em;
  background-color: transparent;
}

.titulos{
  width:"25%";
  margin:"5em";
}

.htres{
height: 2em;
}

/* moviles */
@media only screen and (max-width:600px) {
  .descripciones{
    text-align: justify;
    font-size: large;
    line-height: 1.2;
    font-weight: lighter;
    margin:1rem auto;
    float:center;
    width:95%;
    color:black;
  }
}


/* tablet */
@media only screen and (min-width:600px) {
  .descripciones{
    text-align: justify;
    font-size: 7;
    line-height:1.3em;
    font-weight: lighter;
    float:center;
    width:90%;
    font-family: 'oswald';
    min-height:10em;
    margin:1.5em auto;
    color:black;
  }
}

/* Escritorio */
@media only screen and (min-width: 1200px) {
  .descripciones{
    text-align: justify;
    line-height:1.5em;
    font-size: 12;
    font-weight: lighter;
    float:center;
    width:90%;
    margin:0.5% auto;
    min-height: 13em;
    color:black;
  }
}




/* moviles */
@media only screen and (max-width: 600px) {
  .titulo{
    width:70%;
    font-weight: bold;
    font-size: large;
    float:center;
    margin:1em auto;
    color:black;
    text-align:center;
  }
}

/* tablet */
@media only screen and (min-width: 600px) {
  .titulo{
    width:90%;
    height:30px;
    font-weight: bold;
    font-size: large;
    float:center;
    margin:1.5em auto;
    color:black;
    text-align:center;
  }
}

/* Escritorio */
@media only screen and (min-width: 1200px) {
  .titulo{
    max-width:90%;
    height:70px; /*no borrar esta linea*/
    font-weight: bolder;
    float:center;
    margin:.5% auto;
    color:black;
  }
}



/* moviles */
@media only screen and (max-width: 600px) {
  .audios{
    margin:0.5em; 
    width:95%;
    height:25px;
  }
}

/* Escritorio */
@media only screen and (min-width: 600px) {
  .audios{
    margin:0 1em; 
    width:60%;
    float:center;

  }
}

.audios_chicos{
  margin: 2em 0;
  width: 12em;
  height:2em;
}



a, a:hover {
  color: #ff8013;
}

.fh5co-banner-text-box {
  position: relative;
  max-height: 120px;
  display: inline-block;
/*  margin-top: 250px;*/
}
.fh5co-banner-text-box .quote-box {
  max-width: 455px;
  padding: 20px 0;
}
.fh5co-banner-text-box .quote-box h2 {
  font-family: 'Oswald';
  font-weight: 700;
  color: #fff;
  font-size: 40px;
}
.fh5co-banner-text-box .quote-box h2 span {
  color: #ff8013;
  font-size: 34px;
}
.fh5co-banner-text-box .quote-box::before {
  content: "";
  position: absolute;
  height: 38px;
  width: 38px;
  left: 0;
  top: 0;
  background: url("../images/right-quote.png");
  background-repeat: no-repeat;
}
.fh5co-banner-text-box .quote-box::after {
  content: "";
  position: absolute;
  height: 38px;
  width: 38px;
  background: url("../images/left-quote.png");
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
}
.fh5co-banner-text-box a {
  color: #fff;
  border-color: #4e2b0d;
  border-radius: 0;
  min-width: 150px;
}
.fh5co-banner-text-box a:hover {
  background: transparent;
  border-color: gray;
  color: #ff8013;
}

.fh5co-network, .fh5co-about-us {
  background: url("../images/about-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 50px 0;
  padding-top: 30px;
}
.fh5co-network figure, .fh5co-about-us figure {
  margin-top: -70px !important;
}
.fh5co-network h2, .fh5co-about-us h2 {
  color: #ff8013;
  font-family: 'Oswald';
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 0;
}
.fh5co-network h4, .fh5co-about-us h4, .fh5co-network h5, .fh5co-about-us h5, .fh5co-network p, .fh5co-about-us p {
  color: #282828;
  font-family: 'Oswald';
  font-weight: 700;
}
.fh5co-network hr, .fh5co-about-us hr {
  border-color: #ff8013;
  border-width: 5px;
  max-width: 100px;
  margin-left: 0;
  border-radius: 5px;
}
.fh5co-network figure, .fh5co-about-us figure {
  text-align: center;
}

.fh5co-about-us {
  background: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.fh5co-about-us p {
  color: #fff;
  font-family: 'Oswald';
  font-weight: normal;
}
.fh5co-about-us hr {
  border-color: #fff;
  margin-left: 50px;
  margin-top: 5px;
}
.fh5co-about-us a {
  color: #fff !important;
  border-color: #4e2b0d;
  border-radius: 0;
  min-width: 150px;
}
.fh5co-about-us a:hover {
  background: transparent;
  border-color: gray;
  color: #ff8013;
}

.fh5co-content-box {
  background: #464646;
  padding-bottom: 100px;
}
.fh5co-content-box .pr-0 img {
  margin-top: -128px;
}
.fh5co-content-box img {
  width: 100%;
}
.fh5co-content-box .card-img-overlay {
  color: #fff;
  text-align: center;
  top: 35%;
}
.fh5co-content-box .trainers {
  position: relative;
  padding: 50px 0;
  margin: 70px 0;
  background: url("../images/gym2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
}
.fh5co-content-box .trainers .bg-50 {
  background: rgba(0, 0, 0, 0.3);
}
.fh5co-content-box .trainers .card {
  border: none;
  background: transparent;
}
.fh5co-content-box .trainers .card img {
  max-width: 250px;
  margin: 0 auto;
  max-height: 250px;
}
.fh5co-content-box .trainers .card .card-body {
  background: #ccc;
  border-radius: 15px;
  padding: 30px 20px;
  margin-top: 30px;
  padding-bottom: 50px;
}
.fh5co-content-box .trainers .card .card-body::before {
  content: "";
  position: absolute;
  border: 20px solid #ccc;
  border-color: transparent transparent #ccc transparent;
  margin-top: -70px;
  text-align: center;
  margin-left: -15px;
}
.fh5co-content-box .trainers .quote-box2 {
  color: #fff;
  max-width: 250px;
  position: relative;
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
}
.fh5co-content-box .trainers .quote-box2::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  top: -10px;
  background: url("../images/right-quote-white.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.fh5co-content-box .trainers .quote-box2::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background: url("../images/left-quote-white.png");
  background-repeat: no-repeat;
  right: 0;
  bottom: -10px;
  background-size: 100% 100%;
}
.fh5co-content-box .trainers::before, .fh5co-content-box .trainers::after {
  content: "";
  position: absolute;
  border: 5px solid #ff8013;
  width: 100%;
  top: -10px;
}
.fh5co-content-box .trainers::before {
  bottom: -10px;
  top: auto;
}
.fh5co-content-box .gallery .card {
  border: none;
  background: transparent;
}
.fh5co-content-box .gallery .card img {
  border-radius: 0;
  max-height: 580px;
}
.fh5co-content-box .gallery .card .card-body {
  background: #ff8013;
}
.fh5co-content-box .gallery .card .card-body h4 {
  color: #fff;
}
.fh5co-content-box .gallery .card .card-body p {
  font-family: 'Oswald';
  font-weight: 700;
}

footer {
  background: #101011;
  color: #fff;
  height:400px;
}
footer .footer1 p {
  margin-top: 30px;
}
footer .footer2 h4 {
  color: #ffffff;
  font-family: 'Oswald';
  font-weight: 700;
  text-align: center;
  margin: 20px auto;
}

.centrado{
width:20em;
margin:5em auto;
text-align: center;
color:white;
}


.redes{
margin:50px 10px;;
}

footer .footer2 .form-box {
  background:rgba(14, 13, 13, 0.9);
  padding: 10px 15px;
  margin-top: 20px;
  border-radius: 25px;
}
footer .footer2 input[type='text'], footer .footer2 input[type='email'] {
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #000;
}
footer .footer2 input[type='text']:focus, footer .footer2 input[type='email']:focus {
  box-shadow: none;
  border-color: #ff8013;
}
footer .footer2 .btn {
  min-width: 150px;
  border-radius: 0;
}
footer .footer2 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #262626;
}
footer .footer2 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #262626;
}
footer .footer2 :-ms-input-placeholder {
  /* IE 10+ */
  color: #262626;
}
footer .footer2 :-moz-placeholder {
  /* Firefox 18- */
  color: #262626;
}
footer .footer3 {
  padding-top: 50px;
}
footer .footer3 a {
  background: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 0;
  padding-top: 5px;
}
footer .footer3 a:hover {
  background: #ff8013;
}
footer .footer3 .nav-item li {
  margin-top: 20px;
  text-align: center;

}
footer .table td, footer .table th {
  border: none;
}

footer::before {
  content: "";
  position: absolute;
  border: 3px solid #ff8013;
  width: 100%;
  left: 0;
}

@media (max-width: 1199px) {
  .fh5co-content-box .pr-0 img {
    margin-top: -107px;
  }
}
@media (max-width: 991px) {
  .fh5co-content-box .pr-0 img {
    margin-top: -78px;
  }
  .fh5co-content-box .card-img-overlay {
    top: 20%;
  }
}
@media (max-width: 767px) {
  body nav .navbar-nav {
    margin-left: 0 !important;
    max-width: 50px;
  }

  .fh5co-network figure, .fh5co-about-us figure {
    margin-top: 0 !important;
  }

  .fh5co-content-box .pr-0 img {
    margin: 20px auto;
  }
  .fh5co-content-box .col-md-5 {
    padding: 0 !important;
  }
  .fh5co-content-box .col-md-7 {
    padding: 0 !important;
  }

  .gallery .card {
    margin-bottom: 25px;
  }

  .footer1 {
    min-height: 150px;
  }

  .footer2 .form-box {
    margin-top: 0 !important;
  }
}






 .logoshalf{
  width:80%;
  margin: 2em 2%;
  display:inline-block;
  text-align: center;
 }

 .width90w{
  margin:auto 10%;
  width:80%;
  padding: 5% 10%;
  }

.disco{
  display: block;
  float: right;;
			margin:0;
      width:10em;
      
}
.uno{
  color:rgb(0, 0, 0);
}
