

/* --------Resets-------- */
.img-fluid {
    width: 100%;
}

.noPadding {
    padding: 0;
}

.row {
    padding: 0 !important;
    margin: 0 !important;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^='col-'],
.row.no-gutters>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

section.noPadding {
    padding: 0em 0;
}


.titleSnipet{
    display: none;
}


/* ------------Estilos landing --------*/


body {
    background-color: #fff;
}

.titleSnipet {
    display: none;
}

header .logo{
    max-width: 250px;
}


h1 {
    font-family: "Redwing";
}

h2,
h3 {
    font-family: "Montserrat", sans-serif;
}

b {
    color: white;
}

a {
    color: rgb(177, 24, 46);
}

header {
    background-color: #000000;
}

footer {
    background-color: #000000;
}

svg {
    fill: rgb(179, 161, 110);
    height: 3rem;
    width: 3rem;
    margin: 0.2rem;
}



label {
    position: relative;
    background-color: transparent !important;
}

input[type="radio"]+svg {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

input+svg {
    cursor: pointer;
}

input[type="radio"] {
    position: absolute;
    opacity: 0;
}

input[class="super-happy"]:hover+svg,
input[class="super-happy"]:checked+svg,
input[class="super-happy"]:focus+svg {
    fill: rgb(0, 204, 79);
}

input[class="super-happy"]:checked+svg,
input[class="super-happy"]:focus+svg {
    animation: bounce2 2s ease infinite;
}

input[class="happy"]:hover+svg,
input[class="happy"]:checked+svg,
input[class="happy"]:focus+svg {
    fill: rgb(0, 204, 79);
}


input[class="happy"]:checked+svg,
input[class="happy"]:focus+svg {
    animation: bounce2 2s ease infinite;
}

input[class="neutral"]:hover+svg,
input[class="neutral"]:checked+svg,
input[class="neutral"]:focus+svg {
    fill: rgb(232, 214, 0);
}

input[class="neutral"]:checked+svg,
input[class="neutral"]:focus+svg {
    animation: bounce2 2s ease infinite;
}

input[class="sad"]:hover+svg,
input[class="sad"]:checked+svg,
input[class="sad"]:focus+svg {
    fill: rgb(177, 24, 46);
}


input[class="sad"]:checked+svg,
input[class="sad"]:focus+svg {
    animation: bounce2 2s ease infinite;
}

input[class="super-sad"]:hover+svg,
input[class="super-sad"]:checked+svg,
input[class="super-sad"]:focus+svg {
    fill: rgb(177, 24, 46);
}

input[class="super-sad"]:checked+svg,
input[class="super-sad"]:focus+svg {
    animation: bounce2 2s ease infinite;
}

p {
    font-weight: 600;
}

label span {
    display: block;
    font-size: 10px;
    font-weight: 500;
}

@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-15px);
    }
}


.contentTY .content-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #474747;
    background-color: #fff;
    -webkit-text-stroke: initial;
    -webkit-text-fill-color: initial;
    color: #474747 !important;
}

.contentTY .content-social a:hover {
    color: #fff !important;
}


.contentTY .content-social a i {
    font-size: 1.5em;

}

.contentTY .ty-txt {
    z-index: 10;
    position: relative;
}

.contentTY {
    background-image: url(https://image.tolucafcdata.com/lib/fe3011737164047e771278/m/1/9a1c0718-209f-42e0-8c0f-d3ea663a1ffa.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.contentTY h4 {
    color: #fff ;
    font-weight: 600;
}

p span {
    color: #000000;
}

h4 b {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(116, 46, 213, 1) 0%, rgba(116, 46, 213, 1) 48%, rgba(60, 123, 237, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5em;
}

.btn_form {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    padding: .8em .5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
    border-radius: 1.5em;
    background-color: rgb(179, 161, 110);
    color: black;
    font-weight: 600;
    transition: .3s ease;
  }


/*Responsive*/


/*Medium Devices*/
@media only screen and (max-width:767px) {
    h3 {
        font-size: 18px;
    }


}

@media only screen and (max-width:480px) {
    .form-check {
        width: 30%;
        padding-left: 0;
    }
}

@media only screen and (max-width:380px) {
    .form-check {
        width: 50%;
    }
}

.style-form-full .bg_mov{
    background-image: url(https://image.tolucafcdata.com/lib/fe3011737164047e771278/m/1/ab647133-0dba-40d8-a834-fba0b7b86709.jpg);
}

.style-form-full .bg_desk{
    background-image: urlhttps://image.tolucafcdata.com/lib/fe3011737164047e771278/m/1/ab647133-0dba-40d8-a834-fba0b7b86709.jpg);
}