/* GENERAL STYLES */

.bordo {
    background: #B92846;
	padding: 50px 0 !important;
}

.grey {
    background: #EEEEEE;
	padding: 50px 0 !important; 
}

.bordo p {
    color: #FFF;
}

#content p img.alignright {float:right; margin:0 0 1em 1em}
#content p img.alignleft {float:left; margin:0 1em 0em 0}
#content p img.aligncenter {display: block; margin-left: auto; margin-right: auto}
#content p .alignright {float:right; }
#content p .alignleft {float:left; }
#content p .aligncenter {display: block; margin-left: auto; margin-right: auto}
#content .alignleft {
  float: left;
  margin-right: 10px;
  }

body h4 {
    color: #B82646;
    margin-bottom: 5px;
}

/* Section Style */

#featured-image {
    height: 199px;
    overflow: hidden;
    position: relative;
}

#featured-image .container {
    height: 199px;
}

#featured-image img {
    min-width: 100%;
    position: absolute;
    z-index: -1;
	height:100%;
}

#featured-image img.featured { 
    margin-left: -820.5px;
    left: 50%;
}

#breadcrumbs {
    padding-top: 65px;
    color: #FFF;
}

#breadcrumbs a, #breadcrumbs {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    padding-right: 4px;
    padding-left: 4px;
}

#breadcrumbs strong {
    font-weight: 100;
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 100%;
}

#aproach {
    border-bottom: 1px solid #CCC;
}

#aproach p {
    font-size: 25px;
    font-weight: 100;
}

#aproach .text-center {
    padding: 20px 60px;
}

.section-subtitle {
    font-weight: 600;
    color: #1F3B66;
    font-size: 20px;
    width: 29%;
}

.page section, .single section {
    padding: 40px 0;
}

/* SERVICIOS */

.page .serv .text {
    padding: 15px;
}

.page .serv .text p {
padding: 0px;
font-size: 16px;
}

.page .serv:hover .text p {
    color: #FFF;
}

.page .serv .btn-primary {
    width: 90%;
    margin-bottom: 22px;
}

#middle-text p {
    font-size: 30px;
    font-weight: 100;
    padding: 30px;
    margin-bottom: 0;
}

.page .nav-tabs {
    border-bottom: none;
}

.page .nav-tabs>li {
    width: 50%;
}

.page .nav-tabs>li>a {
    border-radius: 0;
    font-size: 19px;
    font-weight: bold;
    color: #1F3B66!important;
    padding: 25px 40px;
}

.page .nav-tabs li.active a {
    border-right: none;
}
.page .nav-tabs li:last-child.active a {
    border-left: none;
    border-right: 1px solid #DDD;
} 

.page .nav-tabs li a {
    background: #F3F3F3;
    border: 1px solid #DDD;
    margin-right: 0;
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
}

.page .nav-tabs>li>a:hover {
    border-color: none;
    background: #CCC;
}

.page .tab-content {
    background: #FFF;
    border: 1px solid #DDD;
    padding: 25px 40px;
    float: left;
    width: 100%;
}

.tab-content h3 {
    font-weight: 100;
    font-weight: 200;
    font-size: 24px;
    margin: 0;
}

.tab-content img {
    margin-top: 25px;
}

.tab-content ul {
    float: left;
    margin-top: 30px;
}

.page .tab-content ul li {
    list-style-type: square;
    margin-bottom: 5px;
}

.tab-content ul.beneficios-list {
    margin-left: 0;
}

.tab-content ul.beneficios-list li {
    list-style-type: none;
}

.tab-content ul.beneficios-list li {
    counter-increment: item; 
    height: 34px;
}

.tab-content ul.beneficios-list li:before { 
    content: counter(item) " ";
    position: relative;
    right: 14px;
    z-index: 10;
    color: #FFF;
    top: 1px;
}
.tab-content ul.beneficios-list li::after {
    display: block;
    width: 25px;
    height: 25px;
    background: #1F3C66;
    content: "";
    position: relative;
    top: -21px;
    left: -22px;
    border-radius: 50%;
}

/* SERVICIO INTERNA */

#interes {
    margin-top: 50px;
    margin-bottom: 50px;
    }
#interes span {
    font-size: 14px;    
    display: block;
    width: 80%;
}
#interes a {
    width: 81%;
    background: #4C6385;
    color: #FFF;
    margin-top: 12px;
    padding: 12px;
}
#interes a:hover {
    background: #1F3C66;
}

#featured-image .icon {
    position: absolute;
    top: 56px;
    background: #1F3C66;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 95px;
}

#featured-image .icon img {
    position: static;
    max-width: 80%;
    min-width: inherit;
    max-height: 80%;
}

.single #breadcrumbs {
    margin-left: 115px;
}

.title-ancestor {
    color: #666666;
    font-weight: 500;
    font-size: 22px;
    padding-bottom: 12px;
}

