#body {
    display: none;
}

select {
    display: block !important;
}
#div-otros{
    display: none;
}

#inicio {
    background-image: url('./images/creativo.jpg');
    height: 156px;
    color: white;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0px;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
    align-items: center;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	display:none;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: auto;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
option{
    
    width: 2px;
    border: 1px solid transparent;
    border-color: transparent transparent red transparent;
    font-size: 15px;
    white-space: pre;
    margin-left: -1000px !important;
}
.closemodal {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.closemodal:hover { background: #00d9ff; }
.modalDialog > div {
    width: 400px;
    position: relative;
    font-weight: 700;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;

}
.close{
    width: 25%;
    height: 22%;
    background: transparent;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: end;
}
input:disabled{
    color: black !important;
}
label{
    color: black !important;
}
.logout{
    background-color: transparent;
     border: none;
      cursor: pointer;
}

#curtain {
    background: #1d5d95cc;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#card {
    width: 100%;
}
#card-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.habilidades,
.idiomas {
    display: flex;
}

#option {
    float: none;
    margin: 0px;
}

.page-footer {
    background-image: url('./images/creativo.jpg');
    padding-top: 0px !important;
}

.footer-copyright {
    background: #1d5d95cc !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.vis {
    opacity: 0;
}

@media only screen and (max-width: 600px) {
    #test3 {
        flex-direction: column;
        align-items: center;
    }
    #visima,
    #cv2 {
        width: 87% !important;
    }
    .responsive {
        width: 100% !important;
    }
    #card {
        width: 100%;
    }
    .vis {
        opacity: 1 !important;
    }
}

#obligatorio {
    color: red;
}

#curtain>h1 {
    color: white;
}

.container {
    opacity: 1;
}

.somb {
    border: 0px;
    box-shadow: 0 0 black;
}

.tabs-content.carousel.carousel-slider {
    transition: height 500ms;
}

.tabs .indicator {
    background-color: #1C6EA4 !important;
}

#cedula {
    z-index: -1;
}

#imagencv {
    color: transparent;
    width: 91px;
}

#fileimage {
    width: 55%;
    color: black;
}

#visima,
#cv2 {
    display: flex;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #1d5d95cc;
    margin: .5rem 0 1rem 0;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    height: 58%;
    width: 47%;
}

#visualizar,
#visualizar2 {
    width: 100%;
}

.prev {
    width: 100% !important;
    height: 75% !important;
    left: auto !important;
    right: auto !important;
    display: flex !important;
    justify-content: center !important;
}

#cv {
    width: 188px;
    height: 88%;
}

#acerca1,#acerca2,#acerca3,
#textarea1 {
    height: 126.5px;
    border: 3px solid #1C6EA4;
    display: flex;
    justify-content: center;
    text-align: center;
}
#bienvenido{
    display: none;
    flex-direction: column;
}

#acerca1,#acerca2,#acerca3 {
    height: 45px !important;
}

#row {
    margin-bottom: 0px;

}

#test1 {
    height: 90vh;
}

#test3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 430px !important;
}

a:focus {
    background-color: #38333c3d !important;
}

#probando {
    display: flex;
    justify-content: space-between;
}

#as {
    color: #7dff2c;
}


/*
---------------------------------------------------------------------------------
	STRIPPED DOWN RESUME TEMPLATE
    html resume

    v0.9: 5/28/09

    design and code by: thingsthatarebrown.com 
                        (matt brown)
---------------------------------------------------------------------------------
*/

.msg {
    padding: 10px;
    background: #222;
    position: relative;
}

.msg h1 {
    color: #fff;
}

.msg a {
    margin-left: 20px;
    background: #408814;
    color: white;
    padding: 4px 8px;
    text-decoration: none;
}

.msg a:hover {
    background: #266400;
}


/* //-- yui-grids style overrides -- */

body {
    font-family: Georgia;
    color: #444;
}

#inner {
    padding: 10px 80px;
    margin: 80px auto;
    background: #f5f5f5;
    border: solid #666;
    border-width: 8px 0 2px 0;
}

.yui-gf {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #ccc;
}


/* //-- header, body, footer -- */

#hd {
    margin: 2.5em 0 3em 0;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #ccc
}

#hd h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
}

#bd,
#ft {
    margin-bottom: 2em;
}


/* //-- footer -- */

#ft {
    padding: 1em 0 5em 0;
    font-size: 92%;
    border-top: 1px solid #ccc;
    text-align: center;
}

#ft p {
    margin-bottom: 0;
    text-align: center;
}


/* //-- core typography and style -- */

#hd h1 {
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

h2 {
    font-size: 152%
}

h3,
h4 {
    font-size: 122%;
}

h1,
h2,
h3,
h4 {
    color: #333;
}

p {
    font-size: 100%;
    line-height: 18px;
    padding-right: 3em;
}

a {
    color: #990003
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: bold;
}

li {
    line-height: 24px;
    border-bottom: 1px solid #ccc;
}

p.enlarge {
    font-size: 144%;
    padding-right: 6.5em;
    line-height: 24px;
}

p.enlarge span {
    color: #000
}

.contact-info {
    margin-top: 7px;
}

.first h2 {
    font-style: italic;
}

.last {
    border-bottom: 0
}


/* //-- section styles -- */

a#pdf {
    display: block;
    float: left;
    background: #666;
    color: white;
    padding: 6px 50px 6px 12px;
    margin-bottom: 6px;
    text-decoration: none;
}

a#pdf:hover {
    background: #222;
}

.job {
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
}

.job h4 {
    position: absolute;
    top: 0.35em;
    right: 0
}

.job p {
    margin: 0.75em 0 3em 0;
}

.last {
    border: none;
}

.skills-list {}

.skills-list ul {
    margin: 0;
}

.skills-list li {
    margin: 3px 0;
    padding: 3px 0;
}

.skills-list li span {
    font-size: 152%;
    display: block;
    margin-bottom: -2px;
    padding: 0
}

.talent {
    width: 32%;
    float: left
}

.talent h2 {
    margin-bottom: 6px;
}

#srt-ttab {
    margin-bottom: 100px;
    text-align: center;
}

#srt-ttab img.last {
    margin-top: 20px
}


/* --// override to force 1/8th width grids -- */

.yui-gf .yui-u {
    width: 80.2%;
}

.yui-gf div.first {
    width: 12.3%;
}