@import 'https://fonts.googleapis.com/css?family=Roboto+Slab';
@import 'https://fonts.googleapis.com/css?family=Roboto+Slab|Titillium+Web';
@import 'https://fonts.googleapis.com/css?family=Libre+Baskerville|Lora|David+Libre|Lato';
@import 'https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i';


/* Colores 
  - azul:   #75B7D4; 
  - rosa:   #b61b59;
  - negro:  #5B5B5F;

  - granate real: #723d46; // 114, 61, 70
  - granate oscuro real: #472d30;
  - amarillo real: #ffe0a8; // 255, 224, 168

  - arsenic: #474448;
*/

html {
  font-size: 15px;
  height: 100%;
}

body { 
  height: 100%;
  font-family: 'Lato', sans-serif;
	/*color: #f5f5f5;*/
  font-size: 15px;
  font-weight: 300;
  color: #474448;
	background-color: #472d30;
  /*padding-bottom: 40px;*/
 }

 a {
  color: #723d46;
 }
  a:hover, a:focus {
  color: #ffe0a8;
 }
 .text-btn{
    color: #723d46;
 }
 .text-btn:hover {
    color: #ffe0a8;
 }

 .footer-link > a:link, .footer-link > a:visited {
  color: #ffe0a8 !important;
}
 .footer-link > a:hover, .footer-link > a:focus {
  color: white !important;
}

 .label-giuchron-red {
    background-color: #723d46;
    font-weight: 300;
}

.centered div {
  position: absolute;
  width: 50%;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
}

.navbarContainer {
  margin: 0 auto; min-width:825px; width:825px;
}

.navbar-home {
  position: absolute;
  top: 160px !important;
  right: 0;
  left: 0;
  z-index: 20;
  margin-top: 0px !important;
}
.navbar-section-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  margin-top: 20px;
}

.navbar-transparent {
  background-color: rgba(71,45,48,0.90) !important;
  border:0px solid rgba(71,45,48,0.95) !important;
}

.navbar-transparent .navbar-nav > li > a {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  /*font-variant: small-caps;*/
}
.navbar-transparent .navbar-nav > li > a:hover,
.navbar-transparent .navbar-nav > li > a:focus {
  color: #ffe0a8;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: rgba(71,45,48,0.84);
}

.navbar-section .navbar-nav > .active > a, .navbar-section .navbar-nav > .active > a:hover, .navbar-section .navbar-nav > .active > a:focus {
  background-color: #fff !important;
  color: #472d30 !important;
}

.carousel-section {
  /*height: 500px;*/
  background-color: #723d46;
  /*padding-top: 50px;*/
  /*margin-bottom: 60px;*/
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.75);
}

.page {
  background-color: rgba(255,255,255,0.9) !important;
  height: 500px;
  margin: 5px;
  padding-top: 90px;
}

.logo-footer {
  /*min-height: 15px;*/ /*ORIGINAL*/
  min-height: 10px;
  max-height: 20px; /*ORIGINAL*/
  margin-right: 9px; 
  margin-left: 9px;
  margin-bottom: 20px;
  opacity: 0.75;
}

.slide-workshop {
  width: 525px;
  border-radius:4px;
  /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);*/
}

.headLogoContainer {
  margin-top: 30px;
  top: 30px;
  height: 110px;
  z-index: 99999999;
}
.headLogo {
  width:20%;
}
  .headLogoIcon {
    height:70px;
  }
.boxMargin {
  margin:30px;
}
.sectionContainer {
  padding-left: 3.5%;
  padding-right: 3.5%;
  background-color: #F5F1ED; padding-top:70px; border-left:6px solid #472d30; border-right:6px solid #472d30; -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
}


.head-info {
  color: white;
  top: 0;
  width: 100%;
  height: 30px;
  background: rgba(0,0,0,0.5);
  position: absolute;
  z-index: 99;
}
.contact-info-container {
  padding-left: 30px;
  color: white;
  line-height: 30px;
}
.social-icons-container {
  padding-right: 30px;
  font-size: 20px;
  line-height: 30px;
}
.social-icons-container a:link, .social-icons-container a:visited {
  color: white;
}
.social-icons-container a:hover, .social-icons-container a:hover {
  color: #ffe0a8;
}
.social-icon-i {
  margin: 0px 7px;
}
.logo-container {
  top: 30px;
  background: #472d30;
  width: 100%;
  height: 110px;
  position: absolute;
  z-index: 99;
}
.resumen-container {
  padding-top: 30px;
  margin: 0px 10px;
}
.resumen {
  color: white;
}
.resumen img {
  width: 125px;
}

/* --------- CONTACT FORM NOTIFICATIONS ALERTS ------- */

#notification-container { /* for notifications of forms */
  position: fixed;
  top: 50px;
  right: 50px;
  z-index:9999999999;
}
.form-notification {
  font-size: 11pt;    
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

/* Collapsed navbar */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #723d46;
}

.navbar-inverse .navbar-toggle {
    border-color: #ffe0a8;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel-inner {
  height: 100%;
}

