@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Montserrat&display=swap');

html, body{
    scroll-behavior: smooth;
}

body{
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

/*----------------------------------------
	Navbar
----------------------------------------*/
.bg-header{
    background-color: #314069;
}


.header-one{
    min-height: 75px;
}


.navbar {
    min-height: 75px;
    margin-bottom: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}

.navbar.navbar-solid {
    min-height: 75px;
    background-color: #314069;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #ffffff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    margin-right: .8rem;
    margin-left: .8rem;
}

.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.9);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #a2955f;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link i {
    font-size: 1.3rem;
    color: #a2955f;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(162,149,95,.9);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link i:hover {
    color: rgba(162,149,95,.9);
}




/*----------------------------------------
	Main Section contacto
----------------------------------------*/

.main-contacto{
    position: relative;
    background: #2f406d;
    padding-top: 4%;
    padding-bottom: 4%;
}

.main-contacto{
    text-align:center;
}

.main-contacto h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
}


.main-contacto 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;
}

.main-contacto ul li{
    display:list-item;
    padding:5px 7px;
    margin:0 3px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #ffffff;
}

.main-contacto ul li a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #ffffff;
}

.main-contacto ul li a i {
    color:#cda274;
    font-size:1.2rem;
}

.main-contacto .fb-custom-footer i,
.main-contacto .inst-custom-footer i {
    font-size: 2rem;
}


.main-contacto .form-group {
    margin-bottom: 0.5rem;
}

.main-contacto .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #393734;
}
.main-contacto .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #393734;
}
.main-contacto .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #393734;
}
.main-contacto .form-control:-moz-placeholder { /* Firefox 18- */
    color: #393734;
}

.main-contacto .form-control {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #393734;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0.5rem;
}

.main-contacto .btn-send {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #393734;
    width: 100%;
    padding: 8px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    cursor: pointer;
    margin-top: 7px;
}

.main-contacto .successMsg p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #9e1f0a;
    padding: 0;
    margin-top: -30px;
    text-align: center;
}

.main-contacto div #recaptchaFooter {
    margin: 0 auto;
    width: 304px;
    border: 0;
}

.main-contacto #recaptchaFooter {
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}


.privacidad{
    text-decoration: none;
    color: #ffffff;
    font-size: 0.8rem;
}

.privacidad:hover{
    text-decoration: none;
    color: #ffffff;
}


#end{
    background: #cda274;
    position: relative;
    padding-top: 2%;
    padding-bottom: 2%;
}

/*----------------------------------------
	DEFAULT
----------------------------------------*/

.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;
}



/* ---------------------------------------------- /*
*  11. Scroll to top
/* ---------------------------------------------- */

.scroll-up {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 1.8em;
    right: 1.8em;
}

.scroll-up a {
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

.scroll-up a:hover,
.scroll-up a:active {
    background-color: rgba(235, 235, 235, .8);
    color: #5b5963;
}



#gracias {
    background-color: #2f406d;
    padding-top: 4%;
    padding-bottom: 4%;
}

#gracias h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
    margin-top: 10%;
}

#gracias p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
    margin-top: 1rem;
}

#gracias .btn-enlaces-thank-you {
    background: transparent;
    border-radius: 4px;
    color: #ffffff;
    line-height: 40px;
    padding: 0 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
}

#bg-privacidad{
    background: #eaecea;
}


#privacidad{
    position: relative;
    background: #eaecea;
    padding-top: 4%;
    padding-bottom: 4%
}


#privacidad h2,
#privacidad h3,
#privacidad strong{
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #030d28;
}

#privacidad p {
    text-align: justify;
}