/* 
    Document   : CORE
    Created on : Dic 27, 2014, 9:25:18 AM
    Modificado : 13/03/2015
    Author     : Felipe Becerra Pedraza afbecerra7@gmail.com
    Description:
        Estilos generales de la pagina
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

html, body {
    background-color: #f2f2f2;
    font-size: 16px;
    font-family: 'Work Sans';
    font-weight: 400;
    width: 100%;
    /*display: flex;*/
    flex-flow: column nowrap;
    line-height: initial;
    height: 100%;
}

.underline{
    text-decoration: underline;
}

.bold{
    font-weight: bold;
}

.right{
    float: right;
}

.blue{
    color:#00629B;
}

.widthcien{
	width: 100% !important;
}

.container{
    /*display: flex;*/
    justify-content: space-between;
}

.alertestadotramite{
	display: block;
    position: relative;
    top: 20px;
    padding-left: 40px;
    padding-right: 20px;
	background: url(../img/alert-icon.png) 18px 2px no-repeat #ff0000 !important;
}

.continuar{
    position: relative;
    display: block;
    width: 120px;
    height: 35px;
    background-color: #64A70B;
    color: white;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    margin: 20px auto 0 auto;
    outline: 0;
}

.section-paso .select {
    width: 326px;
}

.select
{
    width: 266px; 
    background-image: url(../img/down.jpg);
    background-position: 100% 0px;
    background-repeat: no-repeat;    
    height: 36px;
    color: #666666;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 100%;    
}

header
{
    border-bottom: 6px solid #bababa;
    /*background-color: #6E7A7C;*/
    z-index: 99;
   /* border-bottom-color: #6E7A7C;*/
    display: flex;
    flex-flow: column;
    /*! justify-content: space-between; */
}

#redes {
    float: right;
    width: 100%;
    height: 38px;
    background-color: #9BADB2;
    list-style: none;
}

#redes li
{
    float: right;
}

#redes li:hover{
    opacity: 0.5;
}

#logo{

background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(142,190,80,1) 50%, rgba(103,167,14,1) 85%, rgba(101,166,11,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(35%, rgba(255,255,255,1)), color-stop(50%, rgba(142,190,80,1)), color-stop(85%, rgba(103,167,14,1)), color-stop(100%, rgba(101,166,11,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(142,190,80,1) 50%, rgba(103,167,14,1) 85%, rgba(101,166,11,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(142,190,80,1) 50%, rgba(103,167,14,1) 85%, rgba(101,166,11,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(142,190,80,1) 50%, rgba(103,167,14,1) 85%, rgba(101,166,11,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(142,190,80,1) 50%, rgba(103,167,14,1) 85%, rgba(101,166,11,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#65a60b', GradientType=1 );

    display: flex;
    align-items: center;
    height: 120px;
    justify-content: space-between;
}

.Banner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px 30px 0px;
    padding: 10px;
    }
   
    .page-content .Banner .intro-slide-left{
        text-align: justify;
        padding: 2%;
    }
    
    .Banner #butommain{
        display: flex;
        align-items: center;
        justify-content: normal;
    }
    .Banner #butommain img{
        margin: 0% 2% 0% 2%;
        height: 33px;
        width: 33px;
    }

#banner-indexblue{
    background: #1A91CF;
    overflow:hidden;
    display: flex;
    align-items: center;
    height: 160px;
}

#banner-indexblue img {
    width: 50%;
    height: 100%;
    margin-right: 1%;
}
#banner-indexblue p{
        font-size: 28px;
        color: #FFFFFF;
        width: 100%;
} 

#secondblue
{

    position: relative;
    width: 80px;
    height: 80px;
    background: #0072AC;
    overflow:hidden;
    border-top:solid 23px #007FBF;
    border-right:solid 23px #007FBF;
     -webkit-transform: rotate(45deg) skew(21deg, 21deg);
     -moz-transform: rotate(45deg) skew(21deg, 21deg);
     -ms-transform: rotate(45deg) skew(21deg, 21deg);
     -o-transform: rotate(45deg) skew(21deg, 21deg);
     transform: rotate(45deg) skew(21deg, 21deg);
     padding:25px;
     margin-left:19%;  
}



#banner-yellow{
    position: relative;
    width: 100%;
    height: 145px;
    max-height: 150%;
    background: #ffffff;
    background: -moz-linear-gradient(left,#F6E17B 2%,  #F8DF5F 25%, #FADC40 50%, #FCDA23 76%, #FFD701 100%);
    background: -webkit-linear-gradient(left,#F6E17B 2%,  #F8DF5F 25%, #FADC40 50%, #FCDA23 76%, #FFD701 100%);
    background: linear-gradient(to right,#F6E17B 2%,  #F8DF5F 25%, #FADC40 50%, #FCDA23 76%, #FFD701 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6E17B', endColorstr='#FFD701',GradientType=1 );
    overflow:hidden;

}
#banner-yellow p
{
        display: inline-block;
        margin-top: 5%;
        position: absolute;
        text-align: left;
        width:75%;
        font-weight: 400;
        font-size: 19px;
        color: #6E7A7C;
        font-family: 'Montserrat';
        line-height : 20px;

}    
#banner-yellow p.long
{
        display: inline-block;
        margin-top: 3%;
        position: absolute;
        text-align: left;
        width:75%;
        font-weight: 400;
        font-size: 16px;
        color: #6E7A7C;
        font-family: 'Montserrat';
        line-height : 18px;

}  

#banner-yellow p.mid
{
        display: inline-block;
        margin-top: 4%;
        position: absolute;
        text-align: left;
        width:75%;
        font-weight: 400;
        font-size: 16px;
        color: #6E7A7C;
        font-family: 'Montserrat';
        line-height : 18px;

}  

#banner-yellow img.icon
{
    display: inline-block;
    margin:2% 4% 0% 4%;
}
    
#banner-blue{
    position: relative;
    width: 100%;
    height: 145px;
    background: #1A91CF;
    overflow:hidden;


}
#banner-blue p
    {
        position: absolute;
        top: 40%;
        vertical-align: middle;
        text-align: left;
        font-weight: 400;
        margin-left: 18%;
        margin-right: 15%;
        font-size: 24px;
        color: #FFFFFF;
        font-family: 'Montserrat';
        line-height : 28px;
    }
    
#banner-blue img.icon
{
    display: inline-block;
    margin:2% 4% 0% 4%;
}    

    
 #banner-deepblue{
    position: relative;
    width: 100%;
    height: 145px;
    background: #00609C;
    overflow:hidden;


}
#banner-deepblue p
    {
        position: absolute;
        top: 35px;
        vertical-align: middle;
        text-align: left;
        font-weight: 400;
        margin-left: 14%;
        font-size: 30px;
        color: #FFFFFF;
        font-family: 'Montserrat';
        line-height : 22px;
    }
    
#banner-red{
    height: 160px;
    background: #E17171;
    background: -moz-linear-gradient(left,#E17171 2%,  #E15454 25%, #E13939 50%, #E11D1D 76%, #E10000 100%);
    background: -webkit-linear-gradient(left,#E17171 2%, #E15454 25%, #E13939 50%, #E11D1D 76%, #E10000 100%);
    background: linear-gradient(to right,#E17171 2%, #E15454 25%, #E13939 50%, #E11D1D 76%, #E10000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#E17171', endColorstr='#E10000',GradientType=1 );
    display: flex;
    align-items: center;
    width: 100%;
}
#banner-red p
    {
        font-weight: 400;
        font-size: 24px;
        color: #FFFFFF;
    }    
    
#banner-red img.icon
{
    display: inline-block;
    margin:2% 4% 0% 4%;
} 

#logo img {
    margin: 0px 0px 0px 70px;
    height: 80px;
    width: auto;
}

#title
{
    
    font-size: 35px;
    font-weight:700;
    color: #ffffff;
    margin-right: 2%;
}

#menu{
    width: 25%;
}

#menu ul{
    list-style: none;
}

#menu ul li a p {
    color: #ffffff;    
    
}