.sidebar ul {
    padding-left: 0;
    list-style-type: none;
}

.sidebar .title-ancestor.second {
    margin-top: 30px;
}

.sidebar a {
    color: #666;
    font-size: 18px;
    font-weight: 200;
    display: inline-block;
}
.sidebar a:hover {
    text-decoration: none;
}

.sidebar li {
    display: inline-block;
    width: 100%;
}

.sidebar li .fa {
    position: relative;
    left: -10px;
}

.sidebar li a {
    padding: 12px 25px;
    width: 80%;
    color: #666;
    border-top: 1px solid #CCCCCC;
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
}

.sidebar li:last-child a {
    border-bottom: 1px solid #CCC;
}

.sidebar .current-menu-item a, .sidebar .current_menu_item a:hover {
    background: #B92846;
    color: #FFF;
}

.sidebar li a:hover {
    background: #EEE;
}

.single .blocks {
    margin-top: 45px;
}

.single .blocks img {
    margin-bottom: 15px;
}

.single .blocks p {
    font-size: 15px;
}

.single .blocks p strong {
    font-weight: 500;
    display: block;
}

.blocks .col-md-4 {
    margin-bottom: 45px;
}

.servicio-content ul {
    padding-left: 120px;
}   

.servicio-content ul li {
    color: #666;
    font-size: 16px;
    list-style-type: decimal;
}

.servicio-content table td {
    width: 50%!important;
}

/* EMPRESA */

.section-subtitle.empresa {
    width: 37%;
}

#mision .title {
    font-weight: 600;
    font-size: 18px;
}

#mision h4 {
    font-weight: 200;
    font-size: 28px;
    margin-bottom: 15px;
    width: 80%;
}

#vision .title {
    font-weight: 600;
    font-size: 18px;
    color: #FFF;
    margin-top: 30px;
}

#vision h4 {
    font-weight: 200;
    font-size: 28px;
    margin-bottom: 15px;
    color: #FFF;
    width: 80%;
}

#vision .col-md-10 {
    padding-left: 40px;
}

#valores {
    border-bottom: 1px solid #CCC;
}

.section-subtitle.valores {
    width: 35%;
    margin-bottom: 40px;
}

.valor .bottom {
    background: #B92846;
    height: 95px;
    border-radius: 0 0 6px 6px;
}

.valor .bottom img {
    float: left;
    margin: 25px 20px;
}

.valor .bottom .title {
    float: left;
    color: #FFF;
    font-size: 23px;
    line-height: 100%;
    font-weight: 200;
    padding-top: 35px;
}

.valor.last .bottom .title {
    padding-top: 25px;
}

.valor .image {
    min-width: 100%;
    border-radius: 6px 6px 0 0;
}

.valor {
    position: relative;
}

.valor .hover {
    background: #1F3C66;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    padding-top: 50px;
    color: #FFF;
    opacity: 0;
}

.valor:hover .hover {
    opacity: 1;
}

.valor .hover p {
    color: #FFF;
    font-size: 14px;
    padding: 15px;
}

.valor .hover .circle {
    background: #B92846;
    display: table-cell;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    position: relative;
    left: 100px;
}

.valor .hover .title {
    font-size: 17px;
    padding-top: 15px;
}

.section-subtitle.principios {
    width: 27%;
    margin-bottom: 40px;
}

#principios .principio {
    width: 80%;
    background: url(images/tilde-bullet.png) 20px center no-repeat #FFF;
    padding: 20px;
    border: 1px solid #CCC;
    margin-bottom: 25px;
    position: relative;
}
#principios .principio:last-child .border {
    display: none;
}

#principios .principio p {
    margin-bottom: 0;
    padding-left: 45px;
}

.principio .border {
    width: 1px;
    height: 25px;
    background: #CCC;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -0.5px;
    bottom: -26px;
}

#nosotros {
    border-top: 1px solid #CCC;
}

#nosotros .title {
    font-weight: 600;
    font-size: 18px;
    color: #B82646;
}

#nosotros h4 {
    font-weight: 700;
    font-size: 21px;
    margin-top: 0;
}

#nosotros h4:before {
    /*content: '';*/
    display: block;
    width: 60px;
    height: 1px;
    background: #B82646;
    position: relative;
    top: -5px;
}

#nosotros p {
    margin-bottom: 20px;
}

#nosotros .socials {
    padding-left: 0;
    margin-top: 15px;
}

#nosotros .socials li {
    list-style-type: none;
    display: inline-block;
}

#nosotros .socials li a {
    font-size: 22px;
    border: 1px solid #CCC;
    border-radius: 50%;
    display: inline-block;
    width: 39px;
    height: 39px;
    color: #CCC;
}

#nosotros .socials li a:hover {
    background: #CCC;
    color: #FFF;
}

