@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
/* Menu Button */
.menu-button {
  width: 180px;
  height: 40px;
  position: fixed;
  right: 0;

  margin-right: 35px;
  z-index: 1000;
  padding: 0;
  cursor: pointer;
  background: #171796;
  border: none;
    color: white;
}
.menu-button span {
    margin-top: 10px;
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  left: 0;
}

.main {background: #000
}

.menu-button span:nth-child(1) {top: 0px;}

.menu-button span:nth-child(2) {top: 0px;}

.menu-button span:nth-child(3) {top: 18px;}
.menu-button:hover {opacity: 0.6;}

/* Close Button */
.close-button {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: transparent;
  color: transparent;
}
.close-button::before,
.close-button::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #D19B31;
}
.close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Menu */

.sidebar {
    position: absolute;
    width: 250px;
    height: 100%;
    background: #171793;
    color: floralwhite;
}

.sidebar h2 {
    text-align: center;
    margin: 0;
    padding: 10px;
    background: #171793;
}

.sidebar ul {
    list-style: none
    padding: 0;
    margin: 0;
}

.sidebar li {
    border: 1px solid #2a2a2a;
}

.sidebar li:hover {
    background: #fff;
}

.sidebar a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    
}


.menu-wrap {
    font-size: 20px;
  position: fixed;
  z-index: 1001;
  width: 230px;
  height: 100%;
  right: 0;
  float: right;
  background: #171793;
  padding: 2.5em 1.5em 0;
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.menu,
.menu-list {
  height: 100%;
  overflow-x: auto;
}
.menu-list {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.menu-list img{
    width: 100%;
}
.menu-list a {
  display: block;
  padding: 1.5em 0;
  -webkit-transform: translate3d(0, 500px, 0);
  transform: translate3d(0, 500px, 0);
  color: #ffffff;
  position: relative;
}
.menu-list a:hover, .menu-list a:active span {color: #FAA831;}
.menu-list,
.menu-list a {
  -webkit-transition: -webkit-transform 0s 0.4s;
  transition: transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.menu a:nth-child(2) {
  -webkit-transform: translate3d(0, 1000px, 0);
  transform: translate3d(0, 1000px, 0);
}
.menu-list a:nth-child(3) {
  -webkit-transform: translate3d(0, 1500px, 0);
  transform: translate3d(0, 1500px, 0);
}
.menu-list a:nth-child(4) {
  -webkit-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0);
}
.menu-list a:nth-child(5) {
  -webkit-transform: translate3d(0, 2500px, 0);
  transform: translate3d(0, 2500px, 0);
}
.menu-list a:nth-child(6) {
  -webkit-transform: translate3d(0, 3000px, 0);
  transform: translate3d(0, 3000px, 0);
}
.menu-list a span:nth-last-child(1){
  margin-bottom: 100px;
}
.menu-list a span {
  margin-left: 10px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  z-index: 2;
  position: absolute;
  margin-bottom: 20px;
  padding: 10px;
}

.menu-list a.active span{
  color: #FAA831 !important;
}
.menu-list a.active span:before{
  width: 100%;
}

/* Shown menu */
.show-menu .menu-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .menu-list,
.show-menu .menu-list a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu .menu-list a {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}
.show-menu .content:before {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}




/* Helpers */
/**************************/
.margin-top-10 {padding-top:10px;}
.margin-bot-10 {padding-bottom:10px;}

/* Typography and general */
/**************************/
#parallax-world-of-ugg h1 {font-family:'Oswald', sans-serif; font-size:24px; font-weight:400; text-transform: uppercase; color:black; padding:0; margin:0;}
#parallax-world-of-ugg h2 {font-family:'Oswald', sans-serif; font-size:70px; letter-spacing:10px; text-align:center; color:#fff; font-weight:400; text-transform:uppercase; z-index:10; opacity:.9;}
#parallax-world-of-ugg h3 {font-family:'Oswald', sans-serif; font-size:14px; font-weight:400; letter-spacing:3px; text-transform: uppercase; color:black;}
#parallax-world-of-ugg p {font-family:'Source Sans Pro', sans-serif; font-weight:400; font-size:14px; line-height:24px;}
.first-character {font-weight:400; float: left; font-size: 84px; line-height: 64px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: 'Source Sans Pro', sans-serif;}

.sc {color: #101c85;}
.ny {color: #3d3c3a;}
.atw {color: #c48660;}
.hun{
      color:#FFF;
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.5),
               0 5px 10px rgba(0,0,0,.5),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);

   }
.ed{
  text-shadow:
               0 3px 0 #c3c3c3,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 5px 10px rgba(0,0,0,.1),
               0 20px 20px rgba(0,0,0,.15);
 }

.wh{color:#ffffff;}
.gn{color:#b8cf27;
    font-style: italic;
   }

.title-ser{
    align-content: center;
    text-align: center;
    font-size: 50px;
    font-family:'Oswald', sans-serif;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
color: transparent;
text-shadow: 0px 3px 3px rgba(255,255,255,0.5),0px -1px 1px rgba(0,0,0,.3);
}

.ico{
    font-size: 30px;
}

.red{
    text-align: center;
    color: #fff;
    font-size: 11em;
      text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.5),
               0 5px 10px rgba(0,0,0,.5),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

.red:hover{
      text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
                0 3px 5px rgba(0,0,0,.5);
    content: "Facebook";
}


.red:active{
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
color: transparent;
text-shadow: 0px 3px 3px rgba(255,255,255,0.5),-2px -2px 1px rgba(16,28,133,.6);
}

}
/*----------SUCURSALES----------*/
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel p{
    font-size: 18px;
    color: #f1d203;
    text-shadow: 1px 1px 1px #000;

}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size:3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    background: #f1d203;
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #001C85;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    border-color: #ffffff;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

/*----------CONTACTO----------*/
#contacto {padding: 120px 0 200px 0;}
#contacto form {
  margin-top: 25px;
}
#contacto .slider-masks {
  background-color: rgba(129, 129, 129, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#contacto .group {
  position: relative;
  margin-bottom: 65px;
}
#contacto input,
#contacto textarea {
  font-size: 13px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #001C85;
  background: transparent;
  color: #001C85;
  font-size: 13px;
}
#contacto input:focus,
#contacto textarea:focus {
  outline: none;
  border-bottom: none;
}
#contacto label {
  color: #001C85;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
#contacto input:focus ~ label,
#contacto input:valid ~ label,
#contacto textarea:focus ~ label,
#contacto textarea:valid ~ label {
  top: -25px;
  font-size: 12px;
  color: #818181;
}
#contacto .bar {
  position: relative;
  display: block;
  width: 100%;
}
#contacto .bar:before,
#contacto .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #001C85;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
#contacto .bar:before {
  left: 50%;
}
#contacto .bar:after {
  right: 50%;
}
#contacto input:focus ~ .bar:before,
#contacto input:focus ~ .bar:after,
#contacto textarea:focus ~ .bar:after,
#contacto textarea:focus ~ .bar:before {
  width: 50%;
}
#contacto .highlight {
  position: absolute;
  height: 60%;
  width: 100%;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
