@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: Century gothic, Arial, sans-serif, applegothic;
  color: #777;
  background: rgb(255, 255, 255);
    background-color: #fff;
  text-decoration:none;
    margin-top: 0px;
    margin-left:0px;
      -webkit-animation: background 33s cubic-bezier(1,0,0,1) infinite;
  animation: background 33s cubic-bezier(1,0,0,1) infinite;  
}

*{
 font-family: century gothic, Arial;   
}

@-webkit-keyframes background {
   
  0% { background-image: url(../img/00001.jpg); background-repeat:no-repeat;
   background-size:cover;}
  33% { background-image: url(../img/00002.jpg); background-repeat:no-repeat;
   background-size:cover;}  
  67% { background-image: url(../img/00008.jpg); background-repeat:no-repeat;
   background-size:cover;}
    100% { background-image:url(../img/00004.jpg); background-repeat:no-repeat;
   background-size:cover;}
}

header {
    background-color: #fff;
}

a{
    color: #777;
    text-decoration:none;
}

#biotexto {
    width: 90%;
    height: auto;
}

.contenedoruno {
    background-color: #fff;
}

.cajauno{
    width: 100%;
    height: auto;
    padding: 0px;
    margin-top: 0px;
}

.accionarvid{
    width: 50%;
    height: auto;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
}

.accionarvid p{
   width: 100%;
   height: auto;
   font-size: 12px;
    padding: 12px;
}


@media screen and (max-width: 600px) {
    
    .contenedoruno {
        width: 100%;
        height: auto;
        margin: 0 auto;
        background-color: #fff;
    }
    
  #biotexto img{
      width:100%;
      height:auto;
     } 
    
    #biotexto p{
    width: 100%;
    height: auto;
    padding: 12px;
    margin: 0 auto;
    text-align: justify;
}
    
     #biotexto h1{
      width:100%;
      height:auto;
      padding: 12px;
      text-align: left;
     } 
    
    #biotexto h2{
      width:100%;
      height:auto;
    padding: 12px;
      text-align: left;
     } 
    
    #contexto {
        text-align: center;
    }
    
    .accionarvid{
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
}
    
    .accionarvid p{
   font-size: 14px;
}
    
}


.textus{
    text-align: justify;
    width: 100%;
}

.titular{
    width:100%;
    height:33px;
    padding:33px;
    margin:0 auto;
    position:relative;
}

.titular h2{
   font-size:12px;
}



.textocien h2{
    width:66%;
    font-size:18px;
    
}  
.textocien p{
    width:66%;
    font-size:14px;
    font-style:normal;
}   

#zoohogue {
    width: 100%;
    height: auto;
    top: 0px;
    margin: 0px;
    position: relative;
}

#zoohogue img{
    width: 100%;
    height: auto;
}

.zootexto {
    width: 500px;
    height: auto;
}

.zootexto img{
    margin: 0px;
}

 @media screen and (max-width: 600px) {
     .zootexto {
         width: 100%;
         height: auto;
         margin: 0 auto;
     }  
     
      .zootexto p {
          margin: 12px;
         text-align: justify;
     }  
     
     .zootexto img{
      width: 90%;
      height: auto;
      margin: 0 auto;
}
}

#cartelera img{
    display:inline-block;
    margin:20px;
}

#cartelera img{
    transition: 1s;
    }

#cartelera img:hover{
    opacity: 0.5;
    }

.aire{
    height:auto;
}    

.aire img{
  width:100%;
  height:20px;

}

.abitabuno{
    display:none;
}


.goBack(){
background-color:transparent;
border:none;
}

.mailto{
    margin-left: 395px;
}

.gtco-social-icons {
  margin: 0;
  padding: 0;
   
}
.gtco-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
}
.gtco-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: darkgray;
  padding-left: 10px;
  padding-right: 10px;
}
.gtco-social-icons li a i {
  font-size: 20px;
}

.container {
background-color:#fff;
}


.container p{
color:black;
}

.subscribe{
    width: 320px;
    color: darkgrey;
}

.suscri-form input{
    background-color: white;
}

.submit{
    display: inline-block;
    color: gray;
    border-bottom: none;
}

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999999999;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

#fh5co-footer {
  font-family: century gothic;
  float: left;
  width: 100%;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #999999;
}
#fh5co-footer a {
  color: #bfbfbf;
}
#fh5co-footer a:hover, #fh5co-footer a:active, #fh5co-footer a:focus {
  color: #000 !important;
}
#fh5co-footer .social {
  margin-top: 20px;
}
#fh5co-footer .social a {
  padding: 10px;
  color: #999999 !important;
}
@media screen and (max-width: 480px) {
  #fh5co-footer .social a {
    padding: 5px;
  }
}
#fh5co-footer .social a:hover, #fh5co-footer .social a:active, #fh5co-footer .social a:focus {
  color: #000 !important;
}


.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 1002;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 500px;
  margin: 4em auto;
  background: #fff;
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.bts-popup-container img {
  padding: 0px 0 0 0;
}
.bts-popup-container p {
	color: #15614C;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 0px solid #15614C;
	display: inline-block;
  margin-bottom: 0px;
}

.bts-popup-container a {
  color: #15614C;
  text-decoration: none;
  text-transform: uppercase;
}





        #popup {
            visibility: visible;
            position:absolute;
            margin:0 auto;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 9999999;
        }

#close{
    background-color: #000;
    color: #fff;
    position: inherit;
    right: 0px;
    top: 0px;
}

    
        @media screen and (max-width: 600px) {
        #popup {
        width:100%;
        height:auto;
           }
        #popup img{
            width:100%;
            height:auto;
            top: 50%;
            bottom: 50%;
           }
        }