/* Carousel base class */
.carousel-home {
  height: 100%;
  /*margin-bottom: 60px;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 100%;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

}

/* SLIDER */

.events {
  list-style: none;
  }

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .callbacks_nav {
    top: 47%;
    }
  }

/* *** HOVERS *** */

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #ffe0a8;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
/*  background-color: #ffe0a8;
  border-color: #c8af82;*/

}



/* WARNING MESSAGES: BOTH ON INDEX AND CONTACT */
#warning-msg  {
  position: absolute;
  right: unset;
  left: 1rem;
  top: 90px;
  color: white;
  z-index: 99;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #777;
  background: rgba(0,0,0,0.2);
  padding:0.4rem 1rem;
}


#warning-msg.warning-msg-contact    {
  top: -50px;

}


/*-----------------------------------------*/
/*-----------------------------------------*/

/**/
/*SECCIÓN VIDEOS*/
/**/

.container-videos{
  margin-top: 30px;
}
.absolute{
  position: absolute;
}
.video-card_media {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background-color: #723d46;
}
.video-card .video-card_media img{
  max-width: 100%;
  height: auto;
}
.video-card img {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: all;
  transform: scale(1);
  will-change: transform, opacity, filter;
}
.video-card_media:hover img {
 -webkit-filter:grayscale(100%);
 filter:grayscale(100%);
 opacity:.6;
 -webkit-transform:scale(1.1);
 transform:scale(1.1)
}
.icon {
  width: 3rem;
  height: 3rem;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
.icon svg {
  width: 100%;
  height: 100%;
  transition-timing-function: var(--curve-1);
  transition-property: all;
  transition-duration: 0.4s;
}

/* MODAL HOME */
.modal-home .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
@media (min-width: 576px){
  .modal-dialog-centered{
    min-height: calc(100% - 3.5rem);
  }
  .modal-home .modal-dialog {
   /* max-width: 500px;*/
    margin: 1.75rem auto;
  }
  .modal-lg{
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
      max-width: 800px;
  }
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-home .modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 0;
    outline: 0;
}
.modal-header {
  border-bottom: 0px;
}
.close{
  font-size: 30px;
  opacity: revert;
}


/*MODAL VIDEO*/
/*.center-media{
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: 64rem;
  position: absolute;
}*/

/*.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out;
}*/
/*.modal.in .modal-dialog {
    -webkit-transform: translate(0,30%);
    -ms-transform: translate(0,30%);
    -o-transform: translate(0,30%);
    transform: translate(0,30%);
}*/
.modal-video.modal.in{
  background: rgba(0, 0, 0, .9);
  transition: background .15s linear;
}
.modal-video.modal .cierre-modal{
  color: #fff;
  position: absolute;
  opacity: 1;
  top: 35px;
  right: 55px;
  width: 18px;
  height: 18px;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}
.modal-video.modal .modal-content{
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  width: 96vw;
  margin: 0 auto;
  height: 100vh;
  padding: 5vh 0;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}
.modal-video.modal .modal-content .modal-body{
  padding: 0 5.02vw;
}
.modal-video.modal .modal-content .modal-body{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 47%;
  max-height: 72vh;
}

.modal-video.modal .modal-content .modal-body .video-background{
  position: relative;
  width: 100%;
  height: 46vw;
  max-height: 72vh;
}
.video-foreground{
  width: calc(100% - 30%);
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  overflow: hidden;
}
.modal-video.modal .modal-body .video-background .video-foreground iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.text-videos{
  vertical-align: middle;
}
.text-videos p{
  font-size: 1.5rem;
  font-style: italic;
  vertical-align: middle;
}


/*-----------------------------------------*/
/*-----------------------------------------*/

/**/
/*LOGIN*/
/**/
@media screen and (max-width: 748px){
  .account{
      width: 100%;
  }
}
.acount{
  position: relative;
  width: 450px;
  margin: 0 auto;
}
.acount label{
  font-weight: normal;
}
.acount button{
  width: 100%;
}
.acount a,
.acount a:hover{
  color: #000;
}

/**/
/*FORM CUENTA*/
/**/
@media screen and (min-width: 768px) {
  .sectionCuenta .jumbotron{
    padding-bottom: 10px;
  }
}
.form-cuenta .form-control{
  background-color: #F5F1ED;
  border-right: none;
  border-left: none;
  border-top: none;
  box-shadow: none;
  webkit-box-shadow: none;
  border-radius: 0px;
}
.form-cuenta .form-control{
  color: #555555;
}
.form-cuenta label,
.text-cuenta-navbar a{
  font-size: 11px;
  text-transform: uppercase;
}
.form-cuenta label{
  color: #757575;
}
.acount .back a{
  color: #A29F9A;
  text-decoration: underline;
}
.acount .back a:hover{
  color: #000;
}
.acount .back span{
  font-size: 14px;
}
.search-submit{
  position: absolute;
  top: 8px;
  right: 14px;
  height: 100%;
  padding: 0;
  font-size: 0;
  width: 20px;
  background-color: transparent;
  background-image: url(../images/icon-arrow-right.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
  /*border-bottom: 1px solid #58ACDB;*/
  outline: 0;
}



