.row { margin: 0; padding: 0 }






.navbar-custom {
    background: #d0dae6;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}


.navbar-custom .navbar-nav li.active a, .navbar-custom .navbar-nav li.active a:active, .navbar-custom .navbar-nav li.active a:focus, .navbar-custom .navbar-nav li.active a:hover {
    color: #fff;
    background: #18BC9C;
}

.navbar-custom .navbar-nav li a {
    color: #666;
    text-align: center;
}

.navbar-custom .navbar-nav li a:hover {
    color: #18BC9C;
}

.navbar-custom.affix{
    top: 0px; /* Set the top position of pinned element */
    z-index: 9999;
    width: 100%;
}


@media (min-width:768px) {
    .navbar-custom 
    {
	    padding: 10px 0;
	    -webkit-transition: padding .3s;
	    -moz-transition: padding .3s;
	    transition: padding .3s;
	}
	.navbar-custom.affix 
	{
    	padding: 0px 0;
	}

}







/**************
	HEADER
**************/
header {
    text-align: center;
    background: #fff;
    color: #000;
}


header .datos-personales
{
	font-family:verdana, arial, sans-serif;
    letter-spacing: 0.2em;
    font-weight: normal;
}

header .frase-dia
{
	font-size: 12px;
	padding-top: 10px;
}

header .datos-personales .nombre {
    font-size: 1.3em;
}
header .datos-personales .estudios {
    font-size: 1em;
}
@media (min-width:768px) {

	header .datos-personales .nombre {
	    font-size: 2em;
	}
	header .datos-personales .estudios {
	    font-size: 1.3em;
	    padding-left: 1em;
	}
}





hr
{
	background-color: #d0dae6;
	height: 3px;
	margin: 10px 0;
}


.centrado
{
	text-align: center;
	margin: 0 auto;
}

.justificado
{
	text-align: justify;
}

.derecha
{
	float: right;
	margin-left: 20px;
}

.izquierda
{
	float: left;
	margin: 10px 0 0 20px;

}


#sobre-mi
{
	background-color: #eee;
	padding: 10px 0;
	text-align: justify;
}

#sobre-mi img
{
	border: 7px solid #fff;
}


ul.redes-sociales
{
	margin-top: 10px;
}

ul.redes-sociales li a
{
	display: block;
    background-color: #d0dae6;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #666;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-align: center;
}


ul.redes-sociales li a:active,
ul.redes-sociales li a:focus,
ul.redes-sociales li a:hover
{
	background-color:#333;
	color: #fff;
}



h2
{
	font-weight: 700;
}

#proyectos
{
	padding-top: 50px;
	padding-bottom: 50px;
}

#proyectos p
{
	text-align: justify;
}















.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #d0dae6;
    left: 40px;
    margin-left: -1.5px;
}
.timeline>li {
    margin-bottom: 50px;
    /*Iván*/
    margin-top: 20px;
    position: relative;
    min-height: 50px;
}
.timeline>li:after, .timeline>li:before {
    content: " ";
    display: table;
}
.timeline>li:after {
    clear: both;
}
.timeline>li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left;
}
.timeline>li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline>li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline>li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    color: #666;
    /*border-radius: 100%;*/
    border: 7px solid #d0dae6;
    text-align: center;
    overflow: hidden;
}
.timeline>li .timeline-image h4 {
    font-size: 10px;
    margin-top: 12px;
    line-height: 14px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline>li:last-child {
    margin-bottom: 0;
}
.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
    font-weight: bolder;
}
.timeline .timeline-heading h4.subheading {
    text-transform: none;
    font-weight: normal;
}
.timeline .timeline-body>p, .timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media (min-width:768px) 
{
    .timeline:before 
    {
    	left: 50%
    }
	.timeline>li 
	{
    	margin-bottom: 100px;
    	min-height: 100px;
	}

.timeline>li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
}
.timeline>li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
}
.timeline>li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
}
}
@media (min-width:992px) {
    .timeline>li .timeline-panel, .timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 20px 20px;
}
.timeline>li {
    min-height: 150px;
}
.timeline>li .timeline-image {
    width: 150px;
    /*height: 150px;*/
    margin-left: -75px;
}
.timeline>li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
}
}
@media (min-width:1200px) {
    .timeline>li {
    /*min-height: 170px;*/
    min-height: 140px;
}
.timeline>li .timeline-panel {
    padding: 0 60px 20px 100px;
}
.timeline>li .timeline-image {
    /*width: 170px;
    height: 170px;
    margin-left: -85px;
    */
    width: 239px;
    height: 153px;
    margin-left: -120px;
}
.timeline>li .timeline-image h4 {
    margin-top: 40px;
}
.timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 100px 20px 60px;
}
}











.portfolio-link .portfolio-hover {
    background: rgba(208, 218, 230, .9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
}
.portfolio-link .portfolio-hover:hover {
    opacity: 1;
}
.portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -20px;
    color: #fff;
}
.portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -20px;
}





/* ventanas modales */
.portfolio-modal .modal-dialog {
    margin: 0;
    height: 100%;
    width: auto;
}
.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 60%;
    padding: 30px 0;
    margin-top: 70px;
	text-align: center;
}
.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;

}
.portfolio-modal .modal-content h4 {
    font-size: 2em;
    clear:both;
}

.portfolio-modal .modal-content p, h5, ul {
    margin-bottom: 30px;
    text-align: justify;
}

.portfolio-modal .modal-content img {
    margin-bottom: 20px;
}
.portfolio-modal .close-modal {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}
.portfolio-modal .close-modal:hover {
    opacity: .3;
}
.portfolio-modal .close-modal .lr {
    height: 40px;
    width: 1px;
    margin-left: 35px;
    background-color: #222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
    height: 40px;
    width: 1px;
    background-color: #222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052;
}

.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
}



.videos
{
	margin: 0.8em 0 0.8em -1.5em !important;
}

.video
{
	list-style: none;
	margin: 0 0.6em 1.5em 0.6em;
	float: left;
}




/* contactoo */
section#contacto {
    padding: 25px 0;
	background-color: #aaa;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
    
}
section#contacto .fondoContacto
{

}
section#contacto .section-heading {
    color: #fff;
}
section#contacto .form-group {
    margin-bottom: 25px;
}
section#contacto .form-group input, section#contacto .form-group textarea {
    padding: 20px;
}
section#contacto .form-group input.form-control {
    height: auto;
}
section#contacto .form-group textarea.form-control {
    height: 236px;
}
section#contacto .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}
section#contacto ::-webkit-input-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}
section#contacto :-moz-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}
section#contacto ::-moz-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}
section#contacto :-ms-input-placeholder {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}
section#contacto .text-danger {
    color: #e74c3c;
}



footer {
    padding: 10px 0;
    text-align: left;
}

footer ul
{
	text-align: right;
}

