#call-to-action {
    background:  linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/fondos/fondoGeneral.png);
    /*background-size: cover;*/
    padding: 0px 0;
    /*background: #023047;*/
    /*height: 500px;*/
}

#call-to-action h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#call-to-action p {
    color: #FFF;
}

#call-to-action .cta-btn {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 18px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
    background: #136882;
    box-shadow: 0 0 10px;
}

#call-to-action .cta-btn:hover {
    background: #023047;
    border: 2px solid #fff;
}
/*NUEVOS*/
#call-to-action {
    padding: 140px 0 60px 0;
}

@media (max-width: 767px) {
    #call-to-action .call-to-action-info {
        width: 100%;
    }

    #call-to-action .call-to-action-info h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }
}
#call-to-action {
    width: 100%;
    position: relative;
    /*background: url("../img/intro-bg.png") center bottom no-repeat;*/
    background-size: cover;
    padding: 10px 0 10px 0;
}
/*modo celular*/
@media (max-width: 574px) {
    #call-to-action {
        padding: 1px 0 1px 0;
        height: auto;
    }
}

/* DETALLE INFORMACIÓN */

/*INFORMACIÓN*/
* {
    box-sizing:border-box;
}
.row:after {
    content: "";
    display: table;
    clear: both;

}

.large-font {
    font-size: 28px;
}


.xlarge-font {
    font-size: 34px
}
.xlarge-font2 {
    font-size: 64px
}
.xlarge-font3 {
    font-size: 48px
}

.button {
    border: none;
    color: white;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    background-color: #04AA6D;
}

.img2 {
    display: block;
    height: auto;
    max-width: 100%;
}

@media screen and (max-width: 1000px) {
    .column-66,
    .column-33 {
        width: 100%;
        text-align: left;
    }
    img {
        margin: auto;
        border-radius: 3%
    }
}
.image5{
    border:5px solid #ECF5FF;
    border-radius: 3%;
    margin: 10px 0 20px 0;
}
.btn {
    border: 1px solid #126782;
    background-color: white;
    /*color: black;*/
    /* padding: 5px 68px;
    font-size: 20px; */
    cursor: pointer;
}

/* Green */
.success {
    border-color: #126782;
    color: #126782;
}

.success:hover {
    background-color: #126782;
    color:  #fff
}

.blaver {
    background-color: #126782;
    color: #126782;
    background: #fff;
    margin: 10px 0 20px 0
}

.blaver:hover {
    border-color: #208682;
    color: #fff;
    background: #208682
}

@media (max-width: 430px) {
    .xlarge-font {
        font-size: 38px
    }
    .xlarge-font2 {
        font-size: 31px
    }
    .xlarge-font3 {
        font-size: 23px
    }
}
/*@media (min-width: 540px) {
    .xlarge-font3 {
        font-size: 48px
    }
}*/
/*@media (max-width: 280px) {
    .xlarge-font3 {
        font-size: 23px
    }
}*/



/* Tramite Documentario */
.centered{ /* Centrar DIV */
    /* height: 100%; */
    position: relative;
    /* border: 3px solid green;  */
}
  
.centerBtn{ /* Centrar Btn */
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centertxt{
    text-align: center;
}
.izqBtn{
    margin-left: 4.6%;
}
.izqtxt{
    text-align: left;
    transform: translate(50%, 0%);
}

.dertxt{
    text-align: right;
    transform: translate(0%, 25%);
}

.transformacion2 { text-transform: uppercase;}

#checkAD {
    background-image: url('../../assets/img/fondos/check.gif');
    background-repeat: no-repeat;
    background-position:center right;
    background-size: 100%;
    margin-left: 100%;
}

#captchaCanvas {
    background-image: url('../../assets/img/fondos/fondoGeneral.png');
    background-repeat: no-repeat;
    background-position: center right;
}

/* .fa-file-medical{
    content: '&#xf477';
} */

.fontblue{
    /* background: #edf2f9; */
    background: rgba(231, 235, 246, 0.3);
    border: #000000;
    box-shadow: 0px 0px 13px 0px rgba(255, 255, 255, 0);
}

.blue{
    transform: translate(0%, 15%);
    color: #548ee1;
}

.swal2-container .swal2-popup {
    color: #000000;
}

.mov_X{
    margin-left: 1.1%;
}
.mov_Y{
    margin-left: 1.1%;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
}
.fondo{
    background-image: url('../../assets/img/fondos/fondo_login_original.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 80%;
}

input[type="text"] {  
  min-width: 100px;
  padding-right: 5px;
}
.Asuntotxt{
    border-radius: 4px;
    overflow: hidden;
    min-width: 10%;
    max-width: 70%;
    resize:none;
    text-align: justify;
}

.secondary {
    border-color: #5fbcd8;
    background: #5fbcd8;
    color: #fcfcfc;
}

.danger {
    border-color: #f44336;
    background: #f44336;
    color: white;
}