#contacto input:focus ~ .highlight,
#contacto textarea:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
#contacto input[type=submit] {
  border: 3px solid #001C85 !important;
  color: #001C85;
  padding: 10px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
    margin-bottom:2em;
}
#contacto input[type=submit]:hover {
  background: #001C85;
  color: #ffffff;
}
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #818181;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #818181;
  }
  to {
    width: 0;
    background: transparent;
  }
}

/* Section - Title */
/**************************/
#parallax-world-of-ugg .title {background: white; padding: 40px; margin:0 auto; text-align:center;}
#parallax-world-of-ugg .title h1 {font-size:35px; letter-spacing:8px;}

/* Section - Block */
/**************************/
#parallax-world-of-ugg .block {background: white; padding: 60px; width:820px; margin:0 auto; text-align:justify;}
#parallax-world-of-ugg .block2 {background: transparent; padding: 60px; width: 820px; margin: 0 auto; text-align: justify;}
#parallax-world-of-ugg .block-gray {background: #f2f2f2;padding: 60px;}
#parallax-world-of-ugg .section-overlay-mask {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: black; opacity: 0.70;}

/* Section - slider */
/**************************/
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 99%;
  min-height: 960px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 2px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 2px;
  width: 2px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


/* Section - Parallax */
/**************************/
#parallax-world-of-ugg .parallax-one {padding-top: 200px; padding-bottom: 200px; overflow: hidden; position: relative;  width: 100%; background-image: url("../images/pulpo-mas-tinta.jpg"); background-attachment:fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: top center;}
#parallax-world-of-ugg .parallax-two {padding-top: 200px; padding-bottom: 200px; overflow: hidden; position: relative; width: 100%; background-image: url("../images/curso-feb-2018-4.jpg"); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: center center;}
#parallax-world-of-ugg .parallax-three {padding-top: 20px; padding-bottom: 50px; overflow:hidden; position: relative; width: 100%; background-image: url("../images/Pulpo%20B&N-2.jpg"); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: center center;}

/* Extras */
/**************************/
#parallax-world-of-ugg .line-break {border-bottom:1px solid black; width: 150px; margin:0 auto;}

#parallax-world-of-ugg h4.title-courses{
font-family:'Oswald', sans-serif;
padding: 5px;
font-size: 25px;
color: #f1d203;
}

