
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Poppins:wght@200;300;400;500;600;700;800&display=swap');
	*{
		margin: 0;
		padding: 0;
	}
	:root{
	/* Colores */
	--azul:#005aa7;
  --rojo:#ea242d;
	}
	body{
		font-family: 'Poppins'!important;
		font-size: 16px;
    font-weight: 300!important;
    letter-spacing: 1px;
    color: var(--gris);
	}
  h3{
    font-family: 'Poppins'!important;
    font-weight: 800!important;
    text-transform: uppercase;
  }

   h4{
    font-family: 'Montserrat'!important;
    font-weight: 800!important;
    text-transform: uppercase;
  }
.titulo{
	font-family: 'Montserrat'!important;
	font-weight: 800!important;
	font-style: normal;
  font-size: 2rem;
  color: #000;
}
header{
  background: #1c1d1e;
  position: fixed;
  width: 100%;
  z-index: 112;
}
b{
  font-weight: 600;
}
.logoExpansion{
  height: 40px;
  margin: 0.5rem 0rem;
}
/*Header*/
.oper {
  background: url(../img/mexbest-portada.jpg);
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  max-height: 800px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
}

.tit1 {
  text-align: center;
  font-family: montserrat!important;
  font-weight: 800!important;
  font-style: normal;
  font-size: 5vw;
  padding: 10% 0% 25% 0px;
  color: #fff;
  text-transform: uppercase;
  /*text-shadow: 0px 4px 6px #232323;*/
}
/*Header*/

.cita{
  background: #e2e0de;
  border-radius: 10px;
}
.cita2{
  border:solid 2px #e2e0de;
  border-radius: 10px;
}
a{
  text-decoration: none;
}
/*Button*/
button {
 position: relative;
 display: inline-block;
 cursor: pointer;
 outline: none;
 border: 0;
 vertical-align: middle;
 text-decoration: none;
 background: transparent;
 padding: 0;
 font-size: inherit;
 font-family: inherit;
}

button.learn-more {
 width: 12rem;
 height: auto;
}

button.learn-more .circle {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: relative;
 display: block;
 margin: 0;
 width: 3rem;
 height: 3rem;
 background: #888;
 border-radius: 1.625rem;
}

button.learn-more .circle .icon {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 background: #fff;
}

button.learn-more .circle .icon.arrow {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 left: 0.625rem;
 width: 1.125rem;
 height: 0.125rem;
 background: none;
}

button.learn-more .circle .icon.arrow::before {
 position: absolute;
 content: "";
 top: -0.29rem;
 right: 0.0625rem;
 width: 0.625rem;
 height: 0.625rem;
 border-top: 0.125rem solid #fff;
 border-right: 0.125rem solid #fff;
 transform: rotate(45deg);
}

button.learn-more .button-text {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 padding: 0.75rem 0;
 margin: 0 0 0 1.85rem;
 color: #fff;
 font-weight: 700;
 line-height: 1.6;
 text-align: center;
 text-transform: uppercase;
}

button:hover .circle {
 width: 100%;
}

button:hover .circle .icon.arrow {
 background: #fff;
 transform: translate(1rem, 0);
}

button:hover .button-text {
 color: #fff;
}
/*Button*/

.bajada{
  font-size: 1.2rem;
}

.presentado{
  font-size: 0.8rem;
  text-decoration:none;
}

hr.rojo {
    background: #ed1c24;
    height: 5px;
    width: 80px;
    border: none;
    opacity: 1;
}

hr.general {
    width: 80%;
    margin: 2rem auto;
}
/*video*/
/* Start: Video Responsive */
.video-responsive {
    overflow:hidden;
    padding-bottom:400px; /* Adecua este valor para controlar la altura del video */
    position:relative;
    height:0;
}

.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* End: Video Responsive */

/*Video*/

.redondo{
  border-radius: 25px;
}
.datos{
  font-size: 11px;
}

footer{
	background: #1c1d1e;
}

.container-fluid{
	padding-right: 0px;
    padding-left: 0px;
}



.espacio{
  	padding: 0px;
  }
/*Social*/
.wrapper {
  display: inline-flex;
  list-style: none;
  height: 120px;
  width: 100%;
  padding-top: 20px;
  font-family: "Poppins", sans-serif;
  justify-content: center;
}

.wrapper .icon {
  position: relative;
  background: #fff;
  border-radius: 50%;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #fff;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #fff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background: #1877F2;
  color: #fff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background: #0a66c2;
  color: #fff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background: #E4405F;
  color: #fff;
}
/*Social*/

a.redes{
  color: #333;
}



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



}

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

  	 .oper {
  background-image: url(../img/mexbest-portada-m.jpg);
	}
	.tit1 {
  font-size: 8vw;
  padding: 35% 0px 30% 0px;

	}
	  .espacio{
  	padding: 0px;
  }
  	h1{
  		font-size: 1.8rem;
  	}




}

@media only screen and (max-width: 450px) {
  .tit1 {
  font-size: 13vw;
  padding: 35% 0px 10% 0px;

  }




