/*-------------------------------- E L L I P S I S ---------------------------------*/
/*

@mixin ()
{
	-webkit-: ;
	   -moz-: ;
	    -ms-: ;
	     -o-: ;
			: ;
}
*/
/*--------------------------------------  S L I D E R  ---------------------*/
.carousel-inner img {
  width: 100%;
  height: 100%;
}

.carousel-control-next-icon img,
.carousel-control-prev-icon img {
  vertical-align: bottom;
  width: 50px;
  margin-bottom: 8px;
}

.form_container {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.form_container .slideContainer {
  white-space: nowrap;
}

.form_container .slideshow-container .slide {
  display: inline-block;
  vertical-align: top;
  background-size: 100%;
  background-repeat: no-repeat;
}

* {
  box-sizing: border-box;
}

.mySlides {
  display: none;
  position: relative;
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  margin: auto;
  justify-content: center;
  display: flex;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* 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);
}

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

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

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

.active,
.dot:hover {
  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;
  }
}

.w3-black,
.w3-hover-black:hover {
  color: #fff !important;
  background-color: #0098da !important;
}

.w3-display-banner1 {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 22%;
  margin-bottom: 10%;
  font-size: 18px;
  padding: 16px 16px 16px 16px;
}

.w3-display-banner2 {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 28%;
  margin-bottom: 10%;
  font-size: 18px !important;
  padding: 0.01em 16px;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.w3-display-banner3 {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 20%;
  margin-bottom: 20%;
  font-size: 18px !important;
  padding: 0.01em 16px;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.slide-adapter img {
  width: 100%;
  height: 100%;
}

.section-2 {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 15px;
}

.image-left {
  width: 30%;
  margin-right: 25px;
}

.image-left img {
  width: 100%;
}

.text-rigt {
  width: 40%;
  padding: 10px;
}

.text-rigt h1,
.text-rigt p {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1.2em;
}

.section-3 {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 20px 0;
  background-image: url("../images/Abstract-blur-gym.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.texts3 {
  -webkit-text-align: center;
  text-align: center;
  width: 70%;
  margin-bottom: 40px;
}

.texts3 p {
  -webkit-text-align: center;
  text-align: center;
  line-height: 24px;
}

.s3-asesoria {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-text-align: center;
  text-align: center;
  width: 25%;
  line-height: 1.5em;
  padding: 10px;
  background: #fff;
  border: solid #2d3755 2px;
}

.s3-asesoria a {
  background-color: #2d3755;
  padding: 8px;
  color: #fff !important;
  padding: 10px;
}

.s3-asesoria a:hover {
  background-color: #148dce;
}

.s3-asesoria h5 {
  font-weight: bold;
}

.s3-asesoria p {
  -webkit-text-align: center;
  text-align: center;
  margin-bottom: 14px;
}

.services {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-text-align: center;
  text-align: center;
}

.services div {
  margin: 10px;
  padding: 20px;
}

.contacto {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.contacto h1 {
  margin-bottom: 8px;
}

.contacto p {
  -webkit-text-align: center;
  text-align: center;
  line-height: 2em;
}

.contact-left {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-text-align: center;
  text-align: center;
  width: 40%;
}

.contact-right {
  -webkit-text-align: center;
  text-align: center;
  margin-top: 15px;
  width: 40%;
}

.section-2,
.section-3,
.contacto {
  margin: 20px 0 20px 0;
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (max-width: 1440px) {
  .contact-left {
    width: 50%;
  }
}

@media screen and (max-width: 1400px) {
  .w3-display-banner1 {
    margin-right: 20%;
  }
  .w3-display-banner3 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
}

@media screen and (max-width: 1300px) {
  .w3-display-banner1 {
    padding: 10px 16px 10px 16px;
  }
  .w3-display-banner2 {
    padding-top: 12px;
  }
}

@media screen and (max-width: 1180px) {
  .w3-display-banner1 {
    margin-right: 17%;
    font-size: 14px;
  }
  .w3-display-banner2 {
    margin-bottom: 8%;
  }
  .w3-display-banner3 {
    margin-left: 17%;
    font-size: 14px !important;
  }
  .contact-left img {
    width: 80%;
  }
  .contacto p {
    line-height: 24px;
  }
}

@media screen and (max-width: 1050px) {
  .w3-display-banner2 {
    margin-right: 25%;
  }
  .w3-display-banner3 {
    font-size: 14px !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .w3-display-banner1 {
    font-size: 14px;
  }
  .image-left {
    width: 50%;
  }
  .text-rigt {
    width: 90%;
  }
  .contact-left {
    width: 90%;
  }
  .contact-left img {
    width: 100%;
  }
  .contact-right {
    width: 90%;
  }
  .contacto p {
    line-height: 1.5em;
  }
}

@media screen and (max-width: 960px) {
  .w3-display-banner2 {
    font-size: 16px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .w3-display-banner3 {
    font-size: 12px !important;
  }
  .s3-asesoria {
    width: 35%;
  }
}

@media screen and (max-width: 860px) {
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    height: 320px;
  }
  .w3-display-banner2 {
    padding: 0.01em 12px;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .w3-display-banner3 {
    font-size: 12px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin-bottom: 22%;
  }
  .s3-asesoria {
    width: 45%;
  }
}

@media screen and (max-width: 820px) {
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    height: auto;
  }
  .carousel-control-next-icon img,
  .carousel-control-prev-icon img {
    width: 34px;
  }
  .w3-display-banner3 {
    margin-bottom: 20%;
  }
}

@media screen and (max-width: 660px) {
  .carousel-indicators {
    bottom: -20px !important;
  }
  .w3-display-banner1 {
    font-size: 10px;
  }
  .w3-display-banner2 {
    font-size: 14px !important;
    margin-bottom: 6%;
  }
  .w3-display-banner3 {
    font-size: 8px !important;
    margin-bottom: 20%;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}

@media screen and (max-width: 560px) {
  .w3-display-banner1 {
    padding: 6px 10px 6px 10px;
  }
  .carousel-control-next-icon img,
  .carousel-control-prev-icon img {
    width: 24px;
  }
  .w3-display-banner2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 12px !important;
  }
  .w3-display-banner3 {
    font-size: 8px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .s3-asesoria {
    width: 50%;
  }
}

@media only screen and (max-width: 470px) {
  .w3-display-banner2 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    font-size: 10px !important;
  }
  .w3-display-banner3 {
    font-size: 7px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .s3-asesoria {
    width: 90%;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 440px) {
  .w3-display-banner1 {
    font-size: 8px;
  }
}

@media only screen and (max-width: 360px) {
  .w3-display-banner1 {
    font-size: 6px;
    padding: 4px 10px 4px 10px;
  }
  .carousel-control-next-icon img,
  .carousel-control-prev-icon img {
    width: 18px;
    margin-bottom: 8px;
  }
  .w3-display-banner2 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 6px !important;
    margin-bottom: 8%;
  }
  .w3-display-banner3 {
    margin-left: 16%;
    padding: 0.01em 6px;
  }
}

@media only screen and (max-width: 320px) {
  .w3-display-banner1 {
    font-size: 4px;
  }
  .w3-display-banner2 {
    font-size: 6px !important;
    padding: 0.01em 6px;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .w3-display-banner3 {
    padding: 0.01em 4px;
    font-size: 5px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .text {
    font-size: 11px;
  }
  .carousel-indicators {
    bottom: -28px !important;
  }
}