#parallax-world-of-ugg ol li{
background: #000000;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
color: #fff ;
text-shadow: -1px -2px 1px #000000;
}

a:link, a:visited {
    color:#eee;
}

.block-a {
    background-color:rgba(28,28,28,0.6);
    height:370px;
    padding-left:12px;
    padding-right:12px;
    margin: 20px 0 50px 0px;
}

.block-v {
    background-color:rgba(28,28,28,0.6);
    height:370px;
    padding-left:12px;
    padding-right:12px;
    margin: 20px 0 50px 0px;
}

.block-red {
background: white; padding: 60px; width:250px; margin:0 auto; text-align:justify;
}
.block-az {
    background-color:rgba(28,28,28,0.6);
    height:370px;
    padding-left:12px;
    padding-right:12px;
    margin: 20px 0 50px 0px;
}

.block-sm {
    height:200px;
}

.btn-flat {
      font-family: 'Open Sans',Arial,Helvetica,Sans-Serif;
      border-radius:0px;
      border-width:0;
      background-image:none;
      padding:16px;
      margin:0 auto;
      margin-top:15px;
      width:70%;
      font-size:20pt;
}

/* mini carousel */
.carousel-inner img {
    width:100%;
      height:100%;
}

#myCarousel {
    font-size:90%;
}

.carousel-controls-mini {
    margin-left:42%;
}

.carousel-controls-mini > a {
    border:1px solid #eee;
      margin:1px;
      width:20px;
    display:block;
      float:left;
    text-align:center;
}

#carousel-bounding-box {
  margin:0 auto;
  width:300px;
}

/* LIGHTBOX */
.grey-bg {
  background: #f6f6f6;
  padding: 120px 0;
  display: block;
}


ul.portfolio-image {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
ul.portfolio-image li {
  float: left;
  display: block;
  list-style: none;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-top: 46%;
}
ul.portfolio-image li:hover {
  cursor: pointer;
}
ul.portfolio-image li:hover img {
  -webkit-filter: grayscale(20%);
  transform: scale(1.15);
}
ul.portfolio-image li:hover .image-bg {opacity: 1;}
ul.portfolio-image li:hover .description-wrap {
  background: rgba(186, 186, 186, 0.6);
}
ul.portfolio-image li img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-filter: grayscale(100%);
  transition: filter, transform, 0.5s;
}
ul.portfolio-image li .decription-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(242, 242, 242, 0.4);
  padding: 20px;
  transition: background, 0.5s;
}
ul.portfolio-image li .image-bg {
  color: #2f2f2f;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: inline-block;
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 10px 0;
  position: relative;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transition: opacity, 0.5s;
  letter-spacing: 1.5px;
  font-weight: 300;
  color: transparent;
}
ul.portfolio-image li .desc{
  position: absolute;
  z-index: 1;
  top: 45%;
  left: 0;
  display: table-cell;
  right: 0;
  text-align: center;
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 700;
}


/**********************FONOD CURSO BASICO **********************/

.cursos-seri{
    background-image: url("../images/wood_1.png");
}

.margin-contac{
    padding-right: 0px;
}

.margin-cont{
   margin-top: 40px;
}


ul.text-menu a{
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}


.img-lavado{
    vertical-align: middle;
    padding-top: 10px;
    margin: 5px;
}

.temario-seri{
    margin: 100px 20px 10px 20px;

}
.fondo-mastinta{
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
  border-radius: 40px 40px 0 0;
}

.logo-mastinta{
    margin-top: 30px;
    text-align: center;
}

.logo-mastinta img{
    height: 150px;
}

.fondo-curso-basico {
    background-image: url("../images/cursos-de-serigrafia.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
}


.trans-fondo{
    background-color: rgba( 255, 255, 255, 0.8 );
    width: 100%;
    height: 100%;
}

ul.seri-sin li{
    margin: 20px 20px 0 0;
    float: left;
    list-style-type: none;
}


ul.seri{
    list-style-image:url("../images/temario-serigrafia.png");
}

ul.seri li{
 font-family:  'Oswald', sans-serif;
 font-size: 20px;
 font-weight: bold;
}

ul.seri span{
    font-family: 'Oswald', sans-serif;
    font-style: italic;
}
/*************form curso***/

.form-curso{
    background-color: rgba( 255, 255, 255, 0 );
}


/********************contacto basico ********************/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf');
}

.contacto-serigrafia {
  width:100%;
   margin: 15px 0 15px 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;

}


.contacto-serigrafia-basico {
  background-image: url(../images/revelado-de-marcos-2018.jpg);
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 64px 15px 64px 15px;
}

.contacto-title-1 {
  font-family: Poppins-Bold;
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 7px;
}

