    body{
        background-color: #fff;
        font-family: 'Montserrat', serif !important;
    }


    .container2 {
        text-align: center;
        max-width: 100rem;
        margin: 0 auto;
        padding: 0 2rem 2rem;
        background-color: rgb(255, 255, 255);
        }


    .vive{
        text-align: center;
        font-family: 'Gupter', serif;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 4vw;  
    }

    i {
        font-weight: 600;
      }

    h1 {
        font-family: 'Gupter', serif;
        font-weight: 800;
        text-transform: uppercase;
        color: #000000;
    
    }
    .tit1{
        text-align: center;
        font-family: 'Montserrat', serif;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 4vw;
        padding-top: 10%;
        padding-bottom:1%;
        color: #ffffff;
    }
    .logo_tit1{
        padding-bottom: 30%;
        max-width: 150px; 
        display: block; 
        margin: auto;
    }

    .intro1{
       background-color: #000;
        background-size: cover;
        background-position: center center;
        position: sticky;
        top: 0px;
    }
    .intro1 h1{
        font-family: 'Montserrat', serif;
        color: #000000;
        text-align: center;
        font-size: 35px;
        text-transform: none;
    }

    .intro1 p{
        color: #ffffff;
        text-align: center;
        font-size: 20px;

    }

    h2, h3, h4, h5, h6 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0;
        color: #000000;

    }
    h6{
        font-size: 10px;
    }



    p{
        margin: 0;
        line-height: 1.5;
        font-size: 20px;
        font-weight: 500;
        text-align: left;
        color: #000000;

    }
    li{
        float: left;
        margin: 0;
        line-height: 1.3;
        font-size: 18px;
        font-weight: 500;
        color: #000000;

    }
    ul {
        list-style-image: url("../img/check.png");
        
    }

    .row{
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .foot{
    
    padding-top: 1%;
    padding-bottom: 1%;
    border-style: solid;
    border-color: #000000;
    color: #000000;


    }

    .foot p{
        text-align: left;
        color: #000000;

    
    }

    a{
        color: #179dcd;
    }

    a:hover{
        text-decoration: none;
        color: #000000;
    }


    .cta_bottom a{ 
        text-transform: uppercase; 
        text-align: center;
        border-style: solid;
        border-color: #fff;
        background-color: #fff;
        color: #1a1a1a;
        padding: 5px;
        width: 250px;
        margin: auto;
        display: block;
        border-radius: 5px;
    }

    .cta_bottom a:hover{
        
        text-transform: uppercase; 
        text-align: center;
        border-style: solid;
        border-color: #fff;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0);
        padding: 5px;
        width: 250px;
        margin: auto;
        display: block;
        border-radius: 5px;

    }

    .carousel-inner{
        /* background-image: url(../img/Santander_exp_1.jpg); */
        background-position: center;
        
    }
    .carousel-inner img{
    /* padding: 5px;  */
    }
    /*navitems*/
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
        background-color: #ffffff00 !important;
    }
    .cliente p
    {
    padding-top: 5%;
    padding-bottom: 5%;
    color:#000;
    font-size: 1.3em;
    font-family: 'Montserrat', sans-serif;
    margin: auto; 
    text-align: center;
    }

    /*Flip card----------------------*/
    .card {
        border: none !important;
    }
    
    .modulo-
    {
        width: 100%;
        display: -webkit-flex;
        -webkit-flex-direction: row;
        display: flex;
        flex-direction: row;
    }
    
    .flip-card {
    
        width: 320px;
        height: 320px;
        perspective: 1000px;
        padding: 2%;
        
    }
    
    .flip-card-inner {
        position: relative;
        width: 100%;
        text-align: center;
        transition: transform 0.6s;
        transform-style: preserve-3d;
    }
    
    .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
    }
    
    .flip-card-front, .flip-card-back {
        position: absolute;
        width: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    
    }
    
    .flip-card-front {
        color: rgb(255, 255, 255);
    }
    
    .flip-card-back {
        color: #ffffff;
        transform: rotateY(180deg);
    }
    .porcentajes{
        font-family: 'Anton', sans-serif;
        font-size: 35px;
        font-weight: bold;
        color: #0062a3;
    }

    /*******************************/
    /*********** FAQs CSS **********/
    /*******************************/
    .faqs {
        position: relative;
        width: 100%;
        /* padding: 45px 0; */
    }

    .faqs .section-header {
        margin-bottom: 30px;
    }

    .faqs img {
        width: 100%;
    }

    @media(max-width: 767.98px) {
        .faqs img {
            margin-bottom: 30px;
        }
    }

    .faqs .card {
        margin-bottom: 15px;
        padding-top: 15px;
        border: none;
        border-radius: 0;
        /* border-top: 1px solid #6b00ff; */
    }

    .faqs .card:last-child {
        margin-bottom: 0;
        padding-bottom: 15px;
    }

    .faqs .card-header {
        padding: 0;
        border: none;
        max-width: 100%;
    }

    .faqs .card-header a {
        display: block;
        width: 100%;
        border-style: solid;
        border-color: #000000;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        border-radius: 10px;
        background-color: #fff;
        
    }

    .faqs .card-header a span {
        margin-bottom: 5px;
        margin-top: 5px;
        display: inline-block;
        width: 90%;
        height: auto;
        text-align: center;
        color: #000000;
        font-weight: 100;
    }

    .faqs .card-header [data-toggle="collapse"]:after {
        margin-top: 10px;
        font-family: 'font Awesome 5 Free';
        content: "\f067";
        float: right;
        padding-right: 10px;
        color: #000000 ;
        font-size: 12px;
        font-weight: 900;
        transition: .3s;
    }

    .faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
        margin-top: 10px;
        font-family: 'font Awesome 5 Free';
        content: "\f068";
        float: right;
        color: #000000 ;
        font-size: 12px;
        font-weight: 900;
        transition: .3s;
    }


    .faqs .card-body {
        padding: 0 0 0 0;
        font-size: 16px;
        border: none;
        
    }

    .faqs a.btn {
        margin-top: 30px;
        padding: 15px 35px;
        font-size: 16px;
        text-transform: uppercase;
        color: #000000;
        border: none;
        border-radius: 5px;
        /* background: #FFD662; */
        transition: .3s;
    }

    .faqs a.btn:hover {
        color: #000000;
        background: #ffffff;
    }


    .back2{
        background-color: #f4f4f4;
        background-size: cover;
        background-position: center center;
        position: sticky;
        top: 0px;
    }

    .back3{
        background-color: #000;
        background-size: cover;
        background-position: center center;
        position: relative;
        top: 0px;
    }

    .back4{
        background-color: #fff;
        background-size: cover;
        background-position: center center;
        position: relative;
        top: 0px;
    }

    

    .back9{
        background: #ffffff;
        background-size: cover;
        background-position: bottom;
        
        position: relative;
        top: 0px;
    }

    .back10{
        background-image: url(../img/Bulgari-white-text.jpg);
        background-size: cover;
        background-attachment: fixed;
        position: relative;
        top: 0px;
    }
    /**********Interactivo pasos***********/

    .tabs{
        text-align: center;
    }
    .tabs .tabs-container {
        max-width: 90%;
        
        text-align: center;
        
        
    }
    .tabs .tabs-container ul{
        text-align: center;
        
    }
    .tabs .nav-tabs {
        text-align: center;
        justify-content: center;
        margin-bottom: 1.125rem;
        border-bottom: none;
    }

    .tabs .nav-link {
        margin-right: 1.625rem;
        margin-bottom: 0.875rem;
        padding: 0;
        border: none;
        border-radius: 0.25rem;
        color: #97a1a5;
        font: 20px "Montserrat", sans-serif;
        font-weight: 700;
        text-decoration: none;
        transition: all 0.2s ease;
        text-align: center;
    }

    .tabs .nav-link:hover,
    .tabs .nav-link.active {
        color: #663693;
    }

    .tabs .nav-link .fas {
        margin-right: 0.125rem;
        font-size: 0.875rem;
        vertical-align: 20%;
    }

    .tabs  p{
        
        text-align: center;
    }


    .tabs .tabs-container {
        max-width: 60%;
        text-align: center;
        justify-content: center;
    }
    @media (min-width: 368px) {
        .tabs .tabs-container {
            max-width: 100%;
            
            padding-top: 1.75rem;
            padding-bottom: 0;
        }

    }

    @media (min-width: 768px) {
            .tabs .tabs-container {
                max-width: 100%;
                padding-top: 1.75rem;
                padding-bottom: 0;
            }
        }
        
    @media (min-width: 992px) {
        .tabs {
            height: auto;
        }

        .tabs .area-1 {
            width: 70%;
            height: auto;
            display: inline-block;
            vertical-align: top;
        }
        .tabs .tabs-container {
            max-width: 100%;
            
            padding-top: 1.75rem;
            padding-bottom: 0;
        }

        .tabs .nav-tabs {
            text-align: center;
            justify-content: center;
        }
    }

    @media (min-width: 1200px) {
        .tabs .tabs-container {
            max-width: 100%;	
        }
        
    }

    /*******************************/
    /******* Testimonial CSS *******/
    /*******************************/
    .testimonial {
        position: relative;
        /* margin: 45px 0; */
        padding: 40px 0;
    }

    .testimonial .container {
        max-width: 900px;
    }

    .testimonial .testimonial-icon {
        margin-bottom: 45px;
        text-align: center;
    }

    .testimonial .testimonial-icon i {
        color: rgba(256, 256, 256, .5);
    }

    .testimonial .testimonial-item {
        position: relative;
        margin: 0 15px;
        text-align: center;
        border-style: solid; 
        border-width: 3px;
        border-color: #000000;
        border-radius: 10px;
        background-color: #fff;
    }

    .testimonial .testimonial-img {
        position: relative;
        margin-bottom: 15px;
        z-index: 1;
        
    }

    .testimonial .testimonial-item img {
        display: block;
        margin: auto;
        
    }

    .testimonial .testimonial-text {
        position: relative;
        padding-left: 3%;
        padding-right: 3%;
        line-height: 3em;
        text-align: center;
        border-radius: 5px;
        /* border: 5px solid #2f48a7; */
    }

    .testimonial .testimonial-text p{
    color: #ffffff;
    }





    .testimonial .owl-dots {
        margin-top: 15px;
        text-align: center;
    }

    .testimonial .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        box-shadow: 2px 2px 2px black;
        
        background: #ffffff;
    }

    .testimonial .owl-dot.active {
        background: #000000;
    }

    /********************* MENÚ - BOTONERA ******************/

    .redes{ 
    opacity: 1;
    max-width: 40px !important;
    transition: transform .3s; /* Animation */
    }
    .redes:hover{
    opacity: 0.8;
    transform: scale(1.2);
    }

    .head_exp{
        top:0;
        background-color: #000000;
        padding: 0.5em;
        position: fixed;
        display: block;
        width: 100%;
        border-bottom-color: #000;
        border-right-width: 2px;
        border-bottom-style:solid;
        z-index: 99;
        -webkit-transition: background-color 0.5s ease-out; -moz-transition: 
    background-color 0.5s ease-out; -o-transition: background-color 0.5s ease-out; transition: background-color 0.5s ease-out;
    }
    .head_exp:hover{
        background-color: rgb(0, 0, 0);
    }

    .logocc img {
        max-width: 60%;
        padding-top: 3em;
    }

    .logocc2 img {
        max-width: 80%;
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .op-0{
    opacity: 0;
    transition: all 0.5s;
    }
    .op-1{
    opacity: 1;
    transition: all 0.5s;
    }

    /********************* / INICIO ******************/

    .oper{
        background-image: url(../img/assets_1.jpg);
        background-size: cover;
        background-position: center center;
        position: sticky;
        top: 0px;
    }
    .title {
        background-color: #000000;
        padding: 40px 0;
        text-align: -webkit-center;
    }

    .title h1{
        color: #000;
        margin-bottom: 0.5em;
        line-height: 1;
        font-size: 6vw;
    }

    .pie-foto{
        position: relative;
        text-align: right;
        bottom:0;
        left: 0;
        color: #666;
        width: 100%;
        font-family: 'Montserrat', sans-serif;
        padding: 0.5em 1em;
    }
    .pie-foto p{
        font-size: 0.8rem;
        font-weight: 200;
    }

    .video iframe
    {
    padding-top: 2em;
    padding-bottom: 2em;
    width: 100%;
    height: 500px;
    }

    .s-1 {
        padding-top: 6%;
        padding-bottom: 6%;
    }

    .s-1 p{
        text-align: center;
        font-size: 18px;   
    }
    .s-1 li{
        text-align: left;
        font-size: 18px;  
    }
    .s-1-{
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .s-1 h2{
        color: #000000;
        text-align: center;
        font-size: 50px;
    }

    .s-2{
        padding: 2em;
    }
    .s-2 h2{
        color: #000000;
        text-align: center;
        padding: 0.5em 0;
        line-height: 1.3;
        font-size: 1.3em;
        font-weight: 500;
        text-transform: none;
    }
    .s-2 h2 span{
        font-family: 'Montserrat', serif;
        font-weight: 800;
    }

    .s-3{
        text-align: center;
    }
    .s-3 h2{
        color: #000000;
        text-align: center;
        padding: 1em 0;
        line-height: 1.3;
        font-size: 2.5em;
        font-weight: 800;
        text-transform: none;
    }
    .s-3 h3 {
        font-family: 'Montserrat', serif;
        color: #ed1c24;
        text-align: center;
        font-size: 2em;
        font-weight: 800;
        text-transform: none;
    }

    .foto_horizontal{
        padding-bottom: 5%;
    }

    .foto_horizontal2{
        padding: 2em 0;
    }

    .foto_horizontal img {
        transition: all 0.5s ease-in-out;
    }

    .foto_horizontal img:hover {
        transform: scale(1.03,1.03)
    }

    .frase2{
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        line-height: 0.5;
    }
    .frase2 p{
        line-height: 1.5;
    }

    .frase2 h2{
        color: #000;
        text-transform: none;
        font-size: 2.5em;
    }
    .vertical-row {
        Float:left;
        margin: 1em;
        height:150px;
        width:1px; 
        background-color: #000;
    }

    .vertical-row2 {
        Float:left;
        margin: 1em;
        height:400px;
        width:1px; 
        background-color: #000;
    }

    footer{
        height: 10px;
        color: #000000;
    }
    footer p{
        flex-basis: 100%;
        text-align: center;
    }


    @media screen and (min-width: 1500px) {
        
    }

    @media screen and (max-width: 1024px) {
        .redes .nav{
            width: auto;
        }


        .s-1 p{
            text-align: center;
            font-size: 18px;   
        }
        .s-1 li{
            text-align: left;
            font-size: 18px;  
            
        }

    }

    @media (min-width: 200px) and (max-width: 668px){

        .p_top{
            padding-top: 5%;
        }

        .back2{
            background-color: #f4f4f4;
            background-size: cover;
            background-position: center center;
            position:relative;
            top: 0px;
        }
    
        .back3{
            background-color: #000000;
            background-size: cover;
            background-position: center center;
            position:relative;
            top: 0px;
        }
    
        .back4{
            background-color: #fff;
            background-size: cover;
            background-position: center center;
            position:relative;
            top: 0px;
        }
    
    

     

        .faqs .card-header a {
        
            font-size: 14px;
        
            
        }
        .testimonial .testimonial-item img {
            margin: 0 auto;
            width: 100%;
            padding: 3px;  
        }
    
        .tit1{
            text-align: center;
            font-family: 'Montserrat', serif;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 7vw;
            color: #ffffff;
            text-align: -webkit-center;
            padding-top: 30%;
            padding-bottom: 40%;
        
        }
        .logo_tit1{
            padding-bottom: 15%;
            max-width: 120px; 
            display: block; 
            margin: auto;
        }
        .conamanali {
            text-align: center;
            font-family: 'Montserrat', serif;
            font-weight: 800;
            text-transform: uppercase;
            font-size: 5vw;
            margin-bottom: -0.1em;
            text-align: -webkit-center;
            padding-top: 6%;
        
        }
        .cliente p
    {
    
    font-size: 1em;
    
    }

        .modulo-
    {
        width: 100%;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        display: flex;
        flex-direction: column;
    }
    
    .flip-card {
    
        width: 400px;
        height: 400px;
        perspective: 1000px;
        padding: 2%;
        
    }

        .tabs .nav-link {
            margin-right: 1.625rem;
            margin-bottom: 0.875rem;
            padding: 0;
            border: none;
            border-radius: 0.25rem;
            color: #3d4e64;
            font: 14px "Montserrat", sans-serif;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.2s ease;
            text-align: center;
        }
        .s-1 p{
            text-align: center;
            font-size: 14px;   
        }

        .s-1 li{
            text-align: left;
            font-size: 14px;   
        }
        .card{
            flex-direction: column;
        }
        .flip-card {
            margin: auto;
            padding: 10px;
            background-color: transparent;
            width: 17em;
            height: 17em; 
            perspective: 1000px;
        }
    
        .title h1 {
            font-size: 3em;
        }


     
    
    
        .intro1 h2{
            color: #000000;
            text-align: center;
            font-size: 17px;
        }

        .intro1 h1{
            font-family: 'AzoSans-Medium', serif;
            color: #000000;
            text-align: center;
            font-size: 22px;
        }

        .intro1 p{
            color: #ffffff;
            text-align: center;
            font-size: 15px;
        }

        .s-1 h2{
            color: #000000;
            text-align: center;
            font-size: 20px;
        }
        
        .vive{
            text-align: center;
            font-family: 'Gupter', serif;
            font-weight: 800;
            text-transform: uppercase;
            font-size: 2em;  
        }
        .cita2 {
            margin-left: 25%;
        }
        footer {
            padding: 12% 15px;
        }
   
        .s-3 h2 {
            font-size: 1.5em;
        }
        .s-3 p {
            line-height: 1.2;
        }
        .frase2 h2 {
            font-size: 1.5em;
        }
    }

    @media screen and (max-width: 575px) {
        .title h1 {
            font-size: 3rem;
        }
        .cita2 {
            margin-left: 0;
        }
        footer {
            padding: 15% 15px;
        }
    
    }

    @media screen and (max-width: 479px) {
    
    
    }



    @media screen and (max-width: 340px) {
        
    }