




@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans.woff') format('woff'),
        url('../fonts/OpenSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fenton-Medium';
    src: url('../fonts/Fenton-Medium.eot');
    src: url('../fonts/Fenton-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Fenton-Medium.woff') format('woff'),
        url('../fonts/Fenton-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Fenton-Thin';
    src: url('../fonts/Fenton-Thin.eot');
    src: url('../fonts/Fenton-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Fenton-Thin.woff') format('woff'),
        url('../fonts/Fenton-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Fenton';
    src: url('../fonts/Fenton.eot');
    src: url('../fonts/Fenton.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Fenton.woff') format('woff'),
        url('../fonts/Fenton.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fenton-Black';
    src: url('../fonts/Fenton-Black.eot');
    src: url('../fonts/Fenton-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Fenton-Black.woff') format('woff'),
        url('../fonts/Fenton-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Fenton-Light';
    src: url('../fonts/Fenton-Light.eot');
    src: url('../fonts/Fenton-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Fenton-Light.woff') format('woff'),
        url('../fonts/Fenton-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Fenton-Bold';
    src: url('../fonts/Fenton-Bold.eot');
    src: url('../fonts/Fenton-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Fenton-Bold.woff') format('woff'),
        url('../fonts/Fenton-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/*general*/
p{
margin: 0 0 25px;
text-align: justify;
line-height: 1.7em;
}
.marcas p{
text-align: center;
}
.clearfix{
clear: both;
}
/*general*/

.menu-bar .navbar-right h3{
text-align: left;
}

body{
    background: #f2f2f2;
    overflow-x: hidden;
    font-family: 'Open Sans';
    font-size:16px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Fenton';
    font-weight: 900;
}

/* banner section */
.cover{
    width: 100%;
    height: 300px;
}
.navbar-nav>li {
    float: left;
    text-align: center;
    width: 11.11%;
max-height: 68px;
overflow: hidden;
}
li.marcas-h {
    width: 17%;
}
.navbar-default .navbar-nav>li:nth-child(2) a{
	padding-left: 8px;
}
.navbar-default .navbar-nav>li:nth-child(4) a{
	padding-left: 10px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
background: #004ab7;
    color: #fff;
    transition: all .3s ease;

}
.navbar-collapse .col-md-10 .navbar-nav {
     background: #010333;
    width: 100%;
        transition: all .3s ease;
}
.myCarousel.carousel, .nuestras{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100,eeeeee+100,cccccc+100 */
background: #eeeeee; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #eeeeee 0%, #cccccc 100%, #eeeeee 100%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #eeeeee 0%,#cccccc 100%,#eeeeee 100%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #eeeeee 0%,#cccccc 100%,#eeeeee 100%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
height:auto;   
}
.myCarousel .carousel-inner{
    overflow: visible;
}
.myCarousel .item img{
    position: relative;
    bottom: -45px;
    z-index: 999;
}
.myCarousel .carousel-caption, .nuestras .caption{
    margin-top:30%;
    left:0px;
    position: relative;
    text-align: left;
    float:left;
    text-shadow: none;
}
.myCarousel .carousel-caption h1, .nuestras .caption h1{
    color:#040734;
    margin-bottom: 15px;
}
.myCarousel .carousel-caption p, .nuestras .caption p{
    color: #272727;
    font-size: 1em;
}
.myCarousel .btn-default, .nuestras .caption .btn-default{
    background:none;
    border-radius: 0px;
    border:1px solid #0c0c42;
    color:#0c0c42;
    margin-top:15px;
    opacity: 0.8 !important;
    transition: all .3s ease;
}
.myCarousel .btn-default:hover, .nuestras .caption:hover .btn-default:hover{
    opacity: 1 !important;
    transition: all .3s ease;
}
/* banner section */

/*service section*/

.services{
    background: #002da0; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #002da0 0%, #014bb8 51%, #002da0 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #002da0 0%,#014bb8 51%,#002da0 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #002da0 0%,#014bb8 51%,#002da0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002da0', endColorstr='#002da0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.75);
    color: #fff;
    padding:70px 0px 110px;
}
.services h2{
    margin-bottom: 60px;
}
.services h4{
    margin-top: 20px;
}
/*service section*/

/*nuestras section*/

.nuestras .caption{
    margin-top:25%;
    left:10%;
}

.nuestras .col-sm-7{
    padding-right: 0px;
}
.nuestras img{
    width: 100%;
}
/*nuestras section*/

/* benefit section */
.benefit{
    background:#040835;
    color:#fff;
    padding-bottom:80px;
}
.benefit.iniciobeni img {
    width: auto;
    margin-top: 0;
}
.benefit .col-sm-6:first-child{
/*    top:-26px; */
}
.benefit .col-sm-6:last-child{
    padding-top:90px;
}
.benefit .col-sm-6:last-child h2{
    margin-bottom: 20px;
}
.benefit .col-sm-6:last-child p{
    margin-bottom: 20px;
}
.benefit .col-sm-6:last-child ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.benefit .col-sm-6:last-child ul li{
    padding:10px 0px;
}
.benefit .col-sm-6:last-child ul li span{
    margin-right:10px;
    color:#0148be;
}
.benefit .col-sm-6:last-child .btn-default{
    border: 1px solid #0148be;
    border-radius: 0px;
    background: none;
    color: #fff;
    margin-top:20px;
    opacity: 0.8 !important;
    transition: all .3s ease;
}
.benefit .col-sm-6:last-child .btn-default:hover{
   opacity: 1 !important;
    transition: all .3s ease;
}
/* benefit section */

/* footer section */

.seperator{
    width: 1px;
    height: 90%;
    float: right;
    background: #989898;
    position: absolute;
    top: 5%;
    right: 10px;
}

.foot{
    background: #333;
    padding:55px 0px;
}
.foot .foot-nav li{
    float: left;
    text-align: center;
    list-style: none;
    position: relative;
}
.foot .foot-nav li a{
    padding: 0px .8vw;
    color: #acacac;
    font-size:16px;
    border-right: 1px solid #989898;
}
.foot .foot-nav li.active a{
    color: #fff;
}
.foot .foot-nav li:last-child a{
    border: none;
}
.foot .foot-nav li ul{
    display: block;
    position: absolute;
    left:0px;
    top:30px;
    width:280px;
    padding: 0px;
}
.foot .foot-nav li ul li{
    text-align: left;
    width: 100%;
    line-height: 24px;
}
.foot .foot-nav li ul li a{
    font-size:12px;
    color: #6a6a6a;
    border: none;
}

.copyright{
    background:#1a1a1a;
    color:#fff;
    padding:0px 15px;
}
.copyright .col-sm-12:first-child{
    border-bottom: 1px solid #303030;
    padding:33px 0px;
}
.copyright .col-sm-12:last-child{
    padding:10px 0px;
}
.copyright .col-sm-12:last-child span{
    color:#9a9a9a;
    margin-right:20px;
    font-size: 12px;
}
.foot-nav{
	margin-top: 4.5%;
}
/* footer section */

@media (min-width:320px) and (max-width:767px){
    .myCarousel .item img{
        bottom:-15px;
    }
    .myCarousel .carousel-caption{
        margin-top:30px;
    }
    .myCarousel .carousel-caption h1, .nuestras .caption h1{
        font-size: 8vw;
        margin-bottom: 5px;
    }
    .myCarousel .btn-default, .nuestras .caption .btn-default{
        margin-top:5px;
    }
    .services{
        padding:30px 0px;
    }
    .services h2{
        margin-bottom: 20px;
    }
    .services .col-sm-3{
        margin-top:40px;
    }
    .nuestras .caption{
        margin:0px 0px 20px;
        left:0px;
    }
    .benefit{
        padding-bottom: 30px;
    }
    
    .benefit .col-sm-6:first-child{
        top:20px;
    }
    .benefit .col-sm-6:first-child img{
        width:100%;
    }
    .benefit .col-sm-6:last-child{
        padding-top:20px;
    }
    .benefit .col-sm-6:last-child h2{
        font-size:8vw;
    }
    .benefit .col-sm-6:last-child h2, .benefit .col-sm-6:last-child p{        
        margin-bottom: 10px;
    }
    .benefit .col-sm-6:last-child ul li{
        padding:5px 0px;
    }
    .foot{
        padding:10px 0px;
    }
    .foot-nav{
        padding: 0px;
    }
    .foot .foot-nav li{
        width:100%;
        padding:3px 0px;
    }
   .foot .foot-nav li a{
        border:none;
    }
    .foot .foot-nav li ul{
        position: inherit;
        top:0px;
       width:auto;
    }
    .foot .foot-nav li ul li{
        text-align: center;
        line-height: 16px;
    }
    .copyright .col-sm-12:first-child{
        padding:10px 0px;
    }
    .copyright .col-sm-12:last-child span{
        width:100%;
        float:left;
        text-align: center;
        padding:5px 0px;
    }
}
@media (max-width:990px){
   .myCarousel .item img{
        width:100%;
    }
    .services{
        padding:10px 0px 30px;
    }
    .services h2{
        margin-bottom: 30px;
    }
    .nuestras .caption{
        margin-top: 5%;
    }
    .myCarousel .carousel-caption h1, .nuestras .caption h1{
        font-size:20px;
        margin-bottom: 10px;
    }
    .myCarousel .btn-default, .nuestras .caption .btn-default{
        margin-top:5px;
    }
    .benefit{
        padding: 20px 0px 30px;
    }
    .benefit .col-sm-6:first-child{
        top:10px;
    }
    .benefit .col-sm-6:first-child img{
        width:70%;
    }
    .benefit .col-sm-6:last-child{
        padding-top:20px;
    }
    .foot{
        padding:20px 0px;
    }
    .foot-nav{
        padding: 0px;
    }
    .foot .foot-nav li{
        width:100%;
        padding:3px 0px;
    }
   .foot .foot-nav li a{
        border:none;
    }
    .foot .foot-nav li ul{
        position: inherit;
        top:0px;
       width:auto;
    }
    .foot .foot-nav li ul li{
        text-align: center;
        line-height: 16px;
    }
}


/* corporacion */

.inicio{
    position: relative;    
}
.inicio h1{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0px;
    
}
section.corpo-info {
    height: 320px;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
}
.info-corpo {
    padding-top: 5%;
}

.info-corpo p {
    text-align: center;
    color: #333;
    padding-left: 10%;
    padding-right: 10%;
}
section.color {
    background: #004AB7;
}
.color p {
    padding: 0 10%;
}
.info-2 {
    margin-top: 13%;
}
section.misionyvi {
    background: #010333;
    text-align: center;
    color: #fff;
    height: 370px;
}
.misionyvi h1 {
    font-size: 1.8em;
    margin-top: 15%;
    margin-bottom: 5%;
}
.misionyvi p {
    padding: 0 15%;
	text-align: center;
}
section.valores {
    padding-top: 5%;
    padding-bottom: 3%;
    background: #eee;
    background: -moz-linear-gradient(top,#eee 0%,#ccc 100%);
    background: -webkit-linear-gradient(top,#eee 0%,#ccc 100%);
    background: linear-gradient(to bottom,#eee 0%,#ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
    /* height: 600px; */
}
section.valores .glyphicon{
margin-right: 10px;
color: #0148be;
}
.valores ul {
    padding: 0;
    list-style: none;
}
.valores .col-md-6 {
    padding: 0 7%;
}
.valores h1 {
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 2%;
    color: #010333;
}
.valores p{
margin: 2px 0 0;
}
.valores p:nth-child(7){
text-align: left;
}
.valores strong {
    color: #010333;
    font-weight: bold;
margin-left: -26px;
font-family: 'Fenton-Medium';
font-size: 1.25em;
margin-top: 20px;
display: inline-block;
}
.valores ul{
margin: 0;
}
.valores strong<p{
margin-bottom: 15px;
}
.ini-info{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100 */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

    height:auto;   
    width: 100%;
    float:left;    
    padding:50px 0px;
    text-align: center;
}

.blueBg{
    background: #002DA0;
    color:#fff;
}
.blueBg p {
    color: #fff;
    padding: 0 10%;
    font-size: 1em;
}
.blueBg .caption, .blueBg h1{
    color:#fff;
}
.blueBg .col-md-4 p{
	text-align: center;
}
.vision{
    background: #040835;
    padding:50px 0px;
    width: 100%;
    float:left;
    color: #fff;
    text-align: center;
}
.ini-valores{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100 */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

    padding:50px 0px;
    width: 100%;
    float:left;
}
.ini-valores h1{
    text-align: center;
    margin-bottom: 30px;
}
.ini-valores .col-md-6{
    padding:0px 100px;
}

/*historia*/
.historia {
    width: 100%;
    float: left;
    background: #004AB7;
    color: #fff;
}
.historia h1 {
    text-align: center;
    font-size: 1.8em;
}
.historia .col-md-6:first-child img{
    width: 100%;
    min-height: 500px;
  height: 100vh;
  object-fit: cover;
}
.historia .col-md-6:last-child{
    padding-top:30px;
    padding-bottom:30px;
    min-height: 500px;
}
.historia h2{
	text-align: center;
}

/* -------------------------------------
 * timeline
 * ------------------------------------- */
#timeline {
  border-left: 3px solid #eee9dc;
list-style-type: none;
}
#timeline li {
  position: relative;
height: 120px;
}
#timeline li:first-child{
height: 0.3px;
}
#timeline li:nth-child(2){
margin-top: 65px;
}
#timeline li:last-child{
height: 39px;
margin-top: 65px;
}
.radio{
  margin-top: -10px;
  top: 50%;
  left: -49px;
  line-height: 20px;
  position: absolute;
}
.date {
  margin-top: 0px;
  top: 50%;
  left: -20px;
  line-height: 20px;
  position: absolute;
}

#year2,#year3,#year4,#year5,#year6,#year7{
display: none;
}
#year1,#year2,#year3,#year4,#year5,#year6,#year7{
padding-top: 25%;
}

input[type="radio"] {
    background-color: #ddd;
    background-image: -webkit-linear-gradient(0deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%),
                      -webkit-linear-gradient(90deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%);
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    width: 15px;
    -webkit-appearance: none;
}
input[type="radio"]:focus {outline:0;}
input[type="radio"]:after {
    border-radius: 25px;
    content: '';
    display: block;
    height: 25px;
    left: -4px;
    position: relative;
    top: -4px;
    width: 25px;
}
input[type="radio"]:checked + .date{
font-weight: bold;
}
input[type="radio"]:checked:after {
background-color: #040835;
border: 2px solid #fff;
}
/*//historia*/

.marcas{
    width: 100%;
    padding:50px 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100 */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.marcas h1 {
    color: #010333;
    font-size: 1.8em;
}
.marcas h1, .marcas .col-md-3{
    text-align: center;
}
.marcas .col-md-3, .marcas .col-md-3 p{
    margin-top:15px;
}
.marcas button {
    background: none;
    border-radius: 0px;
    border: 1px solid #0c0c42;
    color: #0c0c42;
    margin-top: 15px;
    opacity: 0.8 !important;
    transition: all .3s ease;
}
.marcas button:hover {
     background: none;
    border-radius: 0px;
    border: 1px solid #0c0c42;
    color: #0c0c42;
   opacity: 1 !important;
    transition: all .3s ease;
}
.marca-img{
height: 120px;
text-align: center;  
font: 0/0 a;  
}
.marca-img:before{
content: ' ';
display: inline-block;
vertical-align: middle;  
height: 100%;
}
.marca-img img{
display: inline-block;
vertical-align: middle;  
font: 16px/1 Arial sans-serif; 
}
.section, .section2{
    width: 100%;
    float:left;
    padding:50px 0px;
    text-align: center;
}
.section h1, .section2 h1{
    margin-bottom: 30px;
}
.section2{
    text-align: left;
}

section.section2 h1 {
    color: #004AB7;
    font-size: 1.5em;
    font-weight: bold;
}
.section2 .col-md-6{
    padding:0px 50px;    
}
.section2 .col-md-6 img{
    width: 100%;
}

.benefit .col-sm-6:first-child{
    text-align: center;
}
.benefit img {
width: auto;
/*
margin-top: 35%;
    width: 20%;
    margin-top: 15%;
*/
}
.benefit-wrapper{
height: 600px;
/*height: 500px;*/
width: 100%;
white-space: nowrap;
text-align: center;
}
.vertical-fix{
display: inline-block;
height: 100%;
vertical-align: middle;
}
.benefit-wrapper img{
vertical-align: middle;
/*
max-height: 133px;
max-width: 133px;
*/
}
@media (min-width: 0px) and (max-width: 768px) {

	.benefit-wrapper{
	height: 133px;
	width: 100%;
	white-space: nowrap;
	text-align: center;
	}
	.vertical-fix{
	display: inline-block;
	height: 100%;
	vertical-align: top;
	}
	.benefit-wrapper img{
	vertical-align: top;
	max-height: 133px;
	max-width: 133px;
	}
	.benefit img{
	margin-top: 0px;
	}
}
.blueBg1 {
    background: #010333;
    color: #fff;
}
.blueBg1 .col-md-4 p{
	text-align: center;	
}
section.section.beneficios .col-md-3 {
    text-align: left;
	/*
    width: 100%;
    padding: 0 20%;
	*/
    margin-top: 1.5%;
}
section.section.beneficios p {
    font-family: 'Open Sans';
	text-align: left;
}
.beneficios h3{
color: #010333;
}
.glyphicon-ok:before {
    color: #004AB7;
    content: "\e013";
}
span.glyphicon.glyphicon-ok {
    display: inline-flex;
}
.overlay-corporacion h1 {
    color: #fff !important;
    text-align: center !important;
    font-size: 3em;
    margin-top: 9%;
}
.overlay-corporacion {
    background: rgba(0,0,0,0.4);
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 300px;
}
/*
.equipo p {
    padding: 0 10%;
}
*/
blockquote {
border: none;
margin: 1.5em 10px;
padding: 1.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
background: #ffffff;
color: #333;
border-radius: 25px;
-webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 3px 10px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px 3px 10px 0px rgba(50, 50, 50, 0.3);
}
blockquote p{
font-style: italic;
}
blockquote:before,
blockquote:after {
/*color: #989898;*/
color: #333;
font-size: 4em;
line-height: 0.1em;
font-family: Arial;
/*
margin-right: 0.25em;
*/
}
blockquote:before {
content: open-quote;
vertical-align: -0.4em;
}
blockquote:after {
content: close-quote;
vertical-align: -0.6em;
}
blockquote p {
display: inline;
}
.equipo-text{
width: 80%;
margin: 0 auto;
}
.equipo-text p{
text-align: center;
}
.equipo-text strong{
text-align: center;
}

.grayBg {
    background: #eee;
    background: -moz-linear-gradient(top,#eee 0%,#ccc 100%);
    background: -webkit-linear-gradient(top,#eee 0%,#ccc 100%);
    background: linear-gradient(to bottom,#eee 0%,#ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
    padding-left: 5%;
    padding-right: 5%;
}
.grayBg img {
    width: 100% !important;
}
.grayBg .col-md-3 p{
	text-align: center;
	margin: 8% 0 0;
}
.testimoniales{
    width: 100%;
    float:left;
    padding:50px 0px;
        background: #004AB7 !important;
}
.testimoniales .col-md-8{
    float:none;
    margin:0px auto;
    max-height: 300px;
}
.mCustomScrollBox div{
margin-bottom: 10%;
}
.mCustomScrollBox div, .mCustomScrollBox div p{
text-align: center;
}

.contacto{
    width:100%;
    float:left;
}
.contacto .row .col-md-6{
    min-height: 930px;
}
.contacto .row .col-md-6:first-child{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100 */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    padding:50px 100px;
}
.contacto .form-control{
    border:0px;
    border-radius: 0px;
    height:50px;
    background: #fff; 
    margin-bottom: 20px;
}
.contacto textarea.form-control{
    height: 100px;
}
.contacto .button{
    text-align: left;
}
.contacto .button button{
    background: none;
    text-align: center;
    border: none;
    margin:10px auto;
    border:1px solid #002DA0;
    padding:5px 20px;    
    opacity: 0.8 !important;
    transition: all .3s ease;
	background: #010333;
	color: #fff;
}
.contacto .button button:hover{
    opacity: 1 !important;
    transition: all .3s ease;

}
.contacto .row .col-md-6:last-child {
    background: #010333;
    text-align: center;
    position: relative;
    padding-top: 28%;
    color: #fff;
}
.contacto .row .col-md-6:last-child a {
    color: #fff;
}
.contacto .ver_ubica{
    color: #fff;
    background: none;
    text-align: center;
    margin: 10px auto;
    border: 1px solid #002da0;
    padding: 5px 20px;
    opacity: .8!important;
    transition: all .3s ease;
}
.contacto .ver_ubica:hover{
   text-decoration: none;
   opacity: 1;
}
.contacto p{
text-align: center;
}
@media (min-width:320px) and (max-width: 767px){
    .contacto .row .col-md-6{
    min-height: 1px;
    }
    .contacto .row .col-md-6:first-child{
        padding:0px 50px;
    }
    .contacto .row .col-md-6:last-child{
        /*padding:28% 0px;*/
    }
}
/*legal*/
.legal-title{
text-align: center;
}
/*gracias*/
.gracias h1{
text-align: center;
}
.gracias p{
text-align: center;
}