#nosotros li a .fa-linkedin {
    position: relative;
    top: 2px;
}

#nosotros li a .fa-twitter {
    position: relative;
    top: 4px;
}

.herramienta {
    background: #FFF;
    display: inline-block;
    border:1px solid #CCC;
    padding: 30px 10px;
}

#herramientas .logo-container {
    min-height: 367px;
    border: 1px solid #CCC;
    text-align: center;
    line-height: 365px;
}

.herramienta .title {
    font-size: 30px;
    font-weight: 100;
    color: #1F3966;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.herramienta .title:after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #1F3966;
    position: relative;
    top: 7px;
}

#herramientas .herramienta.last {
    margin-top: 40px;
}

#herramientas .herramienta.last .logo-container {
    min-height: 260px;
    line-height: 260px;
}

#clientes a {
width: 100%;
display: inline-table;
margin-bottom: 30px;
}

#clientes a:hover {
    text-decoration: none;
}

#clientes .cliente {
    background: #FFF;
    min-height: 319px;
    border: 1px solid #CCC;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 319px;
    position: relative;
}

#clientes .cliente span:before {
    content: '';
    width: 90%;
    height: 1px;
    background: #CCC;
    display: block;
    margin: auto;
    top: -20px;
    position: relative;
}

#clientes .cliente span {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    bottom: 25px;
    color: #666666;
}

#clientes .cliente p {
    opacity:0;
    color: #666;
    position: absolute;
    top: 135px;
    transition: all 0.2s ease-out ;
    -webkit-transition: all 0.2s ease-out ;
    -moz-transition: all 0.2s ease-out ;
}

#clientes .cliente img {
position: relative;
top: 0px;
max-width: 68%;
height: auto;
}

#clientes .cliente img, #clientes .cliente span {
    opacity: 0.6;
}

#clientes .cliente:hover img, #clientes .cliente:hover span {
    opacity: 1;
}

#clientes .cliente:hover img {
    top: -80px;
}

#clientes .cliente:hover p {
    display: block;
    opacity: 1;
}

#contacto .title {
    font-size: 30px;
    color: #1F3966;
    font-weight: 100;
}

#contacto .title:after {
    width: 35px;
    content: '';
    display: block;
    height: 1px;
    background: #1F3966;
    position: relative;
    top: 15px;
}

#contacto ul {
    padding-left: 0;
    margin-top: 40px;
}

#contacto ul li {
    list-style-type: none;
    margin-bottom: 40px;
    clear: both;
    float: left;
    color: #666;
    text-indent: 15px;
    width: 100%;
}

#contacto ul li a {
    width: 50px;
    height: 50px;
    display: table-cell;
    border-radius: 50%;
    border: 1px solid #1F3C66;
    text-align: center;
    vertical-align: middle;
    transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
}

#contacto ul li a:hover {
    background: #B92846;
    border-color: #B92846;
}

#contacto ul li a:hover.fa {
    color: #FFF;
} 

#contacto ul li.fa {
    font-size: 16px;
}

#contacto ul span {
    padding-left: 8px;
    font-size: 14px;
    color: #666;
    top: -2px;
    position: relative;
}

#contacto form {
    margin-top: 40px;
}

#contacto input {
    height: 49px;
}

#contacto textarea {
    height: 108px;
} 

#contacto .btn-primary {
    color: #FFF;
    width: 100%;
    height: 49px;
    font-weight: 500;
    font-size: 18px;
}
#contacto .fa-phone:before {
    content: "\f095";
    background: #FFF;
    width: 65px;
    border-radius: 50%;
    height: 65px;
    padding: 11px 14px;
    border: 1px solid;
    color: #B92846;
    left: -15px;
    position: relative;
    font-size: 22px;
}
#contacto .fa-envelope:before {
    content: "\f0e0";
    background: #FFF;
    width: 65px;
    border-radius: 50%;
    height: 65px;
    padding: 11px 12px;
    border: 1px solid;
    color: #B92846;
    left: -15px;
    font-size: 22px;
    position: relative;
}

