html, body {
background-color: #fff;
color: #636b6f;
font-family: 'Nunito', sans-serif;
font-weight: 200;
height: 100vh;
margin: 0;
overflow-x:hidden;
}
.text-thin{
font-family: 'Nunito', sans-serif;
font-weight:300;
}
.text-black{
font-family: 'Nunito', sans-serif;
font-weight:900;
}
.text-700{
font-family: 'Nunito', sans-serif;
font-weight:700;
}
.text-bold{
font-family: 'Nunito', sans-serif;
font-weight:800;
}
.text-regular{
font-family: 'Nunito', sans-serif;
font-weight:400;
}
.text-600{
font-family: 'Nunito', sans-serif;
font-weight:600;
}            
.text-color-black{
color:#333;
}
.text-red{
color:#F93D3D;
}
.full-height {
height: 100vh;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.top-right {
position: absolute;
right: 10px;
top: 18px;
}
.content {
text-align: center;
}
.title {
font-size: 84px;
}
.links > a {
color: #636b6f;
padding: 0 25px;
font-size: 13px;
font-weight: 600;
letter-spacing: .1rem;
text-decoration: none;
text-transform: uppercase;
}
.m-b-md {
margin-bottom: 30px;
}
.section-container {
margin: 0 auto;
padding-bottom: 80px;
}
footer {
padding: 60px 0 35px;
background: #333!important;
text-align: left;
color: #fff;
color: rgba(255,255,255,.8);
}
footer a {
color: #e74600;
border: 0;
text-decoration: none;
}
.footer-menu {
margin-top: 30px;
padding-top: 30px;
border-top: 1px solid #888;
border-color: rgba(255,255,255,.15);
text-align: right;
}
.footer-menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.footer-menu li {
display: inline;
margin-left: 20px;
}
footer a:hover, footer a:focus {
border-bottom: 1px dotted #e74600;
outline: 0;
}
a, a:hover, a:focus {
color: white;
text-decoration: none;
transition: all .3s;
}
.scroll-link {
font-family: open sans,sans-serif!important;
}
.banner {
padding: 50px 0 165px 0;
background-position: 50%;
background-size: cover;
background-repeat: no-repeat;
position: relative;
background-color: var(--banner_background_colour,var(--secondary_background_colour));
z-index: 1;
}
.small-text {
font-size: .8em;
}
.banner .subheading, .banner h1 {
color: #fff;
text-shadow: 0 0 4px rgb(0 0 0 / 40%);
}
.banner h1 {
margin-bottom: 1rem;
}
.banner .subheading {
font-size: 2em;
}
.banner .subheading, .banner h1 {
color: #fff;
text-shadow: 0 0 4px rgb(0 0 0 / 40%);
}
.action-theme .action-btn, .custom-button, .sign-up-form .btn, button {
background-color: var(--brand-primary-color,#303868);
-webkit-animation: colour-theme-button-switch 100s step-end paused;
animation: colour-theme-button-switch 100s step-end paused;
-webkit-animation-delay: calc((0 - var(--button_background_colour-light, var(--brand-primary-color-light)))*1s);
animation-delay: calc((0 - var(--button_background_colour-light, var(--brand-primary-color-light)))*1s);
margin-top: 2em;
}
.action-theme .action-btn, .custom-button, .sign-up-form .btn {
padding: 1rem 3rem;
transition: .3s ease-in-out;
text-transform: uppercase;
text-align: center;
font-size: .8em;
font-weight: 700;
outline: none;
border: none;
border-radius: 0;
box-shadow: none;
}
header {
position: absolute;
padding-top: 2rem;
top: 0;
left: 50%;
height: 9rem;
z-index: 2;
transform: translateX(-50%);
width: 100%;
}
.logo {
transition: max-width .3s ease-in-out;
max-height: 100%;
height: auto;
text-align: center;
position: relative;
max-width: calc(var(--logo_size,250)*1px);
width: calc(var(--logo_size,250)*1px);
}
.border-custom{
border: 1px solid rgba(242,147,31,1);
width: 100%;
height: 100%;
position: absolute;
z-index: -1;
top: 10px;
left: 10px;
}
.btn-naranja{
border: 0;
background-color: rgba(242,147,31,1);
font-family: 'Nunito', sans-serif;
font-weight:900;
font-size: 1.5rem;
padding: 10px 25px!important;
border-radius: 50px;
}
.btn-orange{
border: 1px solid rgba(242,147,31,1);
background: transparent;
font-size: 1rem;
padding: 8px;
border-radius: 50px;
color: rgba(242,147,31,1);
}
.btn-orange:hover{
color: rgba(242,147,31,1);
}
.text-orange{
color: rgba(242,147,31,1);
}
.text-blue{
color: rgba(15, 27, 87, 1);
}
.titulo{
height: 2.7rem;
overflow: hidden;
}
.subtitle{
height: 4.5rem;
overflow: hidden;
}
.bg-gray1{
background-color: rgba(248, 248, 248, 1);
}
.bg-gray{
background-color: rgba(231, 232, 237, 1);
}
.card{
background-color: #fff!important;
-webkit-box-shadow: 0px 1px 1px #6c757d;
-moz-box-shadow: 0px 1px 1px #de1dde;
box-shadow: 0px 1px 1px #6c757d;
margin-bottom: 15px;
}
.text-color-black{
color:rgba(48, 48, 48, 1);
}
input::placeholder{
font-family: 'Nunito', sans-serif;
font-weight:300!important;
}
.name-input{
width: 49.5%;
}
@media  only screen and (max-width:768px){
.name-input{
width: 100%;
}  
}
/* ajustes jeff 22-06-21*/
.card > a img {
object-fit: cover !important;
width: 100% !important;
height: 199px;
background-color: rgb(0, 80, 99) !important;
transition: 1.5s !important;
}
.card > a img:hover {
object-fit: scale-down !important;
width: 500px !important;
}
#verMas{
margin-top: 0px;
}
div.iti {
    width: 100%!important;
}
button.close {
    margin: 0;
    float: right;
    background: #ff00000d;
    border: 0px;
}
.w-md-75 {
    width: 75%;
}
select {
    background-color: white!important;
    border: 1px solid #bfbfbf!important;
}
@media screen and (max-width: 767px) {
    .w-md-75 {
        width: 100%;
    }
}
button.btn.dropdown-toggle.btn-default {
    margin-top: 0px!important;
    background-color: white;
    border: 1px solid #cfcfcf;
}
div.dropdown-menu.open.show {
    display: block;
}
ul.dropdown-menu.inner {
    display: block;
}
ul.dropdown-menu.inner li {
    padding: 2px 10px;
    border: 0.1px solid #bfbfbf;
}
ul.dropdown-menu.inner li:hover {
    background-color: #e9e9f8;
}
ul.dropdown-menu.inner li a {
    color: black;   
}
ul.dropdown-menu.inner li.hidden {
    display: none!important;
}
div.col-md-6.pe-5.pe-md-3.ps-0.order-1.order-md-0 {
    padding-left: 25px!important;
}
.banner-container {
    background-color: #cbcbcb6e;
    width: 100%;
    border-radius: 5px;
    margin-top: 15px;
}
a {
    cursor: pointer;
}
.text-color-blue {
    color: blue;
}
.text-color-blue:hover {
    color: blue!important;
}
.btn-green {
    background: #00536d;
}
@media screen and (max-width: 767px) {
   .container-fluid.px-0.home {
	min-height: 60vh !important;
   }
   .btn-green {
	width: 100%;
	text-align:center;
   }
}