#menu ul li #menu-1
{
    
    position: relative;
    /*! top: 35px; */
    width: 100%;
    height: 48px;
    background: #1b91cf;
    background: -moz-linear-gradient(left, #1A91CF 0%, #1b91cf 16%, #00609C 16%, #00609C 60%, #00609C 100%);
    background: -webkit-linear-gradient(left, #1A91CF 0%,#1b91cf 16%,#00609C 16%,#00609C 60%,#00609C 100%);
    background: linear-gradient(to right, #1A91CF 0%,#1A91CF 16%,#00609C 16%,#00609C 60%,#00609C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b91cf', endColorstr='#00609C',GradientType=1 );
}

#menu ul li #menu-1:hover{
    background: #1b91cf;

}

.Banner #butommain
{
    width: 35%;
    height: 45px;
    background: #1b91cf;
    background: -moz-linear-gradient(to right, #1A91CF 0%,#1A91CF 45px,#00609C 10%,#00609C 60%,#00609C 100%);
    background: -webkit-linear-gradient(to right, #1A91CF 0%,#1A91CF 45px,#00609C 10%,#00609C 60%,#00609C 100%);
    background: linear-gradient(to right, #1A91CF 0%,#1A91CF 45px,#00609C 10%,#00609C 60%,#00609C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b91cf', endColorstr='#00609C',GradientType=1 );
    box-shadow: 0px 0px 5px #333;
    border-radius: 1px;
}

.Banner #butommain:hover{
    background: #1b91cf;
}

#menu ul li .menu{
    width: 100%;
    height: 50px;
    background: #1b91cf;
    background: -moz-linear-gradient(to right, #1b91cf 0%,#1b91cf 50px, 50px,#00609C 60%,#00609C 100%);
    background: -webkit-linear-gradient(to right, #1b91cf 0%,#1b91cf 50px, 50px,#00609C 60%,#00609C 100%);
    background: linear-gradient(to right, #1b91cf 0%,#1b91cf 50px, 50px,#00609C 60%,#00609C 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1b91cf', endColorstr='#00609C',GradientType=1 );
    display: flex;
    margin-top: 5px;
    align-items: center;
}

#menu ul li #menu-2:hover{
    background: #1b91cf;
}

#menu ul li #menu-3{
    position: relative;
    top: 96px;
    width: 100%;
    height: 48px;
    background: #1b91cf;
    background: -moz-linear-gradient(left, #1b91cf 0%, #1b91cf 16%, #00609C 16%, #00609C 60%, #00609C 100%);
    background: -webkit-linear-gradient(left, #1b91cf 0%,#1b91cf 16%,#00609C 16%,#00609C 60%,#00609C 100%);
    background: linear-gradient(to right, #1b91cf 0%,#1b91cf 16%,#00609C 16%,#00609C 60%,#00609C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b91cf', endColorstr='#00609C',GradientType=1 );
}

#menu ul li #menu-3:hover{
    background: #1b91cf;

}

#menu ul li #menu-4{
    position: relative;
    top: 45px;
    width: 100%;
    height: 48px;
    background: #1b91cf;
    background: -moz-linear-gradient(left, #1b91cf 0%, #1b91cf 16%, #00609C 16%, #00609C 60%, #00609C 100%);
    background: -webkit-linear-gradient(left, #1b91cf 0%,#1b91cf 16%,#00609C 16%,#00609C 60%,#00609C 100%);
    background: linear-gradient(to right, #1b91cf 0%,#1b91cf 16%,#00609C 16%,#00609C 60%,#00609C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b91cf', endColorstr='#00609C',GradientType=1 );
}

#menu ul li #menu-4:hover{
    background: #1b91cf;

}

#menu ul li #menu-5{
    position: relative;
    top: 50px;
    width: 100%;
    height: 48px;
    background: #1b91cf;
    background: -moz-linear-gradient(left, #1b91cf 0%, #1b91cf 16%, #00609C 16%, #00609C 60%, #00609C 100%);
    background: -webkit-linear-gradient(left, #1b91cf 0%,#1b91cf 16%,#00609C 16%,#00609C 60%,#00609C 100%);
    background: linear-gradient(to right, #1b91cf 0%,#1b91cf 16%,#00609C 16%,#00609C 60%,#00609C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b91cf', endColorstr='#00609C',GradientType=1 );
}

#menu ul li #menu-5:hover{
    background: #1b91cf;

}

#menu #ico-1{
    width: 140px;
    margin: 17px auto 0 auto;
    display: block;
}

.container #int{
    width: 75%;
    background: #FFFFFF;
    margin-top: 0.4%;
    height: calc(100vh - 185px);
}


.container #int #banner-1{
    position: relative;
    display: block;
    width: 100%;
    height: 160px;
    background: #FDFDFD;
}

.container #int #banner-1 img{
    max-width: 110%;
    float: right;
}

.container #int .title-2{
    position: relative;
    color: #666666;
    font: 400 16px / 19.2px 'Trebuchet MS';
    text-align: center;
    margin-top: 60px;
    height: auto;
    overflow: hidden;
}

.correo, .con_correo{
    text-transform:uppercase;
    -webkit-text-transform:uppercase;
    -moz-text-transform:uppercase;
    -ms-text-transform:uppercase;
 }

#cont-intro{
     margin: auto; 
}

footer
{
    border-top:solid 6px #6E7A7C;
    background-color: #9BADB2;
    /*text-align: center;*/
    margin-top: auto;
    font-size: 15px;
    bottom:0;
    position: relative;
}

footer span{
    color: #fff;
}

#consultar-j{
    background-color: #66A60B;
    font-size: 14px;
    font-family: sans-serif;
    text-align: center;
    font-weight: bold;
}

#consultar-j a{
    background-color: #66A60B;
    display:block;
    position: relative;
    width:115px;
    height: 34px;
    text-decoration: none;
    line-height: 35px;
    padding: 0;
    color: #ffffff;
}

#identificacion-d{
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#identificacion-d input{
    border: 1px solid #676767;
    width: 200px;
    height: 35px;
}

#nav-mobi{
    display: none;
}

