
body {
    font-family: 'helvetica'!important;
    text-align: justify;
}

.top-links ul li {
    border-left: 0;
}

.tparrows {
	cursor: pointer;
	background: rgba(0,87,156,.8) !important;
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
    border: 1px solid #fff; !important;
}

.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
	font-family: 'helvetica'!important;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #00579D;
}

.button-purple {
    background-color: #0091BD;
    font-size: 16px;
}

#logo {
    position: relative;
    float: left;
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    line-height: 100%;
    margin-right: 0px;
    margin-left: 20px;
}

.feature-box.fbox-center p {
    font-size: 16px;
    margin-top: 15px;
}
.feature-box p {
    margin: 8px 0 0 0;
    color: #000;
}

#header, #header-wrap, #logo img {
    height: 78px;
    -webkit-transition: height 0.4s ease, opacity 0.3s ease;
    -o-transition: height 0.4s ease, opacity 0.3s ease;
    transition: height 0.4s ease, opacity 0.3s ease;
}
#primary-menu ul li > a {
    display: block;
    line-height: 22px;
    padding: 30px 7px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    -webkit-transition: margin 0.4s ease, padding 0.4s ease;
    -o-transition: margin 0.4s ease, padding 0.4s ease;
    transition: margin 0.4s ease, padding 0.4s ease;
}

.fancy-title h1, .fancy-title h2, .fancy-title h3, .fancy-title h4, .fancy-title h5, .fancy-title h6 {
    position: relative;
    display: inline-block;
    background-color: #F9F9F9;
    padding-right: 15px;
    margin-bottom: 0;
}

#footer.dark, .dark #footer {
    background-color: #023A67;
    color: #CCC;
    border-top-color: rgba(0, 0, 0, 0.2);
}

.dark #header.semi-transparent, .dark #header.semi-transparent.floating-header .container, #header.dark.semi-transparent, #header.dark.semi-transparent.floating-header .container {
    background-color: #234D6D;
}

#top-search a, #top-cart a, #side-panel-trigger a, #top-account a {
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

#header.semi-transparent {
    background-color: rgba(0, 0, 0, 0.42);
}

#header.semi-transparent.sticky-header #header-wrap {
    background-color: rgba(0, 0, 0, ) !important;
    color: #fff !important;
}

.top-links {
    position: relative;
    float: right;
}

#primary-menu.style-2 > div > ul > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}

#top-search, #top-cart, #side-panel-trigger, #top-account {
    float: right;
    margin: 30px 0 35px 14px;
}
.heading-block:after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 40px;
    border-top: 2px solid #2382BA !important;
}
.heading-block2:after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 40px;
    border-top: 2px solid #fff !important;
}

#content .content-wrap {
    position: relative;
    padding: 0px 0;
}

.cinta
{
    background: #EDEDED;
    height: 35px;
    color: #000000;
    padding: 5px 0px;
    border-bottom: 1px solid #cecece;
}

.cinta2
{
    background: #F8F8F8;
    height: 100%;
    color: #000000;
    padding: 30px 0px;
    font-weight: 300;
    margin: 0 0 20px;
    font-size: 16px !important;
}

#page-title.page-title-parallax h1 {
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 2px;
    text-shadow: 2px 2px 2px #000;
}

.trans {
		font-size: 18px;
	}

.dark .top-links li:hover {
    background-color: #fff0 !important;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2)  !important;
}

#header.sticky-header:not(.static-sticky) #top-links > ul > li > a {
    padding-top: 19px;
    padding-bottom: 19px;
}

.historia {
		background: #F8F8F8;
	}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lineadeltiempo {
  background-image: url(/images/voltran-fondo.jpg) ;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  padding: 50px 0;
}
.timeline ul {
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff;
  font-size: 16px;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
	color: #fff;
  position: relative;
  bottom: 0;
  width: 305px;
  padding: 15px;
  background: #023A67;
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 28px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #023A67 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -328px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #023A67;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #023A67;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 850px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #023A67 transparent transparent;
  }
  .img-peque {
    width: 180px;
    height: 100px;
  }
}

