@charset "utf-8";
/*
Theme Name:
Theme URI:
Author:
Author URI:
Description:
 */

/* Recuerda comprimir el CSS y dejar un backup sin comprimir */

/* CSS Document */
html, body {
width:100%;
height:100%;
box-sizing: border-box;
font-family: 'Roboto', sans-serif!important;
margin: 0px auto;
}

/* COLORES
Verde lima #9EC250
Naranja fuerte #FF7F00
Naranja suave #FF8100
Verde corp. #082C2A;
*/

body {
color:#082C2A;
font-size:100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a:link {color:inherit;}
a:active {color:inherit;}
a:visited {color:inherit;}
a:hover {color:inherit;}

h1, h2, h3 {font-family: 'Chewy', cursive!important;}

div {
box-sizing:border-box;
}

header, #menuinicio {
background-color: #FF7F00!important; /*#FF7F00 #082C2A #8C2656*/
}

header {
min-height:82px;
height: auto;
margin:0px auto;
padding-top:10px;
padding-bottom:10px;
text-align: center;
}

header i {
padding-left: 3%;
}

footer {
  background-color: #013354;
  color:#fff;
}

.wmax1400 {
margin: 0 auto!important;
max-width:1400px;
width:100%;
background-color:transparent;
clear: both;
}

.wmax1200 {
margin: 0 auto!important;
max-width:1200px;
width:100%;
background-color:transparent;
clear: both;
}

.wmax850 {
margin: 0 auto!important;
max-width:850px;
width:100%;
background-color:transparent;
}

nav .content {
box-sizing:border-box;
}

#logonl {
max-width:80%!important;
}

#menuinicio {
  font-size: 110%;
  font-family: 'Roboto', sans-serif!important;
  color:#fff;
  height:auto;
  width: 100%
}
/* nav intervenidos */
.navbar-toggler {border:0px!important;}

li.nav-link  {
padding-right:1.5em!important;
padding-left:1.5em!important;
}
/* fin nav intervenidos */

.animfloat {
position: relative;
animation: flotar 3s infinite ease-in-out;
}

@keyframes flotar {
0%   {left:0px; top:0px;}
50%  {left:0px; top:20px;}
100% {left:0px; top:0px;}
}

#naranjalima {
background-color:#fff;
background-repeat:no-repeat;
height: auto;
color:#082C2A;
}

#equipo {
background-color:#fff;
background-repeat:no-repeat;
background-position: bottom;
height: auto;
color:#082C2A;
}

#espectaculos {
background-color:#FEA750; /*#EEA43B #FF7F00*/
min-height:600px;
height: auto;
padding-top:8%;
}

#blu-espectaculo {
background-repeat:no-repeat;
background-color:#A0AB29;
height: auto;
}

  #blu-titulo {
  min-height:950px;
  padding-top:10%!important;
  }

  @media only screen and (max-width: 600px) {
    #blu-titulo {
    min-height:300px;
    padding-top:10%!important;
    }
  }

  #ardilla-espectaculo {
  background-repeat:no-repeat;
  min-height:1000px;
  }

#contacta {
background-repeat:no-repeat;
background-size:auto;
background-position:top;
background-color:#FF7F00;
min-height:600px;
height: auto;
}

i.iconogrande {font-size:200%!important; margin-left: 2%;}
i.iconomediano {font-size:150%!important; margin-left: 2%;}
i.iconopeque {font-size:80%!important; margin-left: 2%;}

.linea-divisoria {height: 30px; background-repeat: repeat-x;}
.texto-blanco {color:#fff!important;}
.texto-verdelima {color:#9EC250!important;}
.texto-naranjafuerte {color:#DF3D00!important;}
.texto-naranjasuave{color:#FF7F00!important;}
.texto-corp{color:#082C2A!important;}
.texto-cursiva {font-style: italic!important;}
.texto-destacado {font-size:120%; line-height: 1.5}
.titulo-gigante {font-size:250%; line-height: 1.5}
.font-chewy {font-family: 'Chewy', cursive!important;}
.btn-verde {background-color:#174224!important; color:#B0C775!important;transition: background-color 1s ease-in-out; }
.btn-blanco {background-color:#fff!important; color:#000!important; transition: background-color 1s ease-in-out;}
.btn-corp {border: 2px solid #082C2A!important; color:#082C2A!important; transition: background-color 1s ease-in-out;}
.btn-verdeclaro {background-color:#B0C775!important; color:#fff!important; transition: background-color 1s ease-in-out;}
.btn-verdelima {background-color:#9EC250!important; color:#fff!important; transition: background-color 1s ease-in-out;}
.btn-naranja {background-color:#DF3D00!important; color:#fff!important; transition: background-color 1s ease-in-out;}
.btn-destacado {font-size:150%!important;}

.btn:hover {
background-color:#000!important; color:#fff!important;
}
.bgnrcenter {background-repeat: no-repeat; background-position: center;}
.bgnrsizecover {background-size: cover!important;  bbackground-repeat: no-repeat!important;}
.bgnrsizecontain {background-size: contain!important; background-repeat: no-repeat!important;}
.bgbottomright {background-position: bottom right!important; background-repeat: no-repeat!important;}
.bgcentertop {background-position: top center!important; background-repeat: no-repeat!important;}

/* ICONO HOVER ESPECTÁCULOS */
.container-espectaculos {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.overlaybgicon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: transparent; /*#fff*/
  background-repeat: no-repeat;
  background-position: center;
}

.container-espectaculos:hover .overlaybgicon {
  opacity: 1; /*  opacity: 0.5;*/
}

.iconblanco { /*fa-hand-o-down fa-eye*/
  color: #fff!important; /*#EA3D01*/
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.fa-user:hover {
  color: #ddd;
}
/* FIN ICONO HOVER ESPECTÁCULOS */

#legal {background-color:#013354;}
#logos img {max-width: 150px!important;}