.enlaces-2{
    display: block;
    width:120px;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
}
.enlaces-2 input{
    display: inline-block;
    position: relative;
    width:120px;
    height: 35px;
    margin: 10px;
    line-height: 35px;
    padding: 0;
    color: #ffffff;
    border: none;
}
#continuar-j{
    background: #66A60B;
    background: -moz-linear-gradient(left, #99CC66 0%, #99CC66 25%, #66A60B 25%, #66A60B 60%, #66A60B 100%);
    background: -webkit-linear-gradient(left, #99CC66 0%, #99CC66 25%, #66A60B 25%,#66A60B 60%,#66A60B 100%);
    background: linear-gradient(to right, #99CC66 0%, #99CC66 25%, #66A60B 25%,#66A60B 60%,#66A60B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99CC66', endColorstr='#66A60B',GradientType=1 );
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 0px;
    width: 244px;
    height: 59px;
    position: relative;
    top: 35%;
    vertical-align: middle;
    text-align: left;
    font-weight: 400;
    float:right;
    margin-bottom: 10px;
    font-size: 18px;
    color: #ffffff;
    font-family: 'Montserrat';
    top: 0;
    display: block;
    outline: 0;
    
}

#continuar-j span
{
    display: inline-block;
    margin-top: 7%;
    position: absolute;
}

#continuar-j img.icon
{
    display: inline-block;
    width=18%; height=60%; 
    margin:3% 8% 0% 2%;
}

.enlaces button {
    width: 170px;
    height: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
    border: 0px;
    font-size: 18px;
     margin-left: auto; margin-right: auto;
}

.enlaces a {
     margin-left: auto; margin-right: auto;
}

.green-btn{
    /*! background: #66A60B; */
    /*! background: -moz-linear-gradient(to right, #9C6 0%, #9C6 55px, #66A60B 55px,#66A60B 60%,#66A60B 100%); */
    /*! background: -webkit-linear-gradient(to right, #9C6 0%, #9C6 55px, #66A60B 55px,#66A60B 60%,#66A60B 100%); */
    background: linear-gradient(to right, #9C6 0%, #9C6 55px, #66A60B 55px,#66A60B 60%,#66A60B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99CC66', endColorstr='#66A60B',GradientType=1 );
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}

.blue-btn {
    background: #00609C;
    background: -moz-linear-gradient(left, #4D90BA 0%, #4D90BA 25%, #00609C 25%, #00609C 60%, #00609C 100%);
    background: -webkit-linear-gradient(left, #4D90BA 0%, #4D90BA 25%, #00609C 25%,#00609C 60%,#00609C 100%);
    background: linear-gradient(to right, #4D90BA 0%, #4D90BA 55px, #00609C 55px,#00609C 60%,#00609C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4D90BA', endColorstr='#00609C',GradientType=1 );
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
}

.enlaces button .icon {
    width: 45px;
    height: 80% !important;
}

#formulario{
    background: #66A60B;
    background: -moz-linear-gradient(left, #99CC66 0%, #99CC66 25%, #66A60B 25%, #66A60B 60%, #66A60B 100%);
    background: -webkit-linear-gradient(left, #99CC66 0%, #99CC66 25%, #66A60B 25%,#66A60B 60%,#66A60B 100%);
    background: linear-gradient(to right, #99CC66 0%, #99CC66 25%, #66A60B 25%,#66A60B 60%,#66A60B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99CC66', endColorstr='#66A60B',GradientType=1 );
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    
}

.home-1 #continuar-j{
   margin: 0 auto 0 auto; 
}

.tipo-persona #atras, .tramitador #atras, .documento #atras, .doc-noregistrado #atras{
    float: left !important;
}

.tipo-persona #continuar-j, .tramitador #continuar-j, .documento #continuar-j, .doc-noregistrado #continuar-j{
    float: right !important;
    margin: 0 0 0 0 !important;
}

.tramitador .content-check div:first-child{
    width: 460px;
}


.tramitador .content-check{
      width: 520px;
}

.documento #doc_uno{
    font-size: 14px;
    color: #666666;
}

.documento .doc_dos{
    width: 220px;
    height: 30px;
    margin-left: 10px;
    
}

.documento .doc_tres{
    font-size: 14px;
    color: #666666;
}

.documento .identificacion-d{
    max-width: 420px;
    margin: 10px auto;
}

.doc-noregistrado #atras{
    float: left;
    display: block;
}

.doc-yatiene #atras{
    float: none !important;
    display: block;
}

.alert-form, .alert-form2, .alert-form-green{
    width:100%;
    margin-top: 20px;
    background: center no-repeat #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.alert-form p, .alert-form2 p, .alert-form-green p{
    color: #ffffff !important;
    text-align: center;
    font-weight: bold;
}
.alert-form-green{
    display: none;
    width:100%;
    margin: auto;
    margin-top: 20px;
    min-height: 36px;
    overflow: hidden;
    background: url(../img/alert-verde.jpg) 19px center no-repeat #65af02;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    font-style: italic;
    font-weight: bold;
    padding:0;
}
.alert-form-green p{
    height: auto;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin:5px 20px 5px 80px;
}

.validar-identidad .alert-form2{
    background: url(../img/alert-verde.jpg) 0px center no-repeat #65AE00;
    width:100%;
    margin: auto;
    margin-top: 20px;
    min-height: 36px;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    font-style: italic;
    font-weight: bold;
    padding:0;
}
.validar-identidad .alert-form2 p{
    height: auto;
    overflow: hidden;
    color: #ffffff;
    text-align: left;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin:5px 20px 5px 80px;
}

.validar-identidad .tituform{
      margin-top: 30px;
      display: block;
}

.validar-identidad .content-check {
    display: block;
    width: 100%;
    margin: 0;
    overflow: hidden;
    left: 0;
}
.validar-identidad-alert #continuar-j{
    width: 270px;
    height: 69px;
}

.enlaces li {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 35px;
    line-height: 35px;
    margin: 10px;
    padding: 0;
}

.enlaces li a {
    display: block;
    position: relative;
    top: 10px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    line-height: 35px;
    padding: 0;
    color: #ffffff;
}

#volver {
    background: #00609C;
    background: -moz-linear-gradient(left, #4D90BA 0%, #4D90BA 25%, #00609C 25%, #00609C 60%, #00609C 100%);
    background: -webkit-linear-gradient(left, #4D90BA 0%, #4D90BA 25%, #00609C 25%,#00609C 60%,#00609C 100%);
    background: linear-gradient(to right, #4D90BA 0%, #4D90BA 25%, #00609C 25%,#00609C 60%,#00609C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4D90BA', endColorstr='#00609C',GradientType=1 );
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 0px;
    width: 244px;
    height: 59px;
}


#volver span
{
    display: inline-block;
    margin-top: 1.3%;
    position: absolute;
}

/*#volver img.icon
{
    display: inline-block;
    width=18%; height=60%; 
    margin:3% 8% 0% 2%;
}*/

#salir {
    background: #9BADB2;
    background: -moz-linear-gradient(left, #9BADB2 0%, #9BADB2 25%, #6E7A7C 25%, #6E7A7C 60%, #6E7A7C 100%);
    background: -webkit-linear-gradient(left, #9BADB2 0%, #9BADB2 25%, #6E7A7C 25%,#6E7A7C 60%,#6E7A7C 100%);
    background: linear-gradient(to right, #9BADB2 0%, #9BADB2 25%, #6E7A7C 25%,#6E7A7C 60%,#6E7A7C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9BADB2', endColorstr='#6E7A7C',GradientType=1 );
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 0px;
    width: 244px;
    height: 59px;
    float: right;
}

#salir span
{
    display: inline-block;
    margin-top: 1.3%;
    position: absolute;
}

#salir img.icon
{
    display: inline-block;
    width=18%; height=60%; 
    margin:3% 8% 0% 2%;
}

#type-cheque{
    display: none;
}

#type-efectivo{
    display: none;
}

#type-transferencia{
    display: none;
}

.alert-form3{
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    height: 32px;
    overflow: hidden;
    background: url(../img/alert-icon.png) 19px -3px no-repeat #ff0000;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
    font-weight: bold;
    padding: 0;
}

#continuar-j2{
    width: 250px;
    height: auto;
    background: #66A60B;
    color: white;
    font-family: 'Trebuchet MS';
    font-size: 14px;
    text-align: center;
    padding: 5px;
}

#infoter p{
    margin-bottom: 15px;
}

.bar-paso {
    display: block;
    text-align: center;
    color: #ffffff;
    width: 100%;
    height: 45px;
    background: #6AAF00;
    line-height: 44px;
    font-size: 18px;
}

.enlaces-3 {
    width: 120px;
    margin: auto;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.Banner .tooltiptext {
  display: none;
  background-color: #9bacb3;
  color: #fff;
  border-radius: 6px;
  position: absolute;
  transition: opacity 0.3s;
  z-index: 100;
  width: 310px;
  margin: -200px 0% 0% 0%;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  left: 5%;
  border-width: 5px;
  border-style: solid;
  border-color: #9bacb3 transparent transparent transparent;
}

#tooltipdiv:hover .tooltiptext {
    display: block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #9bacb3;
  color: #fff;
  padding: 5px 5px 5px 5px;
  border-radius: 6px;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s;
  bottom: 100%;
  left: 50%;
  margin-left: -160px;
  font-size: 13px;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #9bacb3 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltiptext ul li {
    margin: 8px;
    text-decoration: none;
    list-style: none;
    font-size: 13px;
}

.select-4 {
    width: 225px;
    background-image: url(../img/down.jpg);
    background-position: 195px 0px;
    margin-left: 27px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    height: 35px;
    color: #666666;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Banner #butommain a{
    width: 100%;    
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-footer 
{
    bottom:0pt;
    text-align: center;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}

.main-wrapper{
    display: flex;
    /*! height: 100%; */
}

.page-wrapper {
    width: 75%;
    padding: 5px;
    background: #fff;
    /*! height: 100%; */
}

#menu ul li .menu img {
    height: auto;
    width: 34px;
    margin: 0px 15px 0px 7px;
}

.bread
{
    display: block;
    width: 100%;
    color: #666666;
    height: auto;
    overflow: hidden;
    padding-bottom: 5px;
    margin-top: 20px;
}

.bread a
{
    text-decoration: none;
    color: #666666;
}

.bread em
{
    display: inline-block;
    height: auto;
    overflow: hidden;
    float: left;
}

.active-bread
{
    color: #7eac00;
}

 .slide-2
{
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0%;
    overflow: hidden;
}

.slide-1
{
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0%;
    overflow: hidden;
}

.txt-center
{
    text-align: center;
}

.intro-slide-green
{
    display: block;
    width: 70%;
    margin: 20px auto;
    overflow: hidden;
    background-color: #64A70B; /* Green */
    color: #FFFFFF;
    padding: 15px 15px 15px 15px;
    font-size: 15px;
    line-height: 16px;
}

.Banner #butommain .intro-slide {
    color: #fff;
}

.intro-slide {
    color: #666;
    font-size: 18px;
    padding: 4px 0px 4px 0px;
}

.intro-slide.center {
    width: 100%;
    text-align: center;
}

.section-paso .intro-slide.left {
    width: 40%;
    font-size: 17px;
}

.intro-slide.left
{
    width: 60%;
}

