/* Resets */
/* 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;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ebebeb;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #e8ba44;
  border-radius: 10px;
  transition: all 0.3s ease;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #620714;
  transition: all 0.3s ease;
}

body,
input,
textarea,
select {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-display: swap;
}

h1 {
  font-size: 3em;
  font-style: italic;
  font-family: "Redwing";
  color: #fff ;
}

h2 {
  font-size: 2.5em;
  font-weight: 700;
}

h3 {
  font-size: 2em;
}

p,
li,
label {
  position: relative;
  z-index: 1;
  color: #fff;
}

.smallTxt {
  font-size: 0.7em;
  text-align: center;
}

p{
    font-size: 1.2em;
}

label{
    font-size: .8em;
}

/* Color */
/* Color */
.bg-redone {
  background-color: #a3162a;
}

.bg-redTwo {
  background-color: #b1182e;
}

.bg-yellow {
  background-color: #e8ba44;
}

.bg-footer {
  background-color: #530611;
}

.yellowText {
  color: #e8ba44 !important;
  font-weight: 500;
}

.bg-blanco {
  background: white;
}

/* links */
/* links */
a {
  color: #f73939;
  text-decoration: underline;
  transition: color 0.3s;
}

a:hover,
a:active,
a:focus {
  color: #690c09;
}

.linkMain {
  color: #fff;
  transition: color 0.3s;
}

.linkMain:hover {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
/* Buttons */
.btn {
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  padding: 0.8em 1.3em !important;
  text-decoration: none;
  transition: color 0.4s, border 0.3s;
  position: relative;
  transition: color 0.3s, background-color 0.3s;
  text-transform: none !important;
  -webkit-border-radius: 0.4em;
  -ms-border-radius: 0.4em;
  -o-border-radius: 0.4em;
  border-radius: 0.4em;
}

.btnMain {
  background: #9b8143;
  color: #fff !important;
  border: 1px solid #9b8143;
}

.btnMain:hover {
  color: #846825 !important;
  background: #fff;
  border: 1px solid #846825;
}

/* FORM */
/* FORM */
button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  background: #f9f8ff;
  padding: 1em;
  margin-bottom: 1em;
  min-width: 6.4em;
}

.input {
  width: 100%;
  background: #eaeaea;
  border: 0;
  border-bottom: 1px solid #000 !important;
  padding: 0.46em 0.46em 0.46em 0.8em !important;
  height: auto !important;
  margin-bottom: 1.6em;
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  -o-border-radius: 0.6em;
  border-radius: 0.6em;
  -webkit-appearance: none;
  appearance: none;
}

.inputSelect {
  width: 100%;
  background-color: #eaeaea;
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  -o-border-radius: 0.6em;
  border-radius: 0.6em;
  border: 0;
  border-bottom: 1px solid #000 !important;
  padding: 0.46em 0.46em 0.46em 0.8em !important;
  height: auto !important;
  margin-bottom: 1.6em;
}

.contentForm{
    background-color: #98030d;
}
.contentForm.v2 {
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contentForm .bg-form{
    background-color: #650108;
}




/*Style form*/
 /* Esta clase pinta cada label para diferenciar uno del otro*/
 label{
    background-color: rgb(247, 247, 247);
}

/* LABEL FORM */
.label_input{
    background-color: transparent !important;
    font-weight: 500;
    font-size: 1em;
}

.form-check-label{
    background-color: transparent !important;
    font-size: .9em;
    position: relative;
    bottom: 0px;
}


/* BTN FORM */

.bg-form{
    background-color: #e6e6e6;
}


 .btn_form {
    /* contolamos tamanio del cta */
    display: inline-block;
    max-width: 300px;
    width: 100%;
    padding: .8em .5em;

    /* controlamos el estilo del cta */
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
    border-radius: 1.5em;
    background-color: #E8BA44;
    color: #620714;
    font-weight: 600;
    transition: .3s ease;
}

 .btn_form:hover {
    /* controlamos el cambio de color hover */
    background-color: #000;
    color: #fff !important;
}

/*style-form-full*/
.style-form-full{
    min-height: 100vh;
}

.style-form-full .logo_desk, .logo_mov{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.style-form-full .logo_mov{
    display: none;
}

.style-form-full .logoToluca{
    mix-blend-mode: screen;
}


.style-form-full .fondo_columna{
    background-position: top center;
    background-size: cover;
    min-height: 100vh;
}

.style-form-full .bg_mov{
    background-image: none;
}


.style-form-full .bg_desk{
    background-image: url(https://image.tolucafcdata.com/lib/fe3011737164047e771278/m/1/b53037f6-667d-4bff-92a1-07a398cb98ee.jpg);
    background-size: cover;
    background-position: center center;
}

.form-check-input, .form-check-input{
    background-color: #ae7d00;
}

.form-check-input:checked{
    background-color: #b1182e;
    border-color: #E8BA44;
}

.style-form-full a{
    color: #fff;
}

.style-form-full .form-control:focus{
    border-color: #E8BA44;
    box-shadow: 0 0 0 0.25rem #ffc10778;
}

/* TY */
/* Estilos TY */
.contentTY{
    min-height: 100vh;
    background-image: url(https://image.tolucafcdata.com/lib/fe3011737164047e771278/m/1/b53037f6-667d-4bff-92a1-07a398cb98ee.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.contentTY::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .4;
}


.contentTY .ty-textos{
    position: relative;
    z-index: 2;
}

.contentTY .logo{
    max-width: 400px;
    width: 100%;
    margin: 1em auto;
    display: block;
}

/*Redes sociales*/

.redes-sociales{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.redes-sociales li{
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    margin: 0 .2em;
    top: 0;
    transition: .3s ease;

    /* cambiamos el color de los circulos de los iconos */
    background-color: #E8BA44;
}

.redes-sociales li:hover{
    top: -.2em;
}

.redes-sociales li a{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);


    /* cambiamnos el color de los iconos */
    color: #620714;
}

.redes-sociales li a:hover{
    /* cambiamos el color cuando pasamos el cursor */
    color: #000 !important;
}





/* FOOTER */


footer{
    background-color: #650108;
}

footer .logo{
    max-width: 150px;
    width: 100%;
}

footer p{
    font-size: .9em;
    margin-bottom: 0;
}

footer a{
    color: #fff;
}

/*Responsive*/

@media only screen and (max-width: 575px){
    footer .content_enlaces{
        width: 100%;
    }
}



@media only screen and (max-width: 575px){
    footer h5, footer .download_app{
        display: block;
        width: 100%;
    }

    footer .download_app img{
        margin: .5em auto;
    }

    
}




/*Responsive*/

@media only screen and (max-width: 991px){
    .style-form-full .fondo_columna{
        min-height: 40vh;
    }

    .style-form-full .bg_desk{
        background-image: none;
    }

    .style-form-full .bg_mov{
        background-image: url(https://image.tolucafcdata.com/lib/fe3011737164047e771278/m/1/b53037f6-667d-4bff-92a1-07a398cb98ee.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #000;
    }

    .style-form-full .logo_desk{
        
    }

    .style-form-full .logo_mov{
        display: block;
    }
}

@media only screen and (max-width: 650px){
    .cs-form-002 .form-check{
        width: 100%;
    }
}





/*Responsive*/

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