@charset "utf-8";

#header {
    position: inherit;
    z-index: 100;
}

#particles-js{
    height: 100 vh;
    width:100%;
    position: fixed;
    z-index: -1;
}

.container-css{
    display: flex;
    flex-wrap: wrap;

    width: 80%;
    margin: auto;
    position: relative;
    z-index: 99;
}

/*Cuadro de formulario*/
.flex-item {
    min-width: 280px;
    width: 50%;
    padding: 2%;
    margin: 10% auto 6% auto;
    margin-top: 44px;
}

.flex-item1{
    min-width: 280px;
    width: 50%;
    padding: 2%;
    margin: 10% auto 6% auto;
    margin-top: 10%;
    margin-top: 167px; 
}

/*Texto del titulo principal*/
.big-t {
    font-size: 50px;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-left: -23px;
}

.big-t1 {
    font-size: 50px;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-left: -23px;
    margin-top: -22px;
}

.big-t::selection{
    background-color:rgba(106, 202, 253,0.5)
}

.medium-t{
    font-size:20px;
}

.medium-t::selection{
    background-color:rgba(106, 202, 253,0.5)
}

/* Parte de los llenados de formulario */
.input-style{
    width: 100%;
    height: 45px;
    padding: 2%;
    color: #000;
    border-radius: 8px;
    margin-bottom: 3%;
    margin-right: -8%;
    margin-left: 0%;
}

.input-style1 {
    width: 100%;
    height: 45px;
    padding: 2%;
    color: #000;
    border-radius: 8px;
    margin-bottom: 3%;
    margin-right: -8%;
    margin-left: 0%;
    margin-top: -7px;
}

.input-style:focus{
    outline: none;
}

.input-style::selection{
    background-color:rgba(106, 202, 253,0.5)
}

/* Boton de formulario */
/* button:not(:disabled) {
    cursor: pointer;
    height: 34px;
    color: white;
    border-radius: 5px;
    border: 1px solid #fff;
    background: linear-gradient(to right, #0a58ca, #5ea2e2);
    
} */

/* Boton de formulario */
button:not(:disabled) {
    cursor: pointer;
    height: 34px;
    color: white;
    border-radius: 5px;
    border: 1px solid #fff;
    background: linear-gradient(to right, #C20E22, #F84E05);
    /* margin-left: 10px; */
}

/* Parte del cuadro de formulario */
.card-form {
/*    background-color: #D9d9d9; */
    background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
    padding: 15%;
    box-shadow: 2px 2px 10px gray;
    border-radius: 8px;
    margin-left: 5%;
    margin-right: 10%;
    margin-top: -40px;
}

/* logo de formulario */
.logo-csm {
    margin-top: -57px;
    margin-left: 160px;
}

/* logo de formulario registro*/
.logo-csm1{
    margin-top: -57px;
    margin-left: 208px;
}

/*nav principal*/
.bg-light {
    background: linear-gradient(to right, #C20E22, #F84E05);
    padding: 0px;
}

/*icono de salir*/
.fa{
    color: #000;
}

/*iconos de formulario input*/
.form-control-feedback {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

.form-control {
    padding-left: 30px!important;
    background-repeat: no-repeat;
}

.boton4{            
    text-decoration: none;
    display:inline-block;
    width:10%;
    padding:7px;
    background: rgb(143 143 143 / 67%);
    width:60%;
    text-align: center;
    color:white;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.9s ease;
    box-shadow: -5px 1px 3px 0px rgb(0, 108, 248);
    border-radius: 10px 30px;
}

.boton4:hover{
            
    background: rgb(182, 187, 182);
    color:rgb(126, 126, 126);
    box-shadow:none;
    border-radius: 10px;

}

/* Lineas de separaci車n */
/* hr {
    border: 0; 
    height: 12px; 
    box-shadow: inset 0 12px 12px -12px rgb(17, 121, 180);
} */

.p-3 {
    padding: 1rem!important;
    margin-left: -15px;
    margin-right: -13px;
}

/* Parte de link de rfc, curp y nss */
.rutas {
    outline: none;
    text-decoration: none;
    padding: 2px 1px 0;
}

.rutas:link {
    color: #265301;
    text-decoration: none;
    font: oblique bold 120% cursive;
    font-size: 12pt;
}

.rutas:visited {
    color: #437A16;
}

.rutas:focus {
    border-bottom: 1px solid;
    background: #9ddf67;
}

.rutas:hover {
    border-bottom: 1px solid;
    background: #9ddf67;
}

.rutas:active {
    background: #265301;
    color: #9ddf67;
}

.date-text{
    font: oblique bold 120% cursive;
    font-size: 12pt;
    color: #122F67;
}

/*  PARTE DE VENTANA MODAL */
.pop-up{
    background: rgba(48, 48, 48, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

.pop-up-wrap{
    display: flex;
    align-items: center;
    width: 90%;
    max-width: 950px;
    transform: scale(0.6);
    opacity: 0;
    transition: .3s ease all;
}

.pop-up-title{
    flex-basis: 0;
    flex-grow:1.5;
    height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url('../img/office.jpg');
    background-size: 165%;
    background-position: center;
    background-repeat: no-repeat;
}

.pop-up-title::after{
    content: '';
    position: absolute;
    background: rgba(228, 63, 90, 0.75);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.pop-up-title::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.subcription::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.pop-up-title h2,
.pop-up-title img{
    z-index: 10;
    color: #fff;
}

.pop-up-title h2{
    font-family: math;
    font-size: 80px;
    text-align: center;
}

.pop-up-title p{
    font-size: 10px;
    font-weight: 200;
}

.subcription{
    background: #fff;
    flex-basis: 0;
    flex-grow: 2;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: center;
}

.sub-content{
    width: 75%;
}

.sub-content h2{
    font-weight: 500;
    font-size: 30px;
    color: #1F4068;
    margin-bottom: 15px;
}

.sub-content p{
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
    text-align: justify;
    margin-left: -45px;
    margin-right: -45px;
}

.subs-email{
    width: 100%;
    padding: 15px;
    border: none;
    background: #ccc;
    margin-bottom: 15px;
}

.subs-send{
    width: 100%;
    padding: 15px;
    border: none;
    background: #E43F5A;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: .25s ease background;
}

.subs-send:hover{
    background: #1bc59b;
}

.line{
    width: 100%;
    height: 20px;
    background: #1F4068;
}

#close{
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 25px;
    color: #1bc59b;
    cursor: pointer;
}

#button{
    font-size: 15px;
    color: #1bc59b;
    cursor: pointer;
}

.pop-up.show{
    visibility: visible;
}

.pop-up-wrap.show{
    transform: scale(1);
    opacity: 1;
}

@media only screen and (max-width: 980px){
    .pop-up-title{
        display: none;
    }

}

@media only screen and (max-width: 320px){
    .sub-content h2{
        font-size: 30px;
    }
}


/********************Button de activacion de postulado*******************/
/* PRUEBA DE SWITCH */
/* div,
select {
    margin: 8px;
  } */

  /* Etiquetas para entradas marcadas */
input:checked + label {
    color: red;
}

/* Elemento Radio, cuando está marcado */
input[type="radio"]:checked {
    box-shadow: 0 0 0 3px rgb(255, 81, 0);    
}

  /* Elemento Checkbox, cuando está marcado */
input[type="checkbox"]:checked {
    box-shadow: 0 0 0 3px hotpink;
}

/* Elementos Option, cuando se seleccionan */
option:checked {
    box-shadow: 0 0 0 3px lime;
    color: red;
}

.check {
    box-sizing: border-box;
    padding: 0;
    margin-left: -42%;
}