.section {
    position: relative;
    margin: 0px 0;
    padding: 60px 0;
    background-color: #F9F9F9;
    overflow: hidden;
}

.feature-box.fbox-bg.fbox-center:first-child {
    margin-top: 43px;
}

.dark #primary-menu:not(.not-dark) ul ul a, #primary-menu.dark ul ul a {
    color: #fff !important;
}

.heading-block2:after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 100%;
    border-top: 2px solid #2382BA !important;
}

.heading-block2 {
    margin-bottom: 40px;
}
#top-bar {
    position: relative;
    border-bottom: 1px solid #EEE;
    height: 45px;
    line-height: 44px;
    font-size: 13px;
    z-index: 9;
}

.bgcolor, .bgcolor #header-wrap {
    background-color: #05599c !important;
}
.dark .top-links li > a {
    color: #fff;
}
.dark #top-social li a {
    color: #fff;
}

@media only screen and (max-width: 767px){
#page-title.page-title-parallax h1 {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 2px;
    text-shadow: 2px 2px 2px #000;
}
}

.top-links li > a {
    display: block;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    height: 44px;
    color: #666;
}

@media (min-width: 1200px){
.container {
    max-width: 1300px;
}
}

/* [1] The container */
.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}

.img-hover-zoom {
    overflow: hidden;
    border-radius: .5em;
    border: 1px solid rgba(14, 81, 219, 1);
}

/* Zoom-n-rotate Container */
.img-hover-zoom--zoom-n-rotate img {
  transition: transform .5s ease-in-out;
}

/* The Transformation */
.img-hover-zoom--zoom-n-rotate:hover img {
  transform: scale(2) rotate(25deg);
}

/* Slow-motion Zoom Container */
.img-hover-zoom--slowmo img {
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
  filter: brightness(150%);
}

/* The Transformation */
.img-hover-zoom--slowmo:hover img {
  filter: brightness(100%);
  transform: scale(3);
}

.nombre21{
  font-weight: 900;
  color:#05599c;
}

@media only screen and (max-width: 767px){
.top-links li > a {
    display: block;
    padding: 0 2px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    height: 44px;
    color: #666;
}
}

@media (max-width: 575px){
.container, #header.full-header .container, .container-fullwidth {
    width: 100% !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}
}

@media only screen and (max-width: 991px){
#primary-menu-trigger {
    opacity: 1;
    pointer-events: auto;
    top: 44px;
    margin-top: 0;
    left: 0;
    z-index: 1;
}

.timeline ul li {
    font-size: 12px;
}
time {
    font-size: 15px;
}
}

@media only screen and (max-width: 769px){
#top-bar {
    position: relative;
    border-bottom: 1px solid #EEE;
    height: 91px;
    line-height: 44px;
    font-size: 13px;
    z-index: 9;
}
}
@media only screen and (min-width: 992px) and (max-width: 1195px) {
.top-links li > a {
    display: block;
    padding: 0 16px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    height: 44px;
    color: #666;
}
}

@media only screen and (min-width: 1196px) and (max-width: 1240px) {
.top-links li > a {
    display: block;
    padding: 0 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    height: 44px;
    color: #666;
}
}
@media (min-width: 1082px) and (max-width: 1240px) {
.container {
    max-width: 1152px;
}
}

@media (min-width: 900px) and (max-width: 1110px) {

#header, #header-wrap, #logo img {
    height: 60px;
    -webkit-transition: height 0.4s ease, opacity 0.3s ease;
    -o-transition: height 0.4s ease, opacity 0.3s ease;
    transition: height 0.4s ease, opacity 0.3s ease;
}
}

@media (min-width: 1000px) and (max-width: 1100px) {

#primary-menu ul li > a {
    display: block;
    line-height: 22px;
    padding: 30px 7px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    -webkit-transition: margin 0.4s ease, padding 0.4s ease;
    -o-transition: margin 0.4s ease, padding 0.4s ease;
    transition: margin 0.4s ease, padding 0.4s ease;
}

