
/* ==========================================================================
   Tipografía
   ========================================================================== */

@font-face {
  font-family: 'EuroStyle';
  font-style: normal;
  font-weight: normal;
  src: local('Eurostile'), url('fonts/eurostile.woff') format('woff');
}

@font-face {
  font-family: 'Myriad-Hebrew';
  src: url('fonts/MyriadHebrew-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/MyriadHebrew-Regular.otf')  format('opentype'),
       url('fonts/MyriadHebrew-Regular.woff') format('woff'), url('fonts/MyriadHebrew-Regular.ttf')  format('truetype'), url('fonts/MyriadHebrew-Regular.svg#MyriadHebrew-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
   miselanea
   ========================================================================== */

html, body{
  font-size: 18pt;
  height: 100%;
  width: 100%;
    font-family: 'EuroStyle', sans-serif; 
}

header{
  height: 20%;
  min-height: 150px;
  position: relative;
}
@media (max-width:991px){
  header{
    height: auto;
    position: relative;
  }
}
h1{
  font-size: 21.6pt;
}

h4{
  font-size: 12.09pt;
}

.myriad{
  font-family: 'Myriad-Hebrew', sans-serif;
}

a, a:visited, a:link{ 
  color:#c2b59b;
}
a:hover, a:target, a:focus{
  text-decoration: none;
}
.padding_top_30{
  padding-top: 30px;
}
.padding_bottom_30{
  padding-bottom: 30px;
}
.margin_top_30{
  margin-top: 30px;
}
.margin_bottom_30{
  margin-bottom: 30px;
}
.brown{
  color: #c2b59b;
}
.background_yellow{
  background-color: #f7f5c1;
}
.w_100{
  width: 100%;
}
.hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
}
.informacion{
  line-height: 1;
  margin-bottom: 35px;
}
@media (max-width: 767px){
  .no_margin{
    margin: 0;
  }
}
/* ==========================================================================
   header
   ========================================================================== */
   .logo{
    height: auto;
   }
   .nombre{
    position: relative;
    background-color: #f8f6c0;
    padding: 10px 15px;
    margin-bottom: 10px;
   }
   .nombre h1, .nombre h4{
    color: #c2b59b;
    margin: 0;
   }
  nav{
    position: relative;
  }
  nav ul{
    padding-left: 0;
    margin-bottom: 0;
  }
  nav ul li{
    display:inline-block;
    font-size: 19pt;
    padding: 0.2rem 2rem;
    margin: auto;
    background-color: #fbfbe4;
    color: #c2b59b;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
    nav ul li:last-of-type{
    display:inline-block;
    font-size: 19pt;
    padding: 0.2rem 1rem;
    margin: auto;
    background-color: transparent;
    color: #c2b59b;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  nav ul li:last-of-type:hover{
    background-color: transparent;
    color: #c2b59b;
  }
  nav ul li:last-of-type a{
    margin: 0 5px ;
  }
  nav ul li:hover, nav ul li.active {
    background-color: #c2b59b;
    color: #fbfbe4;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  } 
   nav ul li:hover a, nav ul li.active a{
    color: #fbfbe4;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;    
   }
@media (min-width:992px) and (max-width:1200px){
  nav ul li, nav ul li:last-of-type{
    padding: 0.2rem 1rem;
  }
}
@media (max-width: 992px) {
  nav ul li{
    display: block;
  }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
@media only screen and ( max-width: 62.5em ) /* 1000 */ {
nav {
  width: 100%;
  position: static;
  margin: 0;
}
}
 @media only screen and ( max-width: 991px ) /* 640 */ {

nav {
  position: relative;
  top: auto;
  left: auto;
}
nav > a {
  width: 3.125em; /* 50 */
  height: 3.125em; /* 50 */
  text-align: left;
  text-indent: -9999px;
  background-color: #e15a1f;
  position: relative;
}
nav > a:after {
  position: absolute;
  border: 2px solid #fff;
  top: 35%;
  left: 25%;
  right: 25%;
  content: '';
}
nav > a:after {
  top: 60%;
}
nav:target > a:last-of-type {
  display: block;
}
/* first level */

nav > ul {
  height: auto;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
}
nav:target > ul {
  display: block;
}
nav > ul > li {
  width: 100%;
  float: none;
}
nav > ul > li > a {
  height: auto;
  text-align: left;
  padding: 0 0.833em; /* 20 (24) */
}
nav > ul > li:not( :last-child ) > a {
  border-right: none;
  border-bottom: 1px solid #cc470d;
}
/* second level */

nav li ul {
  position: static;
  padding: 1.25em; /* 20 */
  padding-top: 0;
}
}


/* ==========================================================================
   carrousel
   ========================================================================== */
  #inicio{
    min-height: 400px;
/*    background-color: red; */
    position: relative;
  }
  #myCarousel{
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  #myCarousel .item img{
    width: 100%;
  }
  #myCarousel .carousel-control{
    width: 10%;
  }
  #myCarousel .carousel-control.left, #myCarousel .carousel-control.right,  #myCarousel .carousel-control.left:hover, #myCarousel .carousel-control.right:hover{
    background-image: none;
  }
  #myCarousel .glyphicon-chevron-left:before{
    content: url('images/icono/icono-04.svg');
    height: 40px;
    width: 40px;
  }
  #myCarousel .glyphicon-chevron-right:before{
    content: url('images/icono/icono-03.svg');
    height: 40px;
    width: 40px;
  }  
/* ==========================================================================
   footer
   ========================================================================== */
  footer{
    height: 5%;
    min-height: 20px;
    background-color: #fbfbe4;
    position:absolute;
    bottom: 0;
    top: 93;
  }


.title_somos{
  font-size: 32.9pt
}
.text_somos{
 font-size: 19px
}
@media (max-width: 767px){
.actriz {
  padding-left: 0;
  padding-right: 0;
}
}
.actriz img{
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.actriz h4{
  font-size: 18.9pt;
  padding:5px 10px;
}


#popup-gallery figcaption{
 display: none
}


/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
@media (max-width:991px) {
  .row-eq-height {
    display:         block;
  }
}
/*
 * Callout styles copied from Bootstrap's main docs.
 */
/* Common styles for all types */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border-left: 3px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  background-color: #fff;
  border-radius: 3px;
}
/* Variations */
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  background-color: #fcf8f2;
  border-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}
.formu label{   color: #c2b59b; }
.formu input[type="text"], .formu input[type="mail"], .formu textarea{
  width: 100%;
  background-color: #f8f6c0;
  margin: 10px 0;
  padding: 5px;
  border: none;
}
  .boton{
    display:inline-block;
    font-size: 19pt;
    padding: 0.2rem 2rem;
    margin: auto;
    background-color: #fbfbe4;
    color: #c2b59b;
    border: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .boton:hover, .boton.active {
    background-color: #c2b59b;
    color: #fbfbe4;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  } 
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #f8f6c0;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}