@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body,html{
    font-size: 16px;
}

/*----------------------------------------
	header
----------------------------------------*/
.header-one {
    /*height: 75px;*/
}

.bg-header{
    background-color: #000000;
}

.navbar {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #ffffff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link i {
    font-size: 1rem;
    color: #ffffff;
}

.linea-separadora{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #ffffff;
    display: block;
    padding: 0.5rem;
}



/*******************************************************************/
/* Owl main Slider  */
/*******************************************************************/

.slider-bg-image {
    background-size: cover;
    background-repeat: no-repeat;
}

.owl-slider .slider_item {
    position: relative;
}

.owl-slider .slider_item>.container {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

/* Owl Nav*/

.owl-slider .owl-nav {}

.owl-slider.owl-carousel .owl-nav .owl-prev,
.owl-slider.owl-carousel .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    /*color: #fff;
    font-size: 20px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;*/
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    width: 60px;
    outline: none;
}

.owl-slider.owl-carousel .owl-prev:hover,
.owl-slider.owl-carousel .owl-next:hover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.owl-slider .owl-prev {
    left: 40px;
    opacity: 0;
}

.owl-slider:hover .owl-prev {
    left: 10px;
    opacity: 1;
}

.owl-slider .owl-next {
    right: 40px;
    opacity: 0;
}

.owl-slider:hover .owl-next {
    right: 10px;
    opacity: 1;
}


/* Owl Dots */

.owl-slider .owl-dots {
    position: absolute;
    margin: 0;
    text-align: center;
    bottom: 15px;
    width: 100%;
}

.owl-slider .owl-dots .owl-dot {
    display: inline-block;
    padding: 3px !important;
    margin-left: 3px;
    margin-right: 3px;
    background-color: rgba(255, 255, 255, 0.50);
}

.owl-slider .owl-dots .owl-dot span {
    display: block;
}

.owl-slider .owl-dots .owl-dot.active,
.owl-slider .owl-dots .owl-dot:hover {
    background-color: rgba(255, 255, 255, 1);
}
.owl-slider .owl-dots .owl-dot.active{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/*******************************************************************/
/* Section one  */
/*******************************************************************/

#section1 {
    padding-top: 4%;
    padding-bottom: 4%;
}

#section1 .title {
    margin-bottom: 30px;
}

#section1 h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#section1 h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
}

#section1 p {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
    text-align: justify;
}

#section1 ul {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
    text-align: justify;
    margin-left: -15px;
}

/*******************************************************************/
/* Section two  */
/*******************************************************************/

#section2 {
    padding-top: 4%;
    padding-bottom: 4%;
}

#section2 .title {
    margin-bottom: 30px;
}

#section2 h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#section2 h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
}

#section2 p {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
    text-align: justify;
}

#section2 .btn-contacto {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #000000;
    border: 1px solid #000000;
    width: 100%;
    border-radius: 0.50rem;
    padding: 5px;
    text-transform: uppercase;
    margin-top: 30px;
}

/*******************************************************************/
/* Section three  */
/*******************************************************************/

#section3 {
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: #f0f0f0;
}

#section3 .title {
    margin-bottom: 30px;
}

#section3 h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#section3 .caption p {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
    text-align: justify;
    color: #ffffff;
}

/*******************************************************************/
/* Section four  */
/*******************************************************************/

#section4 {
    padding-top: 4%;
    padding-bottom: 3%;
}

#section4 h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#section4 .mapa iframe {
    width: 100%;
    height: 500px;
}

#section4 .info {
    margin-top: 30px;
}

#section4 .info ul {
    list-style-type:none;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding: 0;
    margin: 0;
}

#section4 .info ul li{
    display:list-item;
    margin:0 3px;
}

#section4 .info ul li a {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    text-decoration: none;
}

#section4 .info ul li a i {
    font-size:1rem;
}

#section4 form {
    margin-top: 20px;
}

#section4 .form-group {
    margin-bottom: 0.5rem;
}

#section4 .form-control {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000000;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#section4 .btn-send {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    width: 100%;
    padding: 8px;
    cursor: pointer;
}

#section4 .successMsg p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: #ff0000;
    padding: 0;
    text-align: center;
}

#section4 div #recaptchaFooter {
    margin: 0 auto;
    width: 304px;
    border: 0;
}

#section4 #recaptchaFooter {
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

/*******************************************************************/
/* Gracias  */
/*******************************************************************/

#gracias {
    padding-top: 4%;
    padding-bottom: 4%;
}

#gracias h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    margin-top: 10%;
}

#gracias p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 1rem;
}

#gracias .btn-enlaces-thank-you {
    background: transparent;
    border-radius: 4px;
    line-height: 40px;
    padding: 0 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    margin-top: 20px;
    text-align: center;
    cursor: pointer; }

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2);
}

.wait {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    z-index: 999999;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #ff0000 !important;
}