.top-links li > a {
    display: block;
    padding: 0 5px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    height: 44px;
    color: #666;
}
}

@media (min-width: 700px) and (max-width: 999px) {

#top-bar {
    position: relative;
    border-bottom: 1px solid #EEE;
    height: 89px;
    line-height: 44px;
    font-size: 13px;
    z-index: 9;
}
}

.contacto-estado 
{
  font-family: Helvetica  !important;
  padding: 5px;
  background: rgba(250,250,250,0.7);
  border-radius: 10px;
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.44);
  border: solid 1px #eee;
  text-align: left !important;
}

 .titleesta {
  font-family: Helvetica !important;
  color: #0069D9;
  font-weight: 900;
  font-size: 18px;
}

.dark .form-control:not(.not-dark), .dark .sm-form-control:not(.not-dark) {
    color: #020202;
    background-color: rgba(162, 161, 161, 0.2);
    border-color: rgba(0, 0, 0, 0.25);
}


.list-unstyled, .xtt-tags, .xtt-social {
    padding-left: 0;
    list-style: none;
}

.xtt-social li {
    background: #0091BD;
    display: inline-block;
    height: 40px;
    line-height: 30px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 57px;
}

.social-icon {
    margin: 0 5px 5px 0;
    width: 57px;
    height: 40px;
    font-size: 20px;
    line-height: 38px !important;
    color: #555;
    text-shadow: none;
    border: 0px solid #aaaaaa1a;
    border-radius: 3px;
    overflow: hidden;
}

.si-youtube:hover, .si-colored.si-youtube {
background: #0091bd !important;
}


/* Search Box */

.search-box {
  float: right !important; 
  margin: 25px -55px -30px 50px;
  width: 170px !important;

}


@media (max-width: 1220px) and (min-width: 1157px){
.search-box {
    width: 110px !important;
    float: right !important;
    margin: 25px -55px -30px 50px;
}

}

@media (max-width: 1156px) and (min-width: 992px){
.search-box {
     width: 110px !important;

    float: right !important;
    margin: -15px 105px -23px 30px;
}

}




.sticky-header .search-box {
  margin-top: 15px !important;
}

.search {
  width: 100%;
  position: relative;
  display: flex;
}

.search-term {
  width: 100%;
  background-color: #FFF;  
  padding: 5px;
  height: 30px;
  outline: none;
  border: none !important;
}

.search-btn {
  width: 40px;
  height: 30px;
  border: 2px solid #57bfd6;
  background: #57bfd6;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}



@media only screen and (max-width: 991px){
#header.transparent-header, #header.semi-transparent {
    background: #234D6D;
    border-bottom: 1px solid #F5F5F5;
    z-index: auto;
}}

#wrapper {
    position: relative;
    float: none;
    width: 1220px;
    margin: 0 auto;
    background-color:  #234D6D;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mapablue { 
    width: 100%; 
    height: 757px; 
    position: absolute;
    top: 0
  }
.mapades{ 
    position: absolute; 
    width: 30%; 
    right: 0
  }

@media (min-width: 202px) and (max-width: 767px) {
  .mapablue {
    position: inherit !important;
  }
  .mapades{ 
    position: inherit !important; 
    width: 75% !important; 
    margin-top: -190px;
  }
/* Styles */
}


@media (min-width: 1202px) and (max-width: 1385px) {
.timeline ul li div {
    color: #fff;
    position: relative;
    bottom: 0;
    width: 258px;
    padding: 15px;
    background: #023A67;
}
.timeline ul li:nth-child(even) div {
    left: -285px;
}
/* Styles */
}


@media (min-width: 990px) and (max-width: 1201px) {
.timeline ul li div {
    color: #fff;
    position: relative;
    bottom: 0;
    width: 210px;
    padding: 15px;
    background: #023A67;
}
.timeline ul li:nth-child(even) div {
    left: -236px;
}
/* Styles */
}


.error404 {
    display: block;
    font-size: 141px;
    font-weight: 700;
    color: #023A67;
    line-height: 1.35;
    letter-spacing: 4px;
}