.intro-slide.footer {
    font-size: 14px;
    text-align: center;
}

.page-text {    
    padding: 15px 0px 20px 0px;
}

.intro-slide3
{
    margin-top: 2%;
    overflow: hidden;
    color: #666666;
    padding-bottom: 5px;
    font-size: 19px;
    line-height: 20px;
}

.intro-slider2 {
        position: absolute;
        top: 33%;
        vertical-align: middle;
        text-align: left;
        font-weight: 400;
        margin-left: 19.5%;
        font-size: 19px;
        color: #ffffff;
        font-family: 'Montserrat';
    }

.intro-slide b {
        color: #000000;
    }

.intro-slide2
{
    display: block;
    width: 88%;
    overflow: hidden;
    color: #000000;
    font-size: 18px;
    line-height: 20px;
}

.intro-slide button
{
    background-color: #64A70B;
    color: #FFFFFF;
    padding: 8px 15px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-family: sans-serif;
    text-align: center;
    font-weight: bold;
    border: 0;
    color: white;
    /*width: 120px;
    height: 35px;*/
    position: relative;
    top: 0;
}

.doble-linea p
{
    line-height: 20px !important;
}

.select-2
{
    width: 305px;
    background-image: url(../img/down.jpg);
    background-position: 273px 0px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    height: 35px;
    color: #666666;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-3
{
    width: 17%;
    background-image: url(../img/down.jpg);
    background-position: 95% 0px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    height: 35px;
    color: #666666;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.section-paso .input-num {
    width: 320px;
}

.input-num
{
    width: 260px;
    height: 30px;
    
    color: #666666;
    border-width: 2px;
    font-size: 100%
}

/* HTQA ABC RQ09 */
.input-num-rec
{
    width: 300px;
    height: 24px;
    line-height: 24px;
    color: #666666;
}

.submit
{
    display: block;
    width: 120px;
    height: 35px;
    margin: auto;
    line-height: 35px;
    border: none;
    color: #FFFFFF;
    background-color: #64A70B;
}

.content-tables
{
    display: block;
    width: 750px;
    margin: auto;
    height: auto;
    overflow: hidden;
    padding: 20px;
}

.table-tramite
{
    color: #666666;
    width: 100%;
    text-align: center;
    padding: 0px;
}

.table-tramite thead {
    color: #ffffff;
}

.table-tramite.main-table {
    background-color: #9BADB2;
    text-align: center;
    width: 100%;
    display: flex;
    flex-flow: column;
}

.tot-table
{
    background-color: #6E7A7C;
    color: #ffffff;
}

.tot-table td
{
    border: solid 5px #fff;
}


.table-tramite thead td {
    background-color: #00609C;
    border: solid 5px #fff;
}

.main-table td
{
    background-color: #9BADB2;
    color: #000000;
    border: solid 5px #fff;
}

.table-tramite-mb
{
    display: none;
}

.table-cet tr td:first-child
{
    color: rgb(0, 96, 156);
    padding-right: 10px;
}

.table-cet tr td
{
    /*! font-weight: bold; */
}

.table-cet-2
{
    display: block;
    width: 400px;
    height: auto;
    margin: auto;
    margin-top: 20px;
    border: none;
}

.title-table
{
    display: block;
    width: 100%;
    height: 35px !important;
    border: none;
    background-color: #00629B;
    color: #ffffff;
    text-align: center;
    line-height: 35px !important;
}

.title-table td
{
    border: none;
    color: #ffffff;
    text-align: center !important;
    padding: 0 !important;
}

.title-table td:first-child
{
    border-right: solid 1px #FFFFFF;
}

.table-cet-2 tr
{
    display: block;
    width: 100%;
    height: 25px;
    border: none;
    color: #666666;
    line-height: 25px;
}

.table-cet-2 tr td:first-child
{
    width: 150px;
    height: 100%;
    text-align: center;
    padding: 0 !important;
}

.table-cet-2 tr td
{
    width: 250px;
    height: 100%;
    text-align: left;
    padding-left: 10px;
}

.step
{
    align-items: center;
    display: flex;
    background: #4D90BA;
    border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    -webkit-border-radius: 14px 14px 14px 14px;
    width: 90%;
    text-align: center;
}

.step:hover
{
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    -webkit-border-radius: 14px 14px 14px 14px;
}


.step a
{
    font-size: 18px;
    color: #00609C;
    width: 100%;
}

.step2
{
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    -webkit-border-radius: 14px 14px 14px 14px;
    text-align: center;
    width: 90%;
    align-items: center;
    display: flex;
}

.step2 a
{
    font-size: 18px;
    color: #00609C;

    width: 100%;
}

.enlaces
{
    display: flex;
    width: 100%;
    align-items: center;
    padding: 20px 0px 10px 0px;
    justify-content: space-evenly;
}

.enlace
{
    display: block;
    width: 120px;
    height: auto;
    margin: 30px auto;
    overflow: hidden;
}

.enlace input
{
    display: inline-block;
    float: right;
    position: relative;
    width: 120px;
    height: 35px;
    line-height: 35px;
    margin: 0px;
    padding: 0;
    color: #ffffff;
    border: none !important;
}

.enlaces-2
{
    display: block;
    width: 120px;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
}

.enlaces-2 input
{
    display: inline-block;
    position: relative;
    width: 120px;
    height: 35px;
    margin: 10px;
    line-height: 35px;
    padding: 0;
    color: #ffffff;
    border: none;
}

#volver
{
    background-color: #666666;
    text-align: left;     
    font-weight: 400;
    font-size: 19px;
    color: #ffffff;
    font-family: 'Montserrat';
    margin-left:25%;
}

#salir
{
    background-color: #666666;
    text-align: left;      
    font-weight: 400;
    font-size: 19px;
    color: #ffffff;
    font-family: 'Montserrat';
}

#inicio, #continuar-j
{
    background-color: #64A70B;
    text-align: left;      
    font-weight: 400;
    font-size: 19px;
    color: #ffffff;
    font-family: 'Montserrat';
}

#continuat-j spam
{
    padding-left: 30px !important;
    }

#enlace-solo
{
    display: block !important;
    margin: 10px auto !important;
    background-color: #64A70B;
    font-size: 14px;
    font-family: sans-serif;
    text-align: center;
    font-weight: bold;
    width: 120px;
}
/*PSD 03-persona-juridica*/

.input-inline input[type=radio]
{
    display: none;
}

.input-inline input[type=radio] + label
{
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: 0.2s;
    border: 0.5px solid #333;
    border-radius: 50%;
}

.input-inline input[type=radio]:checked + label
{
    box-shadow: inset 0 0 0 5px #fff;
    background: #66A60B;
}

.input-inline.check input[type=radio] + label
{
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: 0.2s;
    border: 0.5px solid #333;
    border-radius: 0;
}

.input-inline.check input[type=radio]:checked + label
{
    box-shadow: inset 0 0 0 7px #fff;
    background: #66A60B;
}

.nav-banner-mobile
{
    display: none;
}

.nav-banner li
{
    height: 45px;
    /*! list-style: none; */
    display: flex;
    float: left;
    width: 170px;
    justify-content: center;
}

.paso-1
{
    width: 192px;
}



.paso-paso
{
    display: block;
    max-width: 750px;
    margin: auto;
    height: auto;
    overflow: visible;
    padding-bottom: 10px;
}

.nav-pasos-mobile
{
    display: none;
}

.nav-pasos
{
    display: block;
    margin: 0;
    padding: 0;
    width: 752px;
    margin-top: 20px;
}

.nav-pasos li
{
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 47px;
    list-style: none;
}

.paso-1
{
    width: 192px;
}

.form-pago-paso-1
{
    width: 192px;
}

.paso-2
{
    width: 180px;
    margin-left: -4px !important;
}

.paso-3
{
    width: 180px;
    margin-left: -4px !important;
}

.paso-4
{
    width: 190px;
    margin-left: -4px !important;
}

.paso-2-off
{
    width: 190px;
    margin-left: -4px !important;
}

.paso-3-off
{
    width: 180px;
    margin-left: -14px !important;
}

.paso-4-off
{
    width: 190px;
    margin-left: -4px !important;
}

.arrow-mb
{
    display: none;
}

.bar-paso-1
{
    display: block;
    text-align: center;
    color: #ffffff;
    width: 100%;
    height: 45px;
    background: url(../img/barra-paso1.png) 0px 0px no-repeat;
    line-height: 54px;
    font-size: 18px;
}

.bar-paso-2
{
    display: block;
    text-align: center;
    color: #ffffff;
    width: 100%;
    height: 45px;
    background: url(../img/barra-paso2.png) 0px 0px no-repeat;
    line-height: 54px;
    font-size: 18px;
    min-height: 35px;
}

.bar-paso-3
{
    display: block;
    text-align: center;
    color: #ffffff;
    width: 100%;
    height: 45px;
    background: url(../img/barra-paso3.png) 0px 0px no-repeat;
    line-height: 54px;
    font-size: 18px;
    min-height: 35px;
}

.bar-paso-4
{
    display: block;
    text-align: center;
    color: #ffffff;
    width: 100%;
    height: 45px;
    background: url(../img/barra-paso4.png) 0px 0px no-repeat;
    line-height: 54px;
    font-size: 18px;
    min-height: 35px;
}

.til-bar
{
    background-color: #cbcbcb;
    padding-left: 20px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.intro-form
{
    margin: 0px 0px 15px 0px;
    color: #666666;
    font-size: 13px;
    text-align: center;
}

.intro-form-2
{
    width: 95%;
    margin: 10px auto 0 auto;
    color: #666666;
    padding-bottom: 5px;
    font-size: 13px;
}

.intro-form-3
{
    display: block;
    width: 95%;
    margin: 10px auto 0 auto;
    overflow: hidden;
    color: #666666;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
}

.intro-form-3 a
{
    color: #2469a4;
    text-decoration: underline !important;
    font-weight: bold;
}

.intro-form-2 b
{
    color: #000000;
}

.label-tel, .label-ext-tel
{
    display: inline-block !important;
}

.label-tel
{
    /*width: 410px !important;*/
}

.label-tel input
{
    width: 130px !important;
}

.label-ext-tel
{
    /*width: 170px !important;*/
    margin-left: 0 !important;
}

.label-ext-tel p
{
    width: 60px !important;
}

.label-ext-tel input
{
    width: 80px !important;
    margin-left: 16px !important;
}

.text-fin
{
    display: block;
    margin: 15px auto;
    font-size: 16px;
    line-height: 18px;
    color: #666666;
    text-align: center;
}

.text-fin a
{
    font-size: 16px;
    color: #2469a4;
    text-decoration: underline !important;
    font-weight: bold;
}

.msg-pago
{
    display: none;
    width: 530px;
    margin: auto;
    height: auto;
    overflow: hidden;
    margin-top: 140px;
    border: 1px solid black;
    border-radius: 20px;
    background: #F2F2F2;
    padding-bottom: 15px;
    position: absolute;
    left: 50%;
    z-index: 99;
}

.msg-pago-dos
{
    width: 600px;
    overflow: hidden;
    border: 1px solid black;
    border-radius: 20px;
}

.head-msg
{
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid black;
    background: #E17171;
    background: -moz-linear-gradient(left,#E17171 2%,  #E15454 25%, #E13939 50%, #E11D1D 76%, #E10000 100%);
    background: -webkit-linear-gradient(left,#E17171 2%,  #E15454 25%, #E13939 50%, #E11D1D 76%, #E10000 100%);
    background: linear-gradient(to right,#E17171 2%,  #E15454 25%, #E13939 50%, #E11D1D 76%, #E10000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E17171', endColorstr='#E10000',GradientType=1 );
}

.til-msg-1
{
    color: #d90000;
    font-size: 24px;
    line-height: 17px;
    font-family: sans-serif;
    text-align: center;
    width: 380px;
    margin: auto;
    margin-top: 20px;
}

.msg-pago .txt-msg-1, .msg-pago-dos .txt-msg-1
{
    color: #666666;
    margin-top: 20px;
}

.txt-msg-2
{
    color: #666666;
    font-weight: bold;
}

.medium
{
    width: 500px;
}

.content-check-contra div
{
    display: inline-block;
    width: auto;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}

.content-check-contra div:first-child
{
    width: 50px;
    color: #666666;
}

.content-check-contra div input[type=radio]
{
    display: none;
}

.content-check-contra div input[type=radio] + label
{
    display: block;
    width: 35px;
    height: 35px;
    margin: 9px 0;
    background: url(../img/check-terminos.png) 0px 0px no-repeat;
    cursor: pointer;
}

.content-check-contra div input[type=radio]:checked + label
{
    background: url(../img/check-terminos-2.png) 0px 0px no-repeat;
}

.content-check-contra-radio div
{
    display: inline-block;
    width: 80%;
    overflow: hidden;
    height: 50px;
    
    font-size: 14px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    /* Sólo WebKit -NO DOCUMENTADO */
    -ms-hyphens: auto;
    /* Guiones para separar en sílabas */
    -moz-hyphens: auto;
    /*  depende de lang en <html>      */
    -webkit-hyphens: auto;
    hyphens: auto;
}

.content-check-contra-radio div:first-child
{
    width: 50px;
    color: #666666;
}

.content-check-contra-radio div input[type=radio]
{
    display: none;
}

.content-check-contra-radio div input[type=radio] + label
{
    display: block;
    width: 35px;
    height: 35px;
    margin: 9px 0;
    background: url(../img/radio-nocheck.png) 0px 0px no-repeat;
    cursor: pointer;
}

.content-check-contra-radio div input[type=radio]:checked + label
{
    background: url(../img/radio-check.png) 0px 0px no-repeat;
}

/* FIN Check contra Radio HTQA ABC marzo 2019*/

#continuar-red
{
    background: #66A60B;
    background: -moz-linear-gradient(left, #99CC66 0%, #99CC66 25%, #66A60B 25%, #66A60B 60%, #66A60B 100%);
    background: -webkit-linear-gradient(left, #99CC66 0%, #99CC66 25%, #66A60B 25%,#66A60B 60%,#66A60B 100%);
    background: linear-gradient(to right, #99CC66 0%, #99CC66 25%, #66A60B 25%,#66A60B 60%,#66A60B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99CC66', endColorstr='#66A60B',GradientType=1 );
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 0px;
    width: 244px;
    height: 59px;
    text-align: center;
    margin: 10px;
    font-weight: 400;
    font-size: 19px;
    color: #ffffff;
    font-family: 'Montserrat';
}

.pago-deposito-00
{
    display: block;
    width: 100%;
    height: 50px;
    color: #000;
    background-color: #e3e3e3;
    border: 2px solid #C5B3B3;
}

.pago-deposito-00 p
{
    display: inline-block;
    float: left;
    width: 100%;
    height: 50px;
    text-align: center;
    font-style: italic;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 50px;
}

.pago-deposito-00 p span
{
    color: red;
}

.pago-deposito-002
{
    background-color: #e3e3e3;
    border: 2px solid #C5B3B3;
}

.pago-deposito-002 p
{
    text-align: center;
    font-weight: bold;
    color: #000;
    
    font-size: 15px;
}

.pago-deposito-002 p span
{
    color: red;
}



.diligencia-pago
{
    display: block;
    width: 100%;
    margin: 10px auto;
    padding: 0;
    height: auto;
    overflow: hidden;
}

.diligencia-pago form
{
    display: block;
    width: 100%;
    margin: 10px auto;
    padding: 0;
    height: auto;
    overflow: hidden;
}

.diligencia-pago div
{
    display: inline-block;
    width: 100%;
    font-family: 'Trebuchet MS';
}

.txt-diligencia
{
    width: 530px;
    height: auto;
    overflow: hidden;
    padding: 5px;
    font-family: 'Trebuchet MS';
    font-size: 13px;
    line-height: 15px;
    color: #666;
}

.txt-diligencia p
{
    margin-top: 15px;
}

.btn-diligencia
{
    width: 165px;
    height: auto;
    overflow: hidden;
    margin: auto;
}

.btn-diligencia a
{
    width: 163px;
    margin: auto;
    display: block;
}

.list-respuesta
{
    display: block;
    width: 95%;
    height: auto;
    overflow: hidden;
    margin: auto;
    margin-top: 15px;
}

.list-respuesta li
{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    list-style: circle !important;
}

.list-respuesta li p
{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family: 'Trebuchet MS';
    font-size: 13px;
    line-height: 15px;
    color: #666;
}

.section-paso .input-inline {
    width: 80%;
    justify-content: space-between;
}

.input-inline {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    padding: 5px 0px 10px 0px;
    flex-flow: row wrap;
}

.input-inline.check {
    justify-content: flex-start;
    width: 100%;
}

.input-inline.center .input-inline-item {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.input-inline.left{
    justify-content: space-around;
    /*! width: 100%; */
    padding: 0px 0px 10px 0px;
}

.intro-slide.title {
    width: 100%;
    text-align: center;
}

.enlaces button span {
    width: 100%;
}

#redes .img-redes {
    height: 30px;
    padding: 5px;
}

.input-inline.left .intro-slide {
    width: 75%;
}

.table-tramite.mb {
    display: none;
}

.paso-banner {
    padding-top: 10px;
}

#banner-red img {
    width: 15%;
    height: 90%;
    margin-right: 10%;
}

.form_contact {
    width: 90%;
    margin: 0% 0% 0% 5%;
}

.multiple {
    display: flex;
    width: 326px;
    flex-flow: row nowrap;
    align-items: center;
}

.centerDiv {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 2%;
}

.filesOB.input-inline {
    width: 100%;
    justify-content: space-evenly;
    
}

.filesOB.input-inline .intro-slide {
    font-size: 15px;
    width: auto;
}

.filesOBDetailsDiv {
    display: flex;
    width: 430PX;
    justify-content: space-between;
}

.filesOBInputsDiv {
    display: flex;
    width: 30%;
    font-family: inherit;
font-size: 100%;
margin: 0;
}

.page-content {
    padding: 20px;
}

.collapseButton {
    border-radius: 15px;
    height: 25px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px;
    background-color: #cbcbcb;
}



#tooltipdiv{
    width: 35%
}

.Banner #tooltipdiv #butommain {
    width: 100%;
}

@media screen and (min-width: 3000px) 
{
    #banner-indexblue{
    position: relative;
    width: 100%;
    height: 145px;
    max-height: 150%;
    background: #0072AC;
    background: -moz-linear-gradient(left,#0072AC 0px,  #0072AC 21%, #1A91CF 21.6%, #1A91CF 76%, #1A91CF 100%);
    background: -webkit-linear-gradient(left,#0072AC 0px,  #0072AC 21%, #1A91CF 21.6%, #1A91CF 76%, #1A91CF 100%);
    background: linear-gradient(to right,#0072AC 0px,  #0072AC 21%, #1A91CF 21.6%, #1A91CF 76%, #1A91CF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072AC', endColorstr='#1A91CF',GradientType=1 );
    overflow:hidden;
    }
}

@media screen and (min-width: 1250px) 
{    

    .nav-banner-mobile
    {
        width: 100%;
        height: 40px;
        border-bottom: solid 4px #7EAD00;
    }
    .nav-banner-mobile .paso-1-mb
    {
        display: block !important;
        width: 100%;
        height: 40px;
        list-style: none;
        background: url(../img/MOBILE/01-pago-paso-1.png) 10px 0px no-repeat;
        color: #7EAD00;
        line-height: 40px;
        font-family: sans-serif;
        font-size: 16px;
        font-weight: bold;
        padding-left: 60px;
    }
    .nav-banner-mobile .paso-2-mb
    {
        display: block !important;
        width: 100%;
        height: 40px;
        list-style: none;
        background: url(../img/MOBILE/01-pago-paso-2.png) 10px 0px no-repeat;
        color: #7EAD00;
        line-height: 40px;
        font-family: sans-serif;
        font-size: 16px;
        font-weight: bold;
        padding-left: 60px;
    }
    .nav-banner-mobile .paso-3-mb
    {
        display: block !important;
        width: 100%;
        height: 40px;
        list-style: none;
        background: url(../img/MOBILE/01-pago-paso-3.png) 10px 0px no-repeat;
        color: #7EAD00;
        line-height: 40px;
        font-family: sans-serif;
        font-size: 16px;
        font-weight: bold;
        padding-left: 60px;
    }
    .arrow-mb
    {
        display: block !important;
        width: 30px;
        height: 10px;
        margin-left: 80px;
        background: url(../img/MOBILE/arrow.png) 0px 0px no-repeat;
    }    
}

@media screen and (max-width: 980px) 
{
    #banner-indexblue p {
        font-size: 21px;
    }   
}

    @media screen and (max-width: 820px) {
    
    .tableDiv {
        height: 170px;
        width: 100%;
        overflow-y: scroll;
        margin: 10px 0px 10px 0px;
    }
        
    .table-tramite tbody {
        display: flex;
        flex-flow: row nowrap;
        overflow-x: scroll;
    }
        
    .table-tramite tbody .tot-table {
        display: flex;
        flex-flow: column;
    }
        
    .table-tramite {
        display: flex;
        flex-flow: row nowrap;
        font-size: 13px;
    }
        
    .table-tramite .main-table {
        display: flex;
        flex-flow: column;
    }
        
    .table-tramite thead tr {
        display: flex;
        flex-flow: column;
    }
        
    .table-tramite td {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 120px;
    }
        
    .input-inline.left .intro-slide {
        width: 50%;
    }
        
    #nav-mobi #img-menu {
        height: 30px;
        padding: 1px 0px 0px 2px;
    }
        
    body{
        overflow-y:scroll; 
    }
    
    .main-wrapper{
        overflow-y: scroll;
        background: #fff;
    }
        
    #nav-mobi {
        display: block;
        cursor: pointer;
        height: 0% !important;
        border-radius: 100px;
    }
    
    .header-wrap {
        height: 31px;
    }
    
    #redes .img-redes {
        height: 25px;
        padding: 4px 0px 0px 2px;
    }

    .main-wrapper #menu{
        display: none;
    }

    #menu{
        position: absolute;
        width: 100%; 
        background-color: #004773E8;
        height: 225px;
    }
    
    #menu ul li{
        margin:0;
        width: 100%;
        background: #006AA60F;
    }  
    
    #menu ul li a{
        margin-top: 0;
    }
        
     #menu ul li .menu {
        background: -moz-linear-gradient(to right, #1b91cf 0%,#1b91cf 55px, 55px,#00609C 60%,#00609C 100%);
        background: -webkit-linear-gradient(to right, #1b91cf 0%,#1b91cf 55px, 55px,#00609C 60%,#00609C 100%);
        background: linear-gradient(to right, #1b91cf 0%,#1b91cf 55px, 55px,#00609C 60%,#00609C 100%);
    }
        
    #menu ul li .menu img{
        height: auto;
        width: 35px;
        margin: 0px 20px 0px 10px;
    }
    
    #banner-indexblue{
        height: 100px;
    }
    
    #banner-indexblue p{
        font-size: 1rem;
        padding: 5px;
    }
    
    .container{
        top: 95px;
        bottom:0px;
        height: 100%;
    }
    
    .container #int{
        width: 100%;
    }
    
    #nav-mobi{
        display: block;
        cursor: pointer;
        height: 0% !important;
        border-radius: 100px;
    }
    
    #title{
        width: 43%;
        font-size: 1rem;
    }
    
    #logo {
        height: 110px;
        background: -moz-linear-gradient(left, #fff 40%, #8ebe50 60%, #68a70e 90%, #66A60B 100%);-o-linear-gradient
        background: -moz-linear-gradient(left, #fff 35%, #8ebe50 50%, #68a70e 85%, #66A60B 100%);-o-linear-gradient
        background: -moz-linear-gradient(left, #fff 35%, #8ebe50 50%, #68a70e 85%, #66A60B 100%);-o-linear-gradient
        background: -moz-linear-gradient(left, #fff 35%, #8ebe50 50%, #68a70e 85%, #66A60B 100%);-o-linear-gradient
    }
    
    #logo img {
        height: 60%;
        width: auto;
    }
    
    
    #menu #ico-1{
        display: none;
    }
    
    .Banner{
        flex-flow: column nowrap;
        margin-bottom: 10px;

    }
    
    .Banner #butommain img {
        margin: 0% 0% 0% 2.5%;
        height: 33px;
        width: 33px;
    }
    
    .page-wrapper{
        width: 100%;
    }
    
    .header-wrap {
        height: 33px;
    }
        
    .page-text {
        padding: 10px 0px 10px 0px;
        text-align: center;
    }
        
    .enlaces {
        width: 100%;
        padding: 20px 0px 20px 0px;
    }
        
