body{
    background-image: url(../img/SITIO-KIO-NETWORKS2.png);
	background-color: #27212B;
    font-family: 'Helvetica', sans-serif;
}


.titulo1{
    text-align: -webkit-center;
}

.inicio{
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-bottom: 3%;
}
.titulares{
margin: 0 auto;   
justify-content: center;
align-items: center;
max-width: 80%;
}
.inicio .titulares h1{
    
    padding-top: 1%;
    text-align: center;
    font-family: 'Helvetica', sans-serif;
    color: #ffffff;
    font-size: 80px;
}
.logo{
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 100%;
    padding-top: 10%;
}

.inicio .titulares p{
    color:#ffc72c ;
    font-family: 'Helvetica';
    font-style: oblique;
    font-size: 38px;
    line-height : 50px;
    text-align: center;
}
.cronometro{
    padding-top: 10%;
    display:block;
    margin:auto;
    max-width: 100%;
}
.fondoamarillo{
    background-color: #ffc72c;

}
.fondoamarillo2{
    background-image: url(../img/NETWORKS-04.png);
}


.imagePONENTE{
    display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 30%;
 
  
}
.imagechef{
    max-width: 15%;
}
.imgBox {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: url(../img/KIO-12.png) no-repeat;
    background-position: center;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-size: cover;
 } 

 .imgBox:hover {
    background: url(../img/KIO-09.png) no-repeat;
    background-position: center;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-size: cover;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    transform: scale(1.03,1.03)
 } 
 .imgBox2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: url(../img/KIO-11.png) no-repeat;
    background-position: center;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-size: cover;
 } 

 .imgBox2:hover {
    background: url(../img/KIO-10.png) no-repeat;
    background-position: center;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-size: cover;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    transform: scale(1.03,1.03)
 }
 .imgBoxchef {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: url(../img/chef-07.png) no-repeat;
    background-position: center;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-size: cover;
 } 

 .imgBoxchef:hover {
    background: url(../img/chef-06.png) no-repeat;
    background-position: center;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-size: cover;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    transform: scale(1.03,1.03)
 } 


.chef{
    margin: 0 auto;
    text-align: center;
}


.vr {
    width:2px;
    float: right;
    background-color:#27212B;
    top:0;
    bottom:0;
    
}

.foto_horizontal{
    text-align: center;
    padding: 0em 0;
    max-width: 60%;
}

.foto_horizontal2{
    padding-bottom: 1em;
    text-align: center;
    padding: 0em 0;
    max-width: 70%;
}


/*Image hover*/
.container {
    
    width: 70%;
  }
  .ponente{
      text-align: center;
  }
  .ponente3{
    text-align: center;
}
  
  .image {

  }
  
  .cuenta-regresiva .container:hover .image {
    transform: scale(1.05); 
    
  }
/*image hover end*/


/* ------------------------- */
/* POPUP */
/* ------------------------- */

.overlay {
	background: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
    visibility: hidden;
    z-index: 1031;
}

.overlay.active {
	visibility: visible;
}

.popup {
	background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	text-align: center;
    max-width: 95%;
	transition: .3s ease all;
	transform: scale(0.7);
    opacity: 0;
    
}
.popup p{
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 5%;
    text-align: justify;
    margin: 1%;
    font-size: 30px;
    font-family: 'Helvetica', sans-serif;
}
.popup h2{
    text-align: center;
    margin: 1%;
    font-family: 'Helvetica', sans-serif;
    font-size: 40px;    
}

.popup h5{
    text-align: center;
    margin: 1%;
    font-family: 'Helvetica', sans-serif;
    font-size: 25px;    
}

.popup .btn-cerrar-popup {
	font-size: 16px;
	line-height: 16px;
	display: block;
    text-align: right;
    padding-right: 2%;
    padding-top: 2%;
	transition: .3s ease all;
	color: #BBBBBB;
}

.popup .btn-cerrar-popup:hover {
	color: #000;
}

.popup.active {	
     
    opacity: 1;
    
}




/* ------------------------- */
/* popup2 */

.overlay2 {
	background: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
    visibility: hidden;
    z-index: 1031;
}

.overlay2 .active2 {
	visibility: visible;
}

.popup2 {
    background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	text-align: center;
    max-width: 95%;
	transition: .3s ease all;
	transform: scale(0.7);
    opacity: 0;
}
.popup2 p{
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 5%;
    text-align: justify;
    margin: 1%;
    font-size: 30px;
    font-family: 'Helvetica', sans-serif;
}
.popup2 h2{
    text-align: center;
    margin: 1%;
    font-family: 'Helvetica', sans-serif;
    font-size: 40px;    
}

