/* Generated by less 2.5.1 */
/** Generated by FG **/
@font-face {
  font-family: 'Conv_FredokaOne-Regular';
  src: url('fonts/FredokaOne-Regular.eot');
  src: local('☺'), url('fonts/FredokaOne-Regular.woff') format('woff'), url('fonts/FredokaOne-Regular.ttf') format('truetype'), url('fonts/FredokaOne-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*-------------------------codigo para icono de whatsapp---------------------*/
.whts{
    position: fixed;
    display: flex;
    width: 240px;
    height: 350px;
    transition-delay: 1s;
    transition-duration: 1s;
    float: left;
    left: 15px;
    bottom: 15px;
}

.whts .logow{
    align-self: end;
}


.whts .numeros{
    display: none;
    flex-direction: column;
    gap: 12px;
}
.whts .numeros p{
    align-self: flex-end;
    margin: 0;

}
.whts .cerrar{
    background-color:rgba(74,255,0,1)  ;
    padding: 3px;
    font-weight: bolder;
    font-size: 22px;
    border-radius: 5px;
    color: white;
    border: 2px solid black;
}

.whts .numeros p:hover{
    cursor: pointer;
}

.whts .numeros a{
    text-decoration: none;
    background: rgb(2,0,36);
    color: white;
    padding: 8px;
    border-radius: 10px;
    border: solid 2px white;
}
/*---------------------- fin codigo para icono de whatsapp---------------------------*/

.sociales>a>li{
  height: 50px;
  display: flex;
  list-style-type: none;
}

/*para poner el norde blanco cundo esta activo algun menu 24/01/2022*/
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #080808;
  border-bottom: solid 2px #a38c1a;
}

a:active, a:hover {
  outline: 0;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  border-bottom: solid 2px #a38c1a;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
 
  background-image: linear-gradient(to bottom,#101112 0,#f0ad4e 100%);

}






.fuente {
  font-family: 'Conv_FredokaOne-Regular';
}
.blancoLetras {
  color: #ffffff;
}
.blancoFondo {
  background-color: #ffffff;
}
.naranjaFondo {
  background-color: #f7971f;
}
.cafeFondo {
  background-color: #6b4a27;
}
.amarilloFondo {
  background-color: #fdd235;
}
a:hover,
a:visited {
  text-decoration: none;
}
a {
  color: #f7971f;
}
a:hover {
  color: #6b4a27;
}
.centrarIma {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.centrarElemento {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .centrarElemento {
    top: auto;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
html,
body {
  height: 100%;
}
body {

  height: 100%;
  font-family: 'Open Sans', sans-serif;
}
div,
p,
img,
ul,
li,
ol {
  padding: 0;
  margin: 0;
}
.contenedor {
  position: relative;
  max-width: 1600px;
  height: auto;
  margin: 0 auto;
  padding: 1em;
}
.limpar {
  clear: both;
}
h1 {
  font-family: 'Conv_FredokaOne-Regular';
  color: #6b4a27;
  text-align: center;
  padding: 0.8em 0;
  margin-bottom: 2em;
  position: relative;
}
h1:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.5em;
  margin-left: -35px;
  width: 70px;
  height: 10px;
  background: #f7971f;
  border-radius: 1em;
}
h1 span {
  font-size: 0.7em;
}
input {
  color: #6b4a27;
  padding: 0.5em;
  border: none;
  width: 100%;
  background: #f5f3ea;
}
textarea,
select {
  color: #6b4a27;
  padding: 0.5em;
  border: none;
  width: 100%;
  background: #f5f3ea;
}
/*
input[type="submit"]{ background: @cafe; width: 18%; font-weight: bold; text-align: right; padding-right: 1em;  width: 30%;
    min-width: 200px;
    max-width: 350px!important;
    @media @tableta{ width: 50%;}
}
input[type="submit"]:hover{ }

*/
::-webkit-input-placeholder {
  color: #6b4a27;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #6b4a27;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #6b4a27;
}
:-ms-input-placeholder {
  color: #6b4a27;
}
.nav>li {
  position: relative;
  display: block;
  margin-top: 8px;
}
/*#nav-toggle {
  position: absolute;
  right: 12px;
  top: 12px;
}
#nav-toggle {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #6b4a27;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}*/

.oculto{
  display:none;
}


.navbar-right>li>a{
  vertical-align:center;
  margin-top: 20px;
}


.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: white;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #333;
    font-color: white;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #080808;
    font-color:#fcfcfe;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
   /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);*/
    background-repeat: repeat-x;
}

.navbar-nav > li > a, .navbar-brand {
    padding-top:5px !important; padding-bottom:0 !important;
    height: 30px; /* aqui escoges el alto que necesites */
}
#menu {
  float: right;
  margin-right: 5%;
  font-family: 'Conv_FredokaOne-Regular';
  font-size: 0.9em;
}
#menu a {
  color: #fff;
}
#menu a:hover,
#menu .activo {
  color: #6b4a27;
}
#menu li ul {
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 500;
  background: #f7971f;
  width: 250px;
  opacity: 0;
  visibility: collapse;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#menu li ul li {
  width: 100%;
  padding: 0.5em 1em;
}
#menu li ul li:hover,
#menu li ul .sub-activo {
  background: #6b4a27;
}
#menu li ul li:hover a,
#menu li ul .sub-activo a {
  color: #fdd235;
}
#menu li {
  list-style: none;
  display: inline-block;
  padding: 0 0.6em;
  position: relative;
  padding-bottom: 1em;
}
#menu li:hover ul {
  visibility: visible;
  opacity: 1;
  top: 35px;
}
@media (max-width: 1024px) {
  #menu {
    display: none;
  }
}
.logo {
  position: absolute;
  top: 0;
  left: 2em;
  background: #fff;
  width: 170px;
  height: auto;
  z-index: 999;
  -webkit-box-shadow: 0px -50px 15px 1px #8c5a1a;
  -moz-box-shadow: 0px -50px 15px 1px #8c5a1a;
  box-shadow: 0px -50px 15px 1px #8c5a1a;
  border-radius: 5px;
}
@media (max-width: 479px) {
  .logo {
    width: 140px;
    -webkit-box-shadow: 0px -22px 15px 1px #8c5a1a;
    -moz-box-shadow: 0px -22px 15px 1px #8c5a1a;
    box-shadow: 0px -22px 15px 1px #8c5a1a;
  }
}
.logo img {
  width: 100%;
  height: auto;
}
#barra {
  background: #f7971f;
  height: 70px;
  padding-top: 23px;
  position: relative;
}
@media (max-width: 1024px) {
  #barra {
    height: 70px;
  }
}
#nav-toggle {
  position: fixed;
  z-index: 2000;
  right: 5vw;
  top: 20px;
  display: none;
}
@media (max-width: 1024px) {
  #nav-toggle {
    display: block;
  }
}
#nav-toggle {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  background: #6b4a27;
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*---------------------------*/
.menu_cel {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 900;
  padding: 1em;
  background: #fff;
}
.menu_cel li {
  list-style: none;
  padding: 0.5em;
  text-align: center;
  border-bottom: solid 1px #333;
}
.cien {
  width: 100%;
  height: auto;
}
.sinMargen {
  padding-left: 0;
  padding-right: 0;
}
.owl-pagination {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.owl-pagination span {
  background: #f7971f !important;
}
#footer {
  color: #fff;
  font-style: italic;
  font-weight: bold;
}
@media (max-width: 479px) {
  #footer {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  #footer {
    font-size: 0.9em;
  }
}
#footer span {
  font-size: 1.2em;
  font-weight: bold;
}
#footer a {
  color: #fff;
  text-decoration: underline;
}
.padDivsPie {
  padding: 1em;
}
.piecafe {
  color: #ba8f62;
  font-style: normal;
}
.conte_pie_ama {
  width: 95%;
  float: right;
}
@media (min-width: 1600px) {
  .conte_pie_ama {
    width: 58%;
  }
}
@media (max-width: 1024px) {
  .conte_pie_ama {
    width: 100%;
    float: none;
  }
}
.conte_pie_ama img,
.conte_pie_ama p {
  float: left;
}
@media (max-width: 479px) {
  .conte_pie_ama img,
  .conte_pie_ama p {
    float: none;
    padding-bottom: 0.5em;
  }
}
.conte_pie_ama p {
  font-size: 1.5em;
}
#proceso i {
  color: #fff;
  padding-left: 0.5em;
}
#proceso:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#redes li {
  display: inline-block;
  list-style: none;
  padding: 0.5em 0.5em;
}
#redes li img {
  width: 35px;
}
.sub-pie {
  font-weight: 400;
}
.ico_pie {
  padding: 0 1em;
}
@media (max-width: 1024px) {
  .ico_pie {
    padding-bottom: 0.8em;
  }
}
.logo-pie {
  padding: 0 6em;
}
@media (max-width: 1024px) {
  .logo-pie {
    padding: 1.5em;
  }
}
.tel-pie {
  padding: 1em 2em;
}
#abajo_head {
  position: absolute;
  z-index: 100;
  bottom: -20px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: auto;
}
.banner_home1 {
  width: 100%;
  height: 100%;
  background: url(img/mirasol_banner_1.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
#sub-header {
  position: relative;
}
#izq control-slide {
  position: absolute;
  top: 50%;
  z-index: 800;
}
#izq control-slide i {
  color: #f7971f;
}
.control-slide {
  position: absolute;
  top: 50%;
  z-index: 600;
  cursor: pointer;
}
.control-slide i {
  color: #f7971f;
  font-size: 1.6em;
}
.der {
  right: 3%;
}
.izq {
  left: 3%;
}
.btn-a {
  background: #f7971f;
  padding: 1em 2em;
  display: inline-block;
  color: #fff;
  border-radius: 1.5em;
  -webkit-box-shadow: 0px 3px 9px -2px #6b4a27;
  -moz-box-shadow: 0px 3px 9px -2px #6b4a27;
  box-shadow: 0px 3px 9px -2px #6b4a27;
  margin: 1em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .btn-a {
    font-size: 0.7em;
  }
}
.btn-a i {
  padding-left: 0em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-a:hover {
  background: #6b4a27;
  color: #fff;
  -webkit-box-shadow: 0px 3px 2px -2px #6b4a27;
  -moz-box-shadow: 0px 3px 2px -2px #6b4a27;
  box-shadow: 0px 3px 2px -2px #6b4a27;
}
.btn-a:hover i {
  padding-left: 0.5em;
}
.liga {
  margin-bottom: 1.5em;
  text-align: center;
}
.liga p {
  font-size: 1.1em;
  font-weight: bold;
}
.conte-ligas {
  margin-bottom: 4em;
}
.conte-ligas p {
  height: 60px;
  padding: 0 1.5em;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .conte-ligas p {
    font-size: 0.9em;
  }
}
@media (max-width: 479px) {
  .conte-ligas p {
    height: auto;
    padding: 0.8em;
  }
}
@media (max-width: 1024px) {
  .extra-tableta {
    padding: 1em 2.5em;
  }
}
.parrafos {
  text-align: center;
  padding: 1em 10%;
}
.cuadro {
  padding-left: 3em;
  padding-right: 2em;
  padding-top: 3em;
  padding-bottom: 3em;
  border-bottom: 1px solid #6b4a27;
  flex: 1;
}
.cuadroAmarillo {
  position: relative;
  background: #fdd235;
  text-align: center;
  font-family: 'Conv_FredokaOne-Regular';
  font-size: 3em;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  /* <---- NEW    */
  color: #6b4a27;
  border-bottom: solid 1px #6b4a27;
}
#historia {
  margin-top: 19em;
  padding: 0 10em;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  #historia {
    padding: 0 1em;
  }
}
@media (max-width: 479px) {
  #historia {
    padding: 0 0;
  }
}
#historia .txt-der {
  text-align: right;
}
@media (max-width: 768px) {
  #historia .txt-der {
    text-align: left!important;
  }
}
.columna {
  display: flex;
}
@media (max-width: 479px) {
  .columna {
    display: block;
  }
}
.txt-der {
  text-align: right;
}
.txt-centro {
  text-align: center;
}
.btn-abajo {
  margin-bottom: 3em;
}
.cerdo div {
  border: none;
}
.cerdo .cuadroAmarillo {
  height: 100px;
  display: block;
}
#cerdo_empresa {
  position: absolute;
  left: -10%;
  top: -230%;
}
@media (max-width: 768px) {
  #cerdo_empresa {
    width: 300px;
    top: -200%;
  }
}
@media (max-width: 479px) {
  #cerdo_empresa {
    width: 250px;
    left: 8%;
    top: -160%;
  }
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1500;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #6b4a27 url('http://www.wipro.com/newsroom/wp-content/themes/images/loading.gif') no-repeat center center;
}
.medio {
  display: flex;
  margin-bottom: 8em;
  margin-top: 5em;
}
@media (max-width: 768px) {
  .medio {
    display: block;
  }
  .medio .hojas {
    text-align: center;
  }
}
.medio div {
  padding: 0 2em;
}
@media (max-width: 768px) {
  .medio div {
    text-align: left!important;
    padding: 0 1em;
  }
}
.medio h2,
.medio h3 {
  font-weight: bold;
  color: #6b4a27;
}
.hojas {
  text-align: right;
}
.bloque {
  width: 85%;
}
@media (min-width: 1600px) {
  .bloque {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .bloque {
    width: 100%;
  }
}
.flota-der {
  float: right;
}
@media (max-width: 768px) {
  .flota-der {
    float: none;
  }
}
.ninos {
  background: url(img/ninos.jpg) no-repeat #fdd235;
  background-position: bottom right;
  background-size: cover;
  padding-top: 2em;
}
@media (max-width: 768px) {
  .ninos {
    height: 250px;
    margin-top: 2em;
  }
}
#proceso-general {
  text-align: center;
  margin-bottom: 5em;
}
#proceso-general h2 {
  color: #f7971f;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 0;
  padding-top: 0;
}
#proceso-general span {
  position: absolute;
  z-index: 100;
  font-size: 5em;
  color: #fdd235;
  opacity: 0.8;
  font-weight: bold;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lostxt {
  height: 231px;
  padding: 25% 2em;
}
.bordeAr {
  border-top: solid 1px #f7971f;
}
.bordeAb {
  border-bottom: solid 1px #f7971f;
}
.image-pro {
  height: 231px;
}
.pie-2 {
  background: url("img/procesos/pie-1.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.pie-1 {
  background: url("img/procesos/pie-2.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.pie-3 {
  background: url("img/procesos/pie-3.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.pie-4 {
  background: url("img/procesos/pie-4.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.capote-1 {
  background: url("img/procesos/capotes-1.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.capote-2 {
  background: url("img/procesos/capotes-2.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.capote-3 {
  background: url("img/procesos/capotes-3.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.capote-4 {
  background: url("img/procesos/capotes-4.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.inuva-1 {
  background: url("img/procesos/inuva-1.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.inuva-2 {
  background: url("img/procesos/inuva-2.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.inuva-3 {
  background: url("img/procesos/inuva-3.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.inuva-4 {
  background: url("img/procesos/inuva-4.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.ctg-1 {
  background: url("img/procesos/ctg-1.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.ctg-2 {
  background: url("img/procesos/ctg-2.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.ctg-3 {
  background: url("img/procesos/ctg-3.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.ctg-4 {
  background: url("img/procesos/ctg-4.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.agave-1 {
  background: url("img/procesos/agave-1.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.agave-2 {
  background: url("img/procesos/agave-2.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.agave-3 {
  background: url("img/procesos/agave-3.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.agave-4 {
  background: url("img/procesos/agave-4.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.triangulo-ar {
  position: relative;
}
.triangulo-ar:after {
  content: "";
  position: absolute;
  bottom: 0;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-top: solid 20px transparent;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
  border-bottom: solid 20px #fff;
}
.triangulo-ab {
  position: relative;
}
.triangulo-ab:before {
  content: "";
  position: absolute;
  top: 0;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-top: solid 20px #fff;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
  border-bottom: solid 20px transparent;
}
.vermas {
  color: #6b4a27;
  padding: 2.5em;
}
.vermas h2 {
  font-weight: bold;
  font-size: 2em;
  color: #6b4a27;
}
.vermas p {
  padding: 0;
  height: auto!important;
}
.vermas a {
  display: block;
  padding-top: 0.5em;
  text-decoration: underline;
}
#formu {
  display: block;
  margin: 5em 0;
}
#formu div {
  margin-bottom: 0.8em;
}
#formu #submit {
  width: 150px;
  float: right;
}
#mapa {
  width: 100%;
  height: 300px;
}
.playbtn {
  position: absolute;
  z-index: 900;
  top: 50%;
  left: 50%;
  margin-top: -2.5em;
  margin-left: -2.5em;
  cursor: pointer;
}
.playbtn i {
  font-size: 5em;
  color: #f7971f;
}


/*Varias modificaciones*/

.menu_cel {
    z-index: 903 !important;
}

.menu_cel ul li a{
    //display: block;
    width: 100%;
    padding: 8px;
}

@media (max-width: 769px) {
  .playbtn{
    top: 18%;
  }
}