.paso-banner
    {
        display: block;
        max-width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 10px;
    }
    .nav-banner
    {
        display: none !important;
    }
    .nav-banner-mobile
    {
        display: block !important;
        width: 100%;
        height: 40px;
        border-bottom: solid 4px #7EAD00;
    }
    .nav-banner-mobile .paso-1-mb
    {
        display: block !important;
        width: 100%;
        height: 40px;
        list-style: none;
        background: url(../img/MOBILE/01-pago-paso-1.png) 10px 0px no-repeat;
        color: #7EAD00;
        line-height: 40px;
        font-family: sans-serif;
        font-size: 16px;
        font-weight: bold;
        padding-left: 60px;
    }
    .nav-banner-mobile .paso-2-mb
    {
        display: block !important;
        width: 100%;
        height: 40px;
        list-style: none;
        background: url(../img/MOBILE/01-pago-paso-2.png) 10px 0px no-repeat;
        color: #7EAD00;
        line-height: 40px;
        font-family: sans-serif;
        font-size: 16px;
        font-weight: bold;
        padding-left: 60px;
    }
    .nav-banner-mobile .paso-3-mb
    {
        display: block !important;
        width: 100%;
        height: 40px;
        list-style: none;
        background: url(../img/MOBILE/01-pago-paso-3.png) 10px 0px no-repeat;
        color: #7EAD00;
        line-height: 40px;
        font-family: sans-serif;
        font-size: 16px;
        font-weight: bold;
        padding-left: 60px;
    }
    .arrow-mb
    {
        display: block !important;
        width: 30px;
        height: 10px;
        margin-left: 80px;
        background: url(../img/MOBILE/arrow.png) 0px 0px no-repeat;
    }



    .paso-paso
    {
        display: block;
        max-width: 100%;
        height: auto;
        overflow: visible;
        padding-bottom: 10px;
    }
    .nav-pasos
    {
        display: none !important;
    }
    .nav-pasos-mobile
    {
        display: block !important;
        width: 100%;
        height: 40px;
        border-bottom: solid 4px #7EAD00;
    }
    .nav-pasos-mobile .paso-1-mb
    {
        display: block !important;
        width: 100%;
        height: 40px;
        list-style: none;
        background: url(../img/MOBILE/01-pago-paso-1.png) 10px 0px no-repeat;
        color: #7EAD00;
        line-height: 40px;
        font-family: sans-serif;
        font-size: 16px;
        font-weight: bold;
        padding-left: 60px;
    }
    .nav-pasos-mobile .paso-2-mb
    {
        display: block !important;
        width: 100%;
        height: 40px;
        list-style: none;
        background: url(../img/MOBILE/01-pago-paso-2.png) 10px 0px no-repeat;
        color: #7EAD00;
        line-height: 40px;
        font-family: sans-serif;
        font-size: 16px;
        font-weight: bold;
        padding-left: 60px;
    }
    .nav-pasos-mobile .paso-3-mb
    {
        display: block !important;
        width: 100%;
        height: 40px;
        list-style: none;
        background: url(../img/MOBILE/01-pago-paso-3.png) 10px 0px no-repeat;
        color: #7EAD00;
        line-height: 40px;
        font-family: sans-serif;
        font-size: 16px;
        font-weight: bold;
        padding-left: 60px;
    }
    .arrow-mb
    {
        display: block !important;
        width: 30px;
        height: 10px;
        margin-left: 80px;
        background: url(../img/MOBILE/arrow.png) 0px 0px no-repeat;
    }
    .bar-paso-1, .bar-paso-2, .bar-paso-3
    {
        display: block;
        text-align: center;
        color: #ffffff;
        max-width: 100%;
        height: auto;
        overflow: hidden;
        background: none;
        background-color: #7EAD00;
        line-height: 20px;
        font-size: 18px;
        padding: 8px 0;
    }
    .section-paso
    {
        display: block;
        position: relative;
        width: 98%;
        height: auto;
        overflow: hidden;
        margin: auto;
        padding-bottom: 5px;
    }
    .section-paso form label
    {
        display: block;
        width: 95%;
        height: auto;
        overflow: visible;
        margin: auto;
        margin-top: 15px;
        padding: 0 5px;
        color: #666666;
    }
    .section-paso form label p, .section-paso form label input
    {
        display: block;
        position: relative;
    }
    .section-paso form label p
    {
        width: 100%;
        height: 35px;
        font-size: 16px;
    }
    .section-paso form label input
    {
        width: 100%;
        margin: auto;
        height: 30px;
        color: #666666;
        font-size: 14px;
    }
    .center-label
    {
        display: block;
        width: 95%;
        height: auto;
        overflow: hidden;
        margin: auto;
        margin-top: 15px;
        padding: 0;
        color: #666666;
    }
    .label-tel
    {
        display: inline-block !important;
        float: left !important;
        width: 49% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .label-ext-tel
    {
        display: inline-block !important;
        float: left !important;
        width: 48% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 5px 0 0 !important;
    }
    .label-ext-tel
    {
        margin-left: 1% !important;
    }
    .label-tel input
    {
        display: block !important;
        width: 90% !important;
        margin: 0 !important;
    }
    .label-ext-tel p
    {
        width: 60px !important;
    }
    .label-ext-tel input
    {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .alert-form p
    {
        font-size: 18px;
    }
    .alert-form2
    {
        display: none;
        text-align: center;
        background: url(../img/alert-icon.png) 20px 5px no-repeat #ff0000;
        color: #ffffff;
        max-width: 100%;
        height: auto;
        overflow: hidden;
        text-align: center;
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
        padding: 5px 0;
        margin-top: 20px;
    }
    .alert-form2 p
    {
        font-size: 16px;
        line-height: 18px;
    }
    .alert-form-green
    {
        display: none;
        text-align: center;
        background: url(../img/alert-verde.jpg) 20px 5px no-repeat #ff0000;
        color: #ffffff;
        max-width: 100%;
        height: auto;
        overflow: hidden;
        text-align: center;
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
        padding: 5px 0;
        margin-top: 20px;
    }
    .alert-form-green p
    {
        font-size: 16px;
        line-height: 18px;
    }
    
    .Banner #butommain{
        width: 60%;
        height: 40px;
        background: linear-gradient(to right, #1A91CF 0%,#1A91CF 45px,#00609C 10%,#00609C 60%,#00609C 100%);
    }
        
    .select-2
    {
        width: 101%;
        background-image: url(../img/down.jpg);
        background-position: 99% 0px;
        background-repeat: no-repeat;
        background-size: 30px 30px;
        height: 35px;
        color: #666666;
        font-size: 14px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .select-3
    {
        width: 32.5%;
        background-image: url(../img/down.jpg);
        background-position: 99% 0px;
        background-repeat: no-repeat;
        background-size: 30px 30px;
        height: 35px;
        color: #666666;
        font-size: 14px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .intro-slide.left
    {
        width: 100%;
        text-align: center;
    }
        
    .intro-slide.center {
        margin: 15px;
    }
    
    .intro-slide b
    {
        color: #000000;
    }
    
    .intro-slide2 b
    {
        color: #000000;
    }

    .table-cet tr td:first-child
    {
        color: #000000;
    }

    .table-cet-2
    {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0;
        margin-top: 20px;
        border: none;
    }
    .title-table
    {
        display: block;
        width: 100%;
        height: 35px !important;
        border: none;
        background-color: #00629B;
        color: #ffffff;
        text-align: center;
        line-height: 35px !important;
    }
    .title-table td
    {
        border: none;
        color: #ffffff;
        text-align: center !important;
        padding: 0 !important;
    }
    .title-table td:first-child
    {
        border-right: solid 1px #FFFFFF;
    }
    .table-cet-2 tr
    {
        display: block;
        width: 100%;
        height: 25px;
        border: none;
        color: #666666;
        line-height: 25px;
    }
    .table-cet-2 tr td:first-child
    {
        width: 150px;
        height: 100%;
        text-align: center;
        padding: 0 !important;
    }
    .table-cet-2 tr td
    {
        width: 250px;
        height: 100%;
        text-align: left;
        padding-left: 10px;
    }
    .content-tables
    {
        display: block;
        width: 100%;
        margin: auto;
        height: auto;
        overflow: hidden;
        background-color: #FFFFFF;
        padding: 0px;
    }
        
    .table-cet-2
    {
        display: block;
        width: 400px;
        height: auto;
        margin: auto;
        margin-top: 20px;
        border: none;
    }
    .title-table
    {
        display: block;
        width: 100%;
        height: 35px !important;
        border: none;
        background-color: #00629B;
        color: #ffffff;
        text-align: center;
        line-height: 35px !important;
    }
    .title-table td
    {
        border: none;
        color: #ffffff;
        text-align: center !important;
        padding: 0 !important;
    }
    .title-table td:first-child
    {
        border-right: solid 1px #FFFFFF;
    }
    .table-cet-2
    {
        width: 320px;
    }
    .table-cet-2 tr
    {
        display: block;
        width: 320px;
        height: auto;
        overflow: hidden;
        padding: 5px;
        border: none;
        color: #666666;
        line-height: 14px;
    }
    .table-cet-2 tr td:first-child
    {
        width: 160px;
        height: 100%;
        text-align: center;
        padding: 0 !important;
    }
    .table-cet-2 tr td
    {
        width: 160px;
        height: 100%;
        text-align: left;
        padding-left: 10px;
    }
    .pago-deposito-00
    {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 10px;
        color: #000;
        background-color: #BABABA;
    }
    .pago-deposito-00 p
    {
        display: block;
        float: left;
        width: 100%;
        margin: auto;
        height: auto;
        overflow: hidden;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #000;
        line-height: 18px;
    }
    .pago-deposito-00 p span
    {
        text-decoration: underline;
    }
    .diligencia-pago
    {
        display: block;
        width: 95%;
        margin: auto;
        padding: 0;
        height: auto;
        overflow: hidden;
    }
    .diligencia-pago div
    {
        display: inline-block;
        float: left;
    }
    .txt-diligencia
    {
        width: 55%;
        height: auto;
        overflow: hidden;
        padding: 5px;
        font-family: sans-serif;
        font-size: 13px;
        line-height: 15px;
        color: #666;
    }
    .txt-diligencia p
    {
        margin-top: 15px;
    }
    .btn-diligencia
    {
        width: auto;
        height: auto;
        margin-left: 20px;
        margin-top: 10px;
        overflow: hidden;
    }
}

@media screen and (max-width: 415px) {
    
    #banner-indexblue {
        height: 90px;
    }
    
    .alert-form p {
        font-size: 14px;
    }
    
    #tooltipdiv {
        width: 100%;
    }

    .intro-slide {
        font-size: 14px;
    }
    
    .input-inline.left .intro-slide.min {
        font-size: 13px;
    }
    
    #logo{
        height: 80px;
        background: -moz-linear-gradient(left, #fff 40%, #8ebe50 60%, #68a70e 90%, #66A60B 100%);-o-linear-gradient
        background: -moz-linear-gradient(left, #fff 35%, #8ebe50 50%, #68a70e 85%, #66A60B 100%);-o-linear-gradient
        background: -moz-linear-gradient(left, #fff 35%, #8ebe50 50%, #68a70e 85%, #66A60B 100%);-o-linear-gradient
        background: -moz-linear-gradient(left, #fff 35%, #8ebe50 50%, #68a70e 85%, #66A60B 100%);-o-linear-gradient
        justify-content: ;
        justify-content: space-between;
    }
    
    #title{
        font-size: 20px;
        width: 35%;
    }
    
    .bread{
        margin-top: 30px !important;
    }
    
    .tipo-persona .content-check div:first-child{
        width: 210px;
        padding-left: 10px;
    }
    
    .tramitador .content-check div:first-child {
        width: 210px;
        height: 60px;
        line-height: 20px;
    }
    
    .documento .identificacion-d {
        width: 100% !important;
    }
    
    .documento .doc_dos {
        width: 98%;
        margin: auto;
    }

    .select-4 {
        margin-left: 0;
    }

    #logo img {
    height: 40px;
    margin: 0px 0px 0px 1px;
    }
    
    #banner-indexblue p {
        font-size: 14px;
    }
    
    .Banner {
        flex-flow: column nowrap;
        margin: 0px 0px 20px 0px;
    }
    
    .Banner #butommain {
        width: 100%;
        height: 33px;
        background: linear-gradient(to right, #1A91CF 0%,#1A91CF 35px,#00609C 35px,#00609C 60%,#00609C 100%) !important;
    }
    
    .Banner #butommain img {
        margin: 0% 2% 0% 2%;
        height: 27px;
        width: 27px;
    }

    .Banner #butommain .tooltiptext {
        width: 75%;
        margin: -20% 0px 0px 0px;
    }
    
    #menu {
        position: absolute;
        width: 100%;
        background-color: #004773E8;
        height: 225px;
    }
    
    #menu ul li .menu {
        background: -moz-linear-gradient(to right, #1b91cf 0%,#1b91cf 55px, 55px,#00609C 60%,#00609C 100%);
        background: -webkit-linear-gradient(to right, #1b91cf 0%,#1b91cf 55px, 55px,#00609C 60%,#00609C 100%);
        background: linear-gradient(to right, #1b91cf 0%,#1b91cf 55px, 55px,#00609C 60%,#00609C 100%);
        height: 50px;
    }
    
    #menu ul li .menu img {
        height: auto;
        width: 32px;
        margin: 0px 20px 0px 10px;
    }
    
    .enlaces .green-btn {
        width: 135px;
        height: 40px;
        background: -moz-linear-gradient(to right, #9C6 0%, #9C6 45px, #66A60B 45px,#66A60B 60%,#66A60B 100%);
        background: -webkit-linear-gradient(to right, #9C6 0%, #9C6 45px, #66A60B 45px,#66A60B 60%,#66A60B 100%);
        background: linear-gradient(to right, #9C6 0%, #9C6 45px, #66A60B 45px,#66A60B 60%,#66A60B 100%);
    }
    
    .enlaces .blue-btn {
        width: 135px;
        height: 40px;
        background: #00609C;
        background: -moz-linear-gradient(to right, #4D90BA 0%, #4D90BA 45px, #00609C 45px,#00609C 60%,#00609C 100%);
        background: -webkit-linear-gradient(to right, #4D90BA 0%, #4D90BA 45px, #00609C 45px,#00609C 60%,#00609C 100%);
        background: linear-gradient(to right, #4D90BA 0%, #4D90BA 45px, #00609C 45px,#00609C 60%,#00609C 100%);
    }
    
    .enlaces button .icon {
        width: 30px;
        height: 30px;
    }
    
    .enlaces button span {
        width: 67%;
        font-size: 15px;
    }
    
    .txt-diligencia {
        width: 36%;
        height: auto;
        overflow: hidden;
        padding: 5px;
        font-family: sans-serif;
        font-size: 13px;
        line-height: 15px;
        color: #666;
    }
    .btn-diligencia {
        width: auto;
        height: auto;
        overflow: hidden;
        margin-left: 20px;
        margin-top: 20px;
    }
    .head-msg {
        display: block;
        position: relative;
        max-width: 320px;
        height: 42px;
        background: url(../img/alert-msg.png) 0px 0px no-repeat;
        background-size: 100%;
    }
    .til-msg-1 {
        color: #d90000;
        font-size: 22px;
        line-height: 24px;
        font-family: sans-serif;
        text-align: center;
        width: 320px;
        margin: auto;
        margin-top: 10px;
    }
    .msg-pago .txt-msg-1, .msg-pago-dos .txt-msg-1 {
        color: #666666;
        font-size: 15px;
        line-height: 17px;
        font-family: sans-serif;
        text-align: center;
        width: 320px;
        margin: auto;
        margin-top: 0px;
    }
    .txt-msg-2 {
        color: #666666;
        font-size: 15px;
        line-height: 17px;
        font-family: sans-serif;
        text-align: center;
        width: 80%;
        font-weight: bold;
        margin: auto;
        margin-top: 0px;
    }
    .medium {
        width: 95%;
    }
    .select-3 {
        width: 31.5%;
        background-image: url(../img/down.jpg);
        background-position: 99% 0px;
        background-repeat: no-repeat;
        background-size: 30px 30px;
        height: 35px;
        color: #666666;
        font-size: 14px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    
    .intro-slide.center {
        margin: 0px;
    }
    
    
    .select {
        width: 205px;
        height: 35px;
        font-size: 120%
    }
    
    .intro-slide.footer {
        font-size: 12px;
    }
    
    .g-recaptcha {
        transform: scale(0.8);
    }
    
    div #rc-imageselect {
        transform: scale(0.6) !important;
    }
    
    .input-num {
        width: 200px;
        height: 30px;
    }
    
    footer {
        font-size: 11px;
    }
    
}

@media not all and (min-resolution:.001dpcm) { @media {
    /*
      clase unicamente para safari permite controlar la posicion del footer y controlar issue de presentancion
     */
    .page-wrapper {
        margin-bottom: 90px;
        height: 100vh;
    }

     footer {
         width: 100%;
         position: fixed;
         bottom: 0px;
     }
}}