.popup2 h5{
    text-align: center;
    margin: 1%;
    font-family: 'Helvetica', sans-serif;
    font-size: 25px;    
}

.popup2 .btn-cerrar-popup2 {
	font-size: 16px;
	line-height: 16px;
	display: block;
    text-align: right;
    padding-right: 2%;
    padding-top: 2%;
	transition: .3s ease all;
	color: #BBBBBB;
}

.popup2 .btn-cerrar-popup2:hover {
	color: #000;
}


.popup2.active2 {	
    
    opacity: 1;
    
}
/* ------------------------- */

/* ------------------------- */
/* popup3 */

.overlay3 {
	background: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
    visibility: hidden;
    z-index: 1031;
}

.overlay3.active3 {
	visibility: visible;
}

.popup3 {
    
    background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	text-align: center;
    max-width: 95%;
	transition: .3s ease all;
	transform: scale(0.7);
    opacity: 0;
   
    
}

.popup3 p{
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 5%;
    text-align: justify;
    margin: 1%;
    font-size: 30px;
    font-family: 'Helvetica', sans-serif;
}
.popup3 h2{
    text-align: center;
    margin: 1%;
    font-family: 'Helvetica', sans-serif;
    font-size: 23px;    
}

.popup3 h5{
    text-align: center;
    margin: 1%;
    font-family: 'Helvetica', sans-serif;
    font-size: 25px;    
}
.popup3 .btn-cerrar-popup3 {
	font-size: 16px;
	line-height: 16px;
	display: block;
    text-align: right;
    padding-right: 2%;
    padding-top: 2%;
	transition: .3s ease all;
	color: #BBBBBB;
}

.popup3 .btn-cerrar-popup3:hover {
	color: #000;
}

.popup3.active3 {	
    
    opacity: 1;
    
}
/* ------------------------- */






/**********popup end*****/
.cuenta-regresiva{
    
    text-align: center;
    font-family: 'Helvetica';
    font-weight: bold;
    color: #27212B;
    font-size: 80px;
    
}

.cuenta-regresiva h1{
    
    font-weight: normal;
    font-family: 'Helvetica';
}

.cuenta-regresiva h2{  
    font-weight: bold;
    font-family: 'Helvetica';
    font-size: 30px;
}

.chef h2{
    margin-top: 1%;
    font-weight: bold;
    font-family: 'Helvetica';
    font-size: 30px;
    color: #FDC718;
}
.chef p{
    text-align: center;
    font-weight: bold;
    font-family: 'Helvetica';
    font-size: 20px;
    color: #fff;
}
.cuenta-regresiva p{
    text-align: center;
    font-family: 'Helvetica';
    font-style: normal;
    color: #27212B;
    font-size: 20px;
    line-height : 20px;
}

.boton_personalizado{
    text-align: center;
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 25px;
    color: #27212B;
    background-color: #ffc72c;
    border-radius: 6px;
  }
  .boton_personalizado2{
    text-align: center;
    text-decoration: none;
    padding: 5px;
    float: right;
    float: top;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 6px;
    margin-right: 5%;
    
  }



.container2 {
    text-align: center;
    max-width: 100rem;
    margin: 0 auto;
    padding: 0 2rem 2rem;
    background-color: #000;
    }




h1 {
	font-family: 'Gupter', serif;
	font-weight: 800;
    text-transform: uppercase;
   
}
.intro1 p{
    
    color: #ffffff;
    text-align: justify;
    font-size: 35px;
    font-family: 'Helvetica', sans-serif;
    text-transform: none;
}
.intro1 h1{
    padding-top: 1%;
    text-align: center;
    font-family: 'Helvetica', sans-serif;
    color: #ffffff;
    font-size: 40px;
}

h2, h3, h4, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
    text-transform: uppercase;
	margin: 0;
}
h5{
    color: #666;
}
h6{
	font-size: 10px;
}



p{
	margin: 0;
	
	font-size: 20px;
    font-weight: 500;
    text-align: justify;
}
li{
    float: left;
	margin: 0;
	line-height: 1.9;
	font-size: 18px;
	font-weight: 500;
}

.row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.foot{
   
padding-top: 1%;
padding-bottom: 1%;
border-style: solid;
background-color: #000;

}

.foot p{
    text-justify: auto;
    text-align: center;
  
}

a{
    color: #179dcd;
}

a:hover{
    text-decoration: none;
    color: #ed1c24;
}

/**********Interactivo pasos***********/

