
/* ////////////	*/
/* // MENU  */
/* ////////////	*/
nav {
    z-index: 99999;
}
.navbar-logo {
    width: 200px;
}
.navbar-dark .navbar-nav .nav-link {
    padding: 1rem 2rem;
    color: #fff;
}

/* ////////////	*/
/* // CONTAINER */
/* ////////////	*/

/*@font-face {
    font-family: 'Open Sans';
    src: url("../../_assets/Fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
    font-display: swap;
}*/
@font-face {
    font-family: 'Open Sans';
    src: url("../../_assets/Fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
    font-display: swap;
}
.font-opensans {
    font-family: 'Open Sans';
}
@font-face {
    font-family: 'Open Sans Bold';
    src: url("../../_assets/Fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
    font-display: swap;
}
.font-opensans-bold {
    font-family: 'Open Sans Bold';
}
@font-face {
    font-family: 'Open Sans Condensed';
    src: url("../../_assets/Fonts/Open_Sans_Condensed/OpenSansCondensed-Light.ttf") format("truetype");
    font-display: swap;
}
.font-condensed {
    font-family: 'Open Sans Condensed';
}
@font-face {
    font-family: 'Open Sans Condensed Bold';
    src: url("../../_assets/Fonts/Open_Sans_Condensed/OpenSansCondensed-Bold.ttf") format("truetype");
    font-display: swap;
}
.font-condensed-bold {
    font-family: 'Open Sans Condensed Bold';
}

body {
    font-family: 'Open Sans';
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans Bold';
}
.text-yellow {
    color: #FEB600;
}
.text-blue {
    color: #3F5364;
}
.separator {
    height: 5px;
    background-image: linear-gradient(#3F5364, #FFF);
}

/* //////////// */
/* // Header */
/* //////////// */
#home {
    margin-top: -72px;
    margin-bottom: 7rem;
}
.info-header {
    /*padding-top: 7rem;*/
    /*padding-left: 6rem;*/
    color: #fff;
}
.first-box {
    position: absolute;
    /*height: 100vh;*/
    width: auto;
    top: 50%;
    left: 10vw;
    right: 10vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.social {
    position: absolute;
    top: 18%;
    right: 5px;
}
.info-container {
    height: 80%;
}
.small-items {
    height: 32%;
}
.btn-yellow {
    color:#FFF;
    background-color: #FEB600;
    border-radius: inherit;
    padding: 0 20px;
}
/*.pt-150 {
    padding-top: 150px;
}*/
.transition-slider-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.transition-slider {
    height: 80vh;
    position: relative;
}

.transition-slider-content {
    /*height: 85%;*/
    /*overflow: hidden;*/
}

.transition-slide-data {
    /*background-color: yellow;*/
}

.transition-slides {
    display: flex;
    align-self: flex-end;
    /*background-color: blue;*/
}
.transition-slide {
    flex: 0 0 22%;
    margin: 10px 20px;
    height: 110px;
    box-shadow: 4px 4px 10px 0px #00000099;
    transition: flex-basis ease-in-out 0.5s, margin ease-in-out 0.5s;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.transition-slide-animation {
    position: absolute;
    z-index: -1;
    transition: all cubic-bezier(1, 0, 0.6, 1) 0.7s !important
}


.transition-slider-controllers {
    height: 15%;
    /*background-color: red;*/
}
.slide-border {
    margin-top: 120px; 
    border-bottom: 3px solid #FEB600;
}

/* //////////// */
/* // AboutUs */
/* //////////// */
.box{
    position: relative;
    display: inline-block; /* Make the width of box same as image */
}
.box .text{
    position: absolute;
    z-index: 999;
    /* margin: 0 auto; */
    left: 70%;
    /* right: 10%; */
    top: 50%;
    text-align: center;
    width: 50%;
    color: #fff;
    transform: translateX(-50%) translateY(-50%);
}

/* //////////// */
/* // Services */
/* //////////// */
.services_list {
    display: flex;
    list-style-type: none;
}
.items ul.blue-items {
    margin: 0;
    display: table;
    width: 100%;
    direction: rtl;
     table-layout: fixed;
    margin:0;
    padding:0;
}

.items ul.blue-items  li {
    float: right;
    display: table-cell;
    width: 100%;
    float: none;
    text-align: center;
    direction: rtl;
}
/* //////////// */
/* // Courses */
/* //////////// */
#Courses {
    background-image: url('../Images/background-cursos.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    padding-bottom: 3%;
    padding-top: 3%;
}
.courses-items {
    margin-top: -14%;
}
.btn-white {
    color:#FEB600;
    background-color: #fff;
}
.courses-border {
    margin-top: 10px;
    border-bottom: 3px solid #FEB600;
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
}
.items ul.courses-items {
    margin: 0;
    display: table;
    width: 100%;
    direction: rtl;
     table-layout: fixed;
    margin:0;
    padding:0;
}
.items ul.courses-items  li {
    float: right;
    display: table-cell;
    width: 100%;
    float: none;
    text-align: center;
    direction: rtl;
}
.course-img {
    max-width: 150px;
}
.gallery-item.items {
    /*margin-top: 10%;*/
}
/* //////////// */
/* // Contact */
/* //////////// */
.contact-box {
    background-color: #FEB600;
}
.form-control, .form-control::placeholder {
    color: #FEB600 !important;
}
li.phone {
    list-style: none;
    list-style-image: url('../Images/icono-telefono.png');
    background-size: contain;
    padding-left: 5px;
}
li.location {
    list-style: none;
    list-style-image: url('../Images/icono-ubicacion.png');
    background-size: contain;
    padding-left: 5px;
}
li.mail {
    list-style: none;
    list-style-image: url('../Images/icono-correo.png');
    background-size: contain;
    padding-left: 5px;
}
.location-lists {
    padding-left: 15px;
}
.decorator {
    background-color: #FEB600;
    position: absolute;
    width: 30px;
    right: -14px;
    top: 132px;
    height: 50px;
    bottom: 0;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

/* //////////// */
/* // Footer */
/* //////////// */
footer {
    background-color: #3f5364;
    color: #fff;
}
@media (max-width: 768px) {
    .box .text h2{
        font-size: 1.3rem;
    }
    .items ul.blue-items li {
        padding-top: 15px;
        width: 33.33%;
        display: inline-table;
    }
    .items ul.courses-items li {
        padding-top: 15px;
        width: 50%;
        display: inline-table;
    }
    .decorator {
        display: none;
    }
    .info-header .w-25, .info-header .w-50 {
        width: 80% !important;
        padding-bottom: 25px;
    }
}
@media (max-width: 992px) {
    nav {
        background-color: #3f5364;
    }
    ul.navbar-nav {
        text-align: right;
    }
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
/*.column {
  float: left;
  width: 25%;
}*/

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 60vw;
  height: 100vh;
  max-width: 1200px;
  text-align: center;
  background-color: #000;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img_course {
    height: 100vh;
}
@media (max-width: 768px) {
    .img_course {
        height: auto;
        width: 100%;
    }
}