/********** common setting **********/

body{
    font-family: 'Montserrat', sans-serif !important;
}

h1 { 
    font-size: 3rem !important;
    font-weight: 700;
    color: #554d51 !important;
}

h2 {
    font-size: 2rem !important;
    font-weight: 700;
}

h4{
    color: #ffffff !important;
}

img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}

.jumbotron {
    margin-bottom: 0 !important;
    background-color: #ffffff !important; 
}
 .banner-iconos{
    background-color: #4d4d55 !important;

 }


.atlas-cta {
    border-radius: 22px !important;
    padding: 12px 30px !important;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

.atlas-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
}

.atlas-cta-wide {
    width: 100%;
}

.cta-green {
    background: #00FFAD;
    color: #192440;
}

.cta-green:hover {
    color: #ffffff;
    background: #00e69c;
}

.cta-blue {
    background: #192440;
    color: #ffffff;
}

.cta-blue:hover {
    color: #ffffff;
    background: #121a2e;
}

.cta-ghost {
    border: 2px solid #192440 !important;
    color: #192440;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

#banner {
    background-size: cover;
}

.banner-02{
    background-size: cover;
}
/********** banner **********/
#banner header {
    overflow: hidden;
}

#banner header img {
    max-width: 80px;
}

.banner-logo{
    background-color: #44484fb6;
    width: 40% !important;
    padding: 6em 0em;
    margin: 10em 4em;
}

.text-white{
   color: white !important; 
}

.list-1{
    display: flex;
    align-items: center;
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 480px;
}

#feature-first {
    background: linear-gradient(168deg, #ffffff 55%, #00FFAD 0);
}

#feature-last {
    background: #00FFAD;
}

/********** price table **********/
#price-table {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

#price-table__premium {
    background: #192440;
    color: #ffffff;
}

#price-table ul li {
    padding: 5px 0;
}

/********** contact **********/
#contact {
    background-size: cover;
}

#contact ul li {
    padding: 3px 0;
}

#contact form {
    color: #00FFAD;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid #00FFAD;
    color: #ffffff;
}

/********** copyright **********/
#copyright {
    background:  #4d4d55;
    padding: 2rem 3rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffe94f;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #4d4d55;
    font-size: 1.5rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: rgb(255, 255, 255);
}

#copyright #social-media a:hover i {
    color: #4d4d55;
}

.justify-content-center{
 display: flex;
 justify-content: center;
}


.text-block{
    padding-bottom: 2rem;
}

.table thead th {
    vertical-align: bottom;
    border: none !important;
}

.table td, .table th {
    padding: 0.2rem !important;
    vertical-align: top;
    border-top: 1px solid #eceeef;
    text-align: center;
}

.fila-1{
    background-color: #4d4d55 !important;
    color: #ffe94f !important;
    margin-bottom: 0.2rem;
}

.fila-2{
    background-color: #ffffff;
}


.text-alternative{
    font-weight: 400;
}


.lista-footer{
    list-style: none;

}

.lista-footer li{
    margin: 0rem 1rem;
    
}

.modal-dialog {
    max-width: 1200px !important;
    margin: 30px auto;
}


.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0rem !important;
    outline: 0;
    width: 100% !important;
}

.textos-legales{
    cursor: pointer;

}

#cb-cookie-banner { 
    position: fixed; 
    bottom: 0; left: 0; 
    width: 100%; 
    z-index: 999; 
    border-radius: 0; 
    background-color: #fff;
    border: 1px solid #4d4d552f;
    display: none;

 }


 .btn-primary {
    color:#4d4d55 !important;
    background-color: #ffe94f !important;
    border-color: #ffe94f !important;
}



/********** RWD **********/

@media (max-width: 1200px) {
    .banner-logo{
        background-color: #44484f93;
        width: 80% !important;
        padding: 5em 0em;
    }
}


@media (max-width: 575px) {
    #banner h1 {
        font-size: 3rem;
    }

    .banner-logo{
        background-color: #44484f93;
        width: 80% !important;
        padding: 5em 0em;
    }
}

