	html {
	  scroll-behavior: smooth;
	}

	.top-nav-collapse {
	  background-color: #24355C;
	}
	
	.como-llegar a:hover{color:#00F}

        /*Btn Whatsapp*/

        .float{
            position:fixed;
            width:60px;
            height:60px;
            bottom:40px;
            right:40px;
            background-color:#03ce18;
            color:#FFF;
            border-radius:50px;
            text-align:center;
          font-size:30px;
            box-shadow: 1px 1px 2px #000;
          z-index:100;
        }
        .float:hover {
            text-decoration: none;
            color: #25d366;
          background-color:#fff;
        }

        .my-float{
            margin-top:16px;
        }

        /*Fin Btn Whatsapp*/
	
  /* Para crear un class!!!
  @media (min-width: 576px) {
    .col-exe-01 {
      padding-left: 3.75rem!important;
    }
  }
    */
  @media (min-width: 769px) {
    .section-nav-exe {
      padding-top: 12rem!important;
    }
  }
	
	@media (max-width: 768px) {
	  .navbar:not(.top-nav-collapse) {
		background-color: #03ce18;
	  }
	  .navbar-brand {
		  width:200px;
		  overflow: hidden;
		  margin-right: 0;
	  }
    .section-nav-exe {
      padding-top: 8rem!important;
    }
	}
	
	
	@media (min-width: 800px) and (max-width: 850px) {
	  .navbar:not(.top-nav-collapse) {
		background-color: #707070;
	  }
	}
	
	.btn-rounded {
		border-radius: 25px;
	}

    /*Necessary for full page carousel*/
    html,
    body,
    .view {
      height: 100%;
    }

        /* Carousel*/
    .carousel,
    .carousel-item,
    .carousel-item.active {
      height: 100%;
    }
    .carousel-inner {
      height: 100%;
    }
    .carousel-item:nth-child(1) {
      background-image: url("../carrousel/01.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
    }
    .carousel-item:nth-child(2) {
      background-image: url("../carrousel/02.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
    }
    .carousel-item:nth-child(3) {
      background-image: url("../carrousel/03.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
    }