.tabs{
	text-align: center;
}
.tabs .tabs-container {
	max-width: 90%;
	
	text-align: center;
	
	
}
.tabs .tabs-container ul{
	text-align: center;
	
}
.tabs .nav-tabs {
	text-align: center;
	justify-content: center;
	margin-bottom: 1.125rem;
	border-bottom: none;
}

.tabs .nav-link {
	margin-right: 1.625rem;
	margin-bottom: 0.875rem;
	padding: 0;
	border: none;
	border-radius: 0.25rem;
	color: #c1cace;
	font: 700 1.375rem/1.375rem "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s ease;
}

.tabs .nav-link:hover,
.tabs .nav-link.active {
	color: #ED1D24;
}

.tabs .nav-link .fas {
	margin-right: 0.125rem;
	font-size: 0.875rem;
	vertical-align: 20%;
}

.tabs  p{
	
	text-align: center;
}


.tabs .tabs-container {
	max-width: 60%;
	text-align: center;
	justify-content: center;
}
@media (min-width: 368px) {
	.tabs .tabs-container {
		max-width: 100%;
		
		padding-top: 1.75rem;
		padding-bottom: 0;
	}

}

@media (min-width: 768px) {
		.tabs .tabs-container {
			max-width: 100%;
			padding-top: 1.75rem;
			padding-bottom: 0;
		}
	}
	
@media (min-width: 992px) {
	.tabs {
		height: auto;
	}

	.tabs .area-1 {
		width: 70%;
		height: auto;
		display: inline-block;
		vertical-align: top;
	}
	.tabs .tabs-container {
		max-width: 100%;
		
		padding-top: 1.75rem;
		padding-bottom: 0;
	}

	.tabs .nav-tabs {
		text-align: center;
		justify-content: center;
	}
}

@media (min-width: 1200px) {
	.tabs .tabs-container {
		max-width: 100%;	
	}
	
}

/**********interactivo pasos end*****/


/********************* MENÚ - BOTONERA ******************/

.redes{ 
  opacity: 1;
  max-width: 40px !important;
  transition: transform .3s; /* Animation */
}
.redes:hover{
  opacity: 0.8;
  transform: scale(1.2);
}

.head_exp{
    top:0;
    background-color: #ed1c24;
    padding: 0.7em;
    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;
}

.logocc img {
    max-width: 60%;
    padding-top: 3em;
}

.logocc2 img {
    max-width: 80%;
    padding-top: 3em;
    padding-bottom: 3em;
}

.op-0{
  opacity: 0;
  transition: all 0.5s;
}
.op-1{
  opacity: 1;
  transition: all 0.5s;
}

/********************* / animaciones fotos ******************/

.inline-photo {
   
  
    margin: 1em auto;
    opacity: 1;
    left: 100%;
    
    max-width: 600px;
    
    
  }
  

  
  header {
    opacity: 0;
    transition: opacity .5s .25s ease-out;
  }
  
  header.is-visible {
    opacity: 1;
  }
  
  .main-photo {
    transform: scale(.8);
  }
  
  .heading {
    transform: translate(-50%, calc(-50% + 1em));
  }
  
  .is-visible .main-photo {
    transform: none;
  }
  
  .is-visible .heading {
    transform: translate(-50%, -50%);
  }
  
  .main-photo,
  .heading {
    transition: transform 4s .25s cubic-bezier(0,1,.3,1),
                filter 10s 2s ease-out;
    will-change: transform;
  }

/********************* / INICIO ******************/

.foot p{
    font-family: Helvetica, sans-serif;
}

.oper{
    
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top;
    min-height: 900px;
}





.pie-foto{
	position: relative;
    text-align: right;
	bottom:0;
	left: 0;
	color: #666;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	padding: 0.5em 1em;
}
.pie-foto p{
	font-size: 0.8rem;
	font-weight: 200;
}

.video iframe
{
padding-top: 2em;
padding-bottom: 2em;
 width: 100%;
 height: 500px;
}

.s-1{
    padding-top: 3em;
    
}
.s1 p{
    text-align: justify;
    
}
.s-1-{
    padding-top: 1em;
    padding-bottom: 1em;
}
.s-1 h2{
	color: #242424;
    text-align: justify;
    font-size: 20px;
}

.s-2{
	padding: 2em;
}
.s-2 h2{
	color: #000000;
    text-align: center;
    padding: 0.5em 0;
    line-height: 1.3;
    font-size: 1.3em;
    font-weight: 500;
    text-transform: none;
}
.s-2 h2 span{
	font-family: 'Georgia', serif;
    font-weight: 800;
}

