/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09-may-2025, 12:11:10
    Author     : usuario
*/

.clearfix {
    clear: both;
}
#contact-cta-section {
    padding-top: 37px;
    padding-bottom: 40px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px 0 10px 0;
    float: left;
    width: 100%;
    text-align: center; 
}

.wrapper-full {
    position: relative;
    width: 100%;
    margin: 0 auto;

}
.cta-wrapper {
    margin-bottom: 0;
    text-align: left;
    padding: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    height: 332px;
    background-repeat: no-repeat;
}
.cta-wrapper .details-wrapper {
    float: left;
    width: 60%;
}
.cta-wrapper .details-wrapper h2 {
    font-weight: 600;
    margin: 0 0 4px 0;
    color: #FFF;
    font-size: 27px;
}
.cta-wrapper .details-wrapper p {
    font-size: 18px;
    color: #FFF;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.cta-wrapper .blue-cta-button {
    padding: 17px 50px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    white-space: pre;
    margin: 31px 0 25px 0;  
    float: right;
    margin: 0;
    color: #fff;
    background-color: #ED1C27;
    padding: 17px 0;
    width: 60%;
    text-align: center;
    font-size: 12px;
}
.cta-wrapper .red-cta-button {
    padding: 17px 50px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    white-space: pre;
    margin: 31px 0 25px 0;  
    float: right;
    margin: 0;
    color: #ED1C27;
    background-color: #FFF;
    padding: 17px 0;
    text-align: center;
}
.blue-cta-button:hover {
    background-color:#fff;
    color: #ED1C27 !important;
}
.red-cta-button:hover {
    background-color:#ED1C27;
    color: #FFF;
}
.titulo {
    position: relative;
    top:15px;
    font-size: 45px;
    color: #fff;
}
.botonesCTA {
    position: absolute;
    bottom: 50px;
    width: 100%;
    justify-content: left;
    display: flex;
}
@media only screen and (max-width:1399px){
    .botonesCTA {    
        bottom: 20px;
        flex-direction: column;       
        left: 70px;
    }
    .blue-cta-button, 
    .red-cta-button {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
}
@media only screen and (max-width:991px){
    .cta-wrapper {
        background-position: center 0px;
        height: 276px;
    }
}
@media only screen and (max-width:566px){
    .wrapper-full {
        right: 8px;
    }
    .titulo {
        font-size:40px;
    }
    .botonesCTA {    
        bottom: 20px;
        flex-direction: column;       
        left: 20px;
    }
    .blue-cta-button, 
    .red-cta-button {
        width: 90% !important;
        margin-bottom: 10px !important;
    }
    #list {
        display: none !important;
    }
    #grid {
        display: block !important;
    }
    
}