/* Responsive Styles */
@media (max-width: 767px) {
	
	#aproach p {
    font-size: 22px;
    font-weight: 100;
}	
	
    #aproach .text-center {
        padding: 20px 15px;
    }
    .section-subtitle.empresa:after, .section-subtitle.empresa:before {
        width: 30px!important;
    }
    .section-subtitle.valores:after, .section-subtitle.valores:before {
        width: 30px!important;
    }
    .section-subtitle.principios:after, .section-subtitle.principios:before {
        width: 30px!important;
    }
    .page .section-subtitle.empresa {
        width: 86%!important;
    }
    #mision, #vision {
        text-align: center;
    }
    #mision h4 {
        width: auto;
    }
    #mision img {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: 25px;
    }
    #vision img {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 25px;
    }
    #nosotros img {
        min-width: 100%;
    }
    #breadcrumbs a, #breadcrumbs {
        font-size: 15px;
    }
    .page .section-subtitle.valores {
        width: 80%!important;
    }
    .section-subtitle.valores:after, .section-subtitle.valores:before {
        width: 30px;
    }
    .section-subtitle.principios:after, .section-subtitle.principios:before {
        width: 30px;
    }
    .page .section-subtitle.principios {
        width: 72%!important;
    }
    .page .servicios .section-subtitle.desarrollo {
        width: 95%!important;
        line-height: 100%;
    }
    .page .section-subtitle.desarrollo:before, .page .section-subtitle.desarrollo:after {
        width: 35px;
    }
    .page .servicios .section-subtitle {
        width: 95%!important;
    }
    .page .servicios .section-subtitle:before, .page .servicios .section-subtitle:after {
        width: 40px;
    }
    .page .section-subtitle span {
        display: block;
        width: 70%;
        text-align: center;
        margin: auto;
    }
    #breadcrumbs strong {
        font-size: 33px;
    }
    .servicios .serv {
        margin-bottom: 25px;
    }
    .nav-tabs>li>a {
        min-height: 111px;
    }
    .tab-content {
        padding: 25px 15px;
    }
    .tab-content ul {
        width: 100%!important;
    }
    .tab-content img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none!important;
    }
    .sidebar li a {
        width: 100%;
    }
    #interes span {
        width: 100%;
        font-size: 17px;
    }
    #interes a {
        width: 100%;
    }

    #clientes a {
        margin-bottom: 15px;
    }

    section#clientes .cliente p {
        font-size: 15px;
    }
    #middle-text p {
        font-size: 25px;
        font-weight: 100;
    }
    .page .nav-tabs>li>a {
        font-size: 12px;
        padding: 20px 26px;
    }
	
	
}

@media (max-width: 991px) {
    .section-subtitle.empresa {
        width: 60%!important;
    }
    #vision .col-md-10 {
        padding-left: 25px!important;
    }
    #vision .title {
        margin-top: 10px;
    }
    #vision h4 {
        width: auto;
    }
    .section-subtitle.valores {
        width: 56%!important;
    }
    .valor {
        margin-bottom: 30px;
    }
    .valor .hover .circle {
        left: 140px!important;
    }
    .valor .bottom img {
        margin: 25px 10px 25px 75px!important;
    }
    .section-subtitle.principios {
        width: 58%!important;
    }
    .valor .hover {
        padding-top: 90px!important;
    }
    .page .serv .btn-primary {
        min-width: 90%;
    }
    .page .section-subtitle {
        width: 36%!important;
    }
    .servicios .section-subtitle.desarrollo {
        width: 70%!important;
    }
    #clientes .cliente {
        padding: 15px;
    }
    #clientes .cliente img {
        max-width: 100%;
        height: auto;
    }
    #clientes .cliente img, #clientes .cliente span {
        opacity: 1;
    }
    #clientes .cliente img {
        top: -80px;
    }
    #clientes .cliente p {
        opacity: 1;
        font-size: 12px;
        width: 87%;
    }
    .valor .hover {
        opacity: 1!important;
    }
    .tab-content ul {
        width: 65%;
    }
    .tab-content ul.beneficios-list li {
        position: relative;
        height: auto;
    }   
    .tab-content ul.beneficios-list li:before {
        position: absolute;
        top: 3px;
        left: -24px;
        right: auto;
    }
    .tab-content ul.beneficios-list li::after {
        position: absolute;
        top: 0;
        left: -32px;
    }

}

/* MEDIA QUERY PARA MENU COLLAPSE */
@media (max-width: 1199px) {
    .section-subtitle {
        width: 35%;
    }
    .section-subtitle.empresa {
        width: 45%;
    }
    .section-subtitle.valores {
        width: 41%;
    }
    .section-subtitle.principios {
        width: 32%;
    }
    #vision .col-md-10 {
        padding-left: 75px;
    }
    .valor .hover {
        padding-top: 35px;
    }
    .valor .hover .circle {
        left: 73px;
    }
    .nav-tabs>li>a {
        font-size: 17px;
    }
    
    #herramientas .logo-container {
        min-height: 452px;
        line-height: 452px;
    }
    .valor .bottom img { 
       
    } 
    .valor .bottom .title {
        font-size: 21px;
    }
    .nav-tabs>li>a {
        font-size: 14px;
    }
    .nav-tabs>li>a {
        padding: 25px 20px;
    }
    
	.page .nav-tabs>li>a {
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    color: #1F3B66!important;
    padding: 25px 40px;
    }
	.page .serv .text p {
    padding: 0px;
    font-size: 13px;
    }
	
}

@media (min-width: 1200px) {
}