.contacto-title-2 {
  font-family: Poppins-Regular;
  font-size: 20px;
    background-color: rgba( 0, 0, 0, 0.5 );
  color: #fff;
  line-height: 1;
  text-align: center;
}



/*==================================================================
[ Form ]*/

.contact-seri {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 43px 20px 57px 90px;
}


/*------------------------------------------------------------------
[ Input ]*/

.input-seri {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 10px;
}

.label-input-seri {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #000;
  line-height: 1.2;
  text-align: right;
  position: absolute;
  top: 10px;
  left: -95px;
  width: 80px;

}



/*******************************CHECK *******************************/
.container-check {
    font-family: Poppins-Regular;
    align-content: center;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}

/* Hide the browser's default radio button */
.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-check input:checked ~ .checkmark {
    background-color: #f0d51c;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-check .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*---------------------------------------------*/
.inputserigra {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #555555;
  line-height: 1.2;
border:none;
  display: block;
  width: 100%;
  background: transparent;
  padding: 0 5px;
}

.focus-inputserigra {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-inputserigra::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;

  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;

  background: #57b846;
}


/*---------------------------------------------*/
input.inputserigra {
  height: 45px;
}


textarea.inpuserigra {
  min-height: 115px;
  padding-top: 14px;
  padding-bottom: 13px;
}


.inputserigra:focus + .focus-inputserigra::before {
  width: 100%;
}

.has-val.inputserigra + .focus-inputserigra::before {
  width: 100%;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact-seri-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
}

.contact-seri-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #000;
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact-seri-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact-seri-btn:hover {
  background-color: #b57415;
}

.contact-seri-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}



/****FOODER CURSOS******************/

.web-mas{
    color:#1333d1;
    font-style: italic;
}

.fooder-cursos{
    width: 100%;
    background-color: #eaeaea;

}

.galeria-cursos{
    margin: 10px;
    border: 1px solid #d1d1d1;
    height: 100%;
}

h4.font{
    align-content: center;
   font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 30px 10px 15px 10px
}

h1.font{
    z-index: 1000;
    text-align: center;
    width: 500px;
    align-content: center;
    font-family: Poppins-Bold;
    font-size: 35px;
    margin: 5px 10px 15px 10px;
    line-height: 1.2;
    color:#000;
}
.red-2{
    text-align: center;
    color: #fff;
    font-size: 10em;
      text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.5),
               0 5px 10px rgba(0,0,0,.5),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

.red-2:hover{
      text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
                0 3px 5px rgba(0,0,0,.5);
    content: "Facebook";
}


.red-2:active{
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
color: transparent;
text-shadow: 0px 3px 3px rgba(255,255,255,0.5),-2px -2px 1px rgba(16,28,133,.6);
}

}
}

.btn-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 6px 52px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
    margin: 0 0 0 40px;
  width: 60px;
  height: 60px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 50px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}





/***********container-servicios *******/

.container-servicios{
    background-color: #fff;
    width: 60%;
    margin: 0 auto;
}

/* Media Queries */
/**************************/
@media screen and (max-width: 959px) and (min-width: 768px) {
  #parallax-world-of-ugg .block {padding: 40px; width:620px;}
     #parallax-world-of-ugg .block2 {padding: 40px; width:620px;}
    .fondo-curso-basico {
        height: 100%;
}

}
@media screen and (max-width: 767px) {
  #parallax-world-of-ugg .block {padding: 30px; width:420px;}
  #parallax-world-of-ugg .block2 {padding: 15px; width:420px;}
  #parallax-world-of-ugg h2 {font-size:30px;}
  #parallax-world-of-ugg .block {padding: 30px;}
  #parallax-world-of-ugg .parallax-one, #parallax-world-of-ugg .parallax-two, #parallax-world-of-ugg .parallax-three {padding-top:100px; padding-bottom:100px;}
    .fondo-curso-basico {
        height: 100%;
}

.label-input-seri {
    text-align: left;
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    padding: 0 5px;
    }



}
@media screen and (max-width: 479px) and (min-width: 300px) {
#parallax-world-of-ugg .block {padding: 30px 15px; width:290px;}
#parallax-world-of-ugg .block2 {padding: 30px 15px; width:290px;}

    .block-v{
        height: 380px;
    }
     .block-az{
        height: 340px;
    }

    h1.font{
    z-index: 1000;
    text-align: center;
    width: 100%;
        padding: 0px;
        margin: 0px;
}
#quote-carousel .carousel-indicators li {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    opacity: 0.6;

}
#quote-carousel .carousel-indicators .active {

    width: 40px;
    height: 40px;

}
    .red{
        font-size: 8em;
    }

    .fondo-curso-basico {
        height: 100%;
}


}