.s-3{
    text-align: center;
}
.s-3 h2{
	color: #000000;
    text-align: center;
    padding: 1em 0;
    line-height: 1.3;
    font-size: 2.5em;
    font-weight: 800;
    text-transform: none;
}
.s-3 h3 {
    font-family: 'Georgia', serif;
    color: #ed1c24;
    text-align: center;
    font-size: 2em;
    font-weight: 800;
    text-transform: none;
}





.frase2 p{
	line-height: 1.5;
}

.frase2 h2{
	color: #000;
    text-transform: none;
    font-size: 2.5em;
}
.vertical-row {
    Float:left;
    margin: 1em;
    height:150px;
    width:1px; 
    background-color: #000;
   }

   .vertical-row2 {
    Float:left;
    margin: 1em;
    height:400px;
    width:1px; 
    background-color: #000;
   }

footer{
	height: 10px;
	color: #fff;
}
footer p{
	flex-basis: 100%;
	text-align: center;
}


@media screen and (min-width: 1500px) {
	
}

@media screen and (max-width: 1024px) {


	.redes .nav{
		width: auto;
	}
    .oper{
   
        
	background-attachment: fixed;
    background-size: 100% auto;
    background-repeat: no-repeat;
	background-position: top;
    min-height: 50%;
   

}
}
@media (min-width: 721px) and (max-width: 1270px){
.popup p{
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 5%;
    text-align: justify;
    margin: 1%;
    font-size: 22px;
    font-family: 'Helvetica', sans-serif;
}
.popup h2{
    text-align: center;
    margin: 1%;
    font-family: 'Helvetica', sans-serif;
    font-size: 23px;    
}

.popup2 p{
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 5%;
    text-align: justify;
    margin: 1%;
    font-size: 22px;
    font-family: 'Helvetica', sans-serif;
}
.popup2 h2{
    text-align: center;
    margin: 1%;
    font-family: 'Helvetica', sans-serif;
    font-size: 23px;    
}

.popup3 p{
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 5%;
    text-align: justify;
    margin: 1%;
    font-size: 22px;
    font-family: 'Helvetica', sans-serif;
}
.popup3 h2{
    text-align: center;
    margin: 1%;
    font-family: 'Helvetica', sans-serif;
    font-size: 23px;    
}


}

@media (min-width: 200px) and (max-width: 720px){
    .imagePONENTE{
        max-width: 40%;
    }
    .imagechef{
        max-width: 30%;
    }
    .ponente{
        text-align: center;
        margin-top: 5%;
    }
    .ponente3{
        text-align: center;
        margin-top: 5%;
    }

    .foto_horizontal{
        text-align: center;
        padding: 0em 0;
        max-width: 85%;
    }
    
    .foto_horizontal2{
        padding-bottom: 1em;
        text-align: center;
        padding: 0em 0;
        max-width: 90%;
    }
    .cuenta-regresiva .a{
        text-align: center;
    }
    
    .popup {
  
        transform: scale(0.85);
       
        
    }

    .popup p{
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 2%;
        text-align: justify;
        
        margin: 1%;
        font-size: 18px;
        font-family: 'Helvetica', sans-serif;
    }
    .popup h2{
        text-align: center;
        margin: 1%;
        font-family: 'Helvetica', sans-serif;
        font-size: 30px;    
    }
    
    .popup h5{
        padding-left: 10%;
        padding-right: 10%;
        text-align: center;
        margin: 1%;
        font-family: 'Helvetica', sans-serif;
        font-size: 15px;    
    }
    .popup.active {	
         
        opacity: 1;
        
    }


    .popup2 {
  
        transform: scale(0.85);
       
        
    }

    .popup2 p{
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 2%;
        text-align: justify;
        
        margin: 1%;
        font-size: 18px;
        font-family: 'Helvetica', sans-serif;
    }
    .popup2 h2{
        text-align: center;
        margin: 1%;
        font-family: 'Helvetica', sans-serif;
        font-size: 30;    
    }
    
    .popup2 h5{
        padding-left: 10%;
        padding-right: 10%;
        text-align: center;
        margin: 1%;
        font-family: 'Helvetica', sans-serif;
        font-size: 15px;    
    }

    .popup2.active2 {	
        
        opacity: 1;
        
    }

    .popup3 {
  
        transform: scale(0.85);
      
    }

    .popup3 p{
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 0%;
        text-align: justify;
        margin: 0%;
        font-size: 17px;
        font-family: 'Helvetica', sans-serif;
    }
    .popup3 h2{
        text-align: center;
        margin: 1%;
        font-family: 'Helvetica', sans-serif;
        font-size: 30;    
    }
    
    .popup3 h5{
        padding-left: 10%;
        padding-right: 10%;
        text-align: center;
        margin: 1%;
        font-family: 'Helvetica', sans-serif;
        font-size: 15px;    
    }

    .popup3.active3 {	
        
        opacity: 1;
        
    }

   

    .imgBox {
        
        margin-left: auto;
        margin-right: auto;
          text-align: center;
        background: url(../img/KIO-12.png) no-repeat;
        background-position: center;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background-size: cover;
     } 
    
     .imgBox:hover {
        background: url(../img/KIO-09.png) no-repeat;
        background-position: center;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background-size: cover;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
        transform: scale(1.03,1.03)
     } 
     .imgBox2 { 
        margin-left: auto;
    margin-right: auto;
      text-align: center;
        background: url(../img/KIO-11.png) no-repeat;
        background-position: center;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background-size: cover;
     }
    
    
     .imgBox2:hover {
        background: url(../img/KIO-10.png) no-repeat;
        background-position: center;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background-size: cover;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
        transform: scale(1.03,1.03)
     } 

     .imgBoxchef {
        
        margin-left: auto;
        margin-right: auto;
          text-align: center;
        background: url(../img/chef-07.png) no-repeat;
        background-position: center;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background-size: cover;
     } 
    
     .imgBoxchef:hover {
        background: url(../img/chef-06.png) no-repeat;
        background-position: center;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background-size: cover;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
        transform: scale(1.03,1.03)
     } 

    
    .intro1 h1{
        padding-top: 1%;
        text-align: center;
        font-family: 'Helvetica', sans-serif;
        color: #ffffff;
        font-size: 30px;
    }
    .boton_personalizado{
        text-align: center;
        text-decoration: none;
        padding: 10px;
        font-weight: 600;
        font-size: 20px;
        color: #27212B;
        background-color: #ffc72c;
        border-radius: 6px;
      }

      .boton_personalizado2{
        text-align: center;
        text-decoration: none;
        padding: 5px;
        float: right;
        float: top;
        font-weight: 600;
        font-size: 14px;
        color: #ffffff;
        background-color: #000000;
        border-radius: 6px;
        margin-right: 2%;
        
      }
    .vr {
        border: 0;
     
        height:0;
        
    }

    .chef h2{
        margin-top: 1%;
        font-weight: bold;
        font-family: 'Helvetica';
        font-size: 30px;
        color: #FDC718;
    }
    .chef p{
        text-align: center;
        font-weight: bold;
        font-family: 'Helvetica';
        font-size: 15px;
        color: #fff;
    }
    .cuenta-regresiva{
    
        text-align: center;
        font-family: 'Helvetica';
        font-weight: bold;
        font-size: 30px;
       
    }

    .cuenta-regresiva h1{
    
            
        font-family: 'Helvetica';
        text-align: center;
        font-weight: bold;
        color: #27212B;
        font-size: 18px;
  
}

    .cuenta-regresiva p{
        text-align: center;
        font-family: 'Helvetica';
        font-style: normal;
        color: #27212B;
        font-size: 12px;
        line-height : 15px;
    }

    .cuenta-regresiva .fecha{
        padding: 1%;
    }
    .inicio .titulares h1{
    
        padding-top: 1%;
        text-align: center;
        font-family: 'Helvetica', sans-serif;
        color: #ffffff;
        font-size: 22px;
    }
   
    .inicio .titulares p{
        max-width: 100%;
        color:#ffc72c ;
        font-family: 'Helvetica';
        font-style: oblique;
        font-size: 15px;
        line-height : 20px;
        text-align: center;
    }
   
   
    .intro1 p{
        color: #ffffff;
        text-align: justify;
        font-size: 20px;
        font-family: 'Helvetica', sans-serif;
        text-transform: none;

    }

    .s-1 h2{
        color: #242424;
        text-align: left;
        font-size: 16px;
    }
    
    .vive{
        text-align: center;
        font-family: 'Gupter', serif;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 2em;  
    }
	.cita2 {
	    margin-left: 25%;
	}
	footer {
	    padding: 12% 15px;
	}
    .oper {
        
        
        background-attachment: scroll;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 400px;
        margin-top: 136px;
        
    }
    .fixed-top {
        background-color: #000;
    }
    .s-3 h2 {
        font-size: 1.5em;
    }
    .s-3 p {
        line-height: 1.2;
    }
    .frase2 h2 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 575px) {
	.title h1 {
	    font-size: 3rem;
	}
	.cita2 {
	    margin-left: 0;
	}
	footer {
	    padding: 15% 15px;
	}
  
}

@media screen and (max-width: 479px) {
 
  
}



@media screen and (max-width: 340px) {
	
}