a[href^=tel] {
text-decoration:inherit;
color: inherit;
}
body{
letter-spacing: 3px;
}
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}

main {
flex: 1 0 auto;
}

.navbar-fixed{
  height: 90px;
}

/* fonts */
@font-face {
font-family: HelveticaNeue;
src: url(/assets/fonts/HelveticaNeue-Thin.otf);
}
.hv-thin{
font-family: 'HelveticaNeue';
}
nav{
background: rgb(25,38,52);
background: -moz-linear-gradient(38deg, rgba(25,38,52,1) 0%, rgba(32,51,70,1) 100%);
background: -webkit-linear-gradient(38deg, rgba(25,38,52,1) 0%, rgba(32,51,70,1) 100%);
background: linear-gradient(38deg, rgba(25,38,52,1) 0%, rgba(32,51,70,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#192634",endColorstr="#203346",GradientType=1);
z-index: 2;
position: relative;
}
.header {
background: rgb(25,38,52);
background: -moz-linear-gradient(38deg, rgba(25,38,52,1) 0%, rgba(32,51,70,1) 100%);
background: -webkit-linear-gradient(38deg, rgba(25,38,52,1) 0%, rgba(32,51,70,1) 100%);
background: linear-gradient(38deg, rgba(25,38,52,1) 0%, rgba(32,51,70,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#192634",endColorstr="#203346",GradientType=1);
/*background-image: linear-gradient(to right,rgba(25, 38, 52, 0.64),rgba(25, 38, 52, 0.55)),url(/assets/images/main_header.jpg);*/
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding-top: 250px;
padding-bottom: 510px;
overflow: hidden;
}
body{
font-family: 'Source Sans Pro', sans-serif;
}
.text-right{
text-align: right;
}
.section-gray{
background-color: #eaeaea;
}
.section-inter{
background-color: #354E67;  
}
.padd-section{
padding-top: 100px;
padding-bottom: 100px;
}
.az1{
color:#1A2634;  
}
.az2{
color:#95A3B8;  
}
.az3{
color:#ffffff;
}
h3{
margin:0px;
}
.imgs{
display: none;
}
.circle{
background-color: #95A3B8;
width: 15px;
height: 15px;
display: inline-block;
}
#white-img{
display: block;
}
.m-bottom-0{
margin-bottom: 0px;
}
.page-footer {
padding-top: 20px;
color: #fff;
background-color: #192634;
padding-bottom: 20px;
background: rgb(25,38,52);
background: -moz-linear-gradient(38deg, rgba(25,38,52,1) 0%, rgba(32,51,70,1) 100%);
background: -webkit-linear-gradient(38deg, rgba(25,38,52,1) 0%, rgba(32,51,70,1) 100%);
background: linear-gradient(38deg, rgba(25,38,52,1) 0%, rgba(32,51,70,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#192634",endColorstr="#203346",GradientType=1);
/*background-image: linear-gradient(to right,rgba(25, 38, 52, 0.64),rgba(25, 38, 52, 0.55)),url(/assets/images/main_footer.jpg);*/
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
h3{
font:700 21px/27px 'Source Sans Pro', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
text-transform: uppercase;
font-weight: 700;
}
.f700{
font-weight: 700; 
}
.div{
-webkit-clip-path: polygon(50% 4%, 100% 0, 100% 100%, 50% 95%, 0 100%, 0 0);
clip-path: polygon(50% 4%, 100% 0, 100% 100%, 50% 95%, 0 100%, 0 0);
}
#triangle-down {
width: 100%;
height: 0;
border-left: 500px solid transparent;
border-right: 500px solid transparent;
border-top: 86px solid #eaeaea;
position: absolute;
bottom: 0px;
transform: rotate(180deg);
-webkit-clip-path: polygon(50% 4%, 100% 0, 100% 100%, 50% 95%, 0 100%, 0 0);
clip-path: polygon(50% 4%, 100% 0, 100% 100%, 50% 95%, 0 100%, 0 0);
}
.relative{
position: relative;
}
.header{
position: relative;
margin-bottom: -24px;
background-color: #192634;
}
.fig{
position: absolute;
right: 0;
content: '';
border-style: solid;
z-index: 3;
right: 0;
bottom: 100%;
left: 0;
width: 0;
height: 0;
content: '';
border-width: 0 50vw 40px 50vw;
border-style: solid;
border-color: transparent transparent #eaeaea transparent;
}
.section-inter{
position: relative;
}
/*
.section-inter:before {
position: absolute;
right: 0;
bottom: 0px;
left: 0;
width: 0;
height: 0;
content: '';
border-width: 0 50vw 40px 50vw;
border-style: solid;
border-color: #69060600 #27010100 #eaeaea #6d000000;
}

.section-inter:after {
z-index: 99;
position: absolute;
top: 0px;
right: 0;
left: 0;
width: 0;
height: 0;
content: '';
border-width: 40px 50vw 0 50vw;
border-style: solid;
border-color: #eaeaea transparent transparent transparent;
}
*/
/*
.page-footer:after {
z-index: 99;
position: absolute;
top: 0px;
right: 0;
left: 0;
width: 0;
height: 0;
content: '';
border-width: 40px 50vw 0 50vw;
border-style: solid;
border-color: #ffffff transparent transparent transparent;
}
*/
/* Image overlay*/
.container-img {
position: relative;
width: 250px;
margin: 0px auto;
}
.image {
display: block;
width: 100%;
height: auto;
}
.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
background-color: #2F3C48;
}
.container-img:hover .overlay {
opacity: 0.9;
}
.text {
color: white;
font-size: 16px;
line-height: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
width: 95%;
padding: 0px 15px;
}
h3.team-name span {
display: block;
margin: 20px auto;
width: 50px;
height: 2px;
background-color: #354E67;
}

ul li a{
font-family: 'HelveticaNeue';
}
.blue-cv{
background-color: #354E67;
}
.carousel.carousel-slider .carousel-item {
width: 100%;
height: 100%;
min-height: 400px;
position: absolute;
top: 0;
left: 0;
padding-left: 50px;
padding-right: 50px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.carousel .carousel-item>img {
width: 100px;
-webkit-filter: invert(100%);
filter: invert(100%);
}
.carousel.carousel-slider .carousel-item p {
font-size: 17px;
}
.carousel.carousel-slider {
top: 0;
left: 0;
min-height: 500px;
height: 600px!important;
}
h3{
font-size: 25px;
}
.uppercase{
text-transform: uppercase;
}
.header-title{
font-family: 'HelveticaNeue';
letter-spacing: 3px;
margin-top: 0px;
font-size: 3.5rem;
}

nav .brand-logo {
position: absolute;
color: #fff;
display: inline-block;
font-size: 2.1rem;
padding: 0;
padding-top: 10px;
}

.link, .link:hover{
color: #ffffff;
}

p{
font-size: 18px;
}

.img-txt{
font-size: 13px;
line-height: 15px;
}

#myVideo {
/*position: absolute;
right: 0px;*/
bottom: 0px;
min-width: 100%;
min-height: 100%;
z-index: 1;
background-position: center;
background-size: cover;
left: 0px;
display: block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 1;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

/* Add some content at the bottom of the video/page */
.content {
background: rgba(0, 0, 0, 0.5);
}

#video_overlays {
position: absolute;
width: 100%;
min-height: 92vh;
background-color: #00000059;
z-index: 2;
top: 0px;
}

.icon{
position: absolute;
z-index: 30000;
margin: 0px auto;
left: 0px;
right: 0px;
text-align: center;
color: #ffffff;
bottom: 100px;
}

.carousel .indicators {
position: absolute;
text-align: center;
left: 0;
right: 0;
bottom: -27px;
margin: 0;
}

.row-flex-container{
display: flex;
align-items: baseline;
padding: 20px;
justify-content: center;
flex-wrap: wrap;
}

.col-partner{
padding: 10px;
}

.logo {
min-height: 200px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
box-shadow: 1px 0px 4px #bfbfbf7d;
margin-bottom:20px;
position: relative;
border-radius: 4px;
}

.imgBack{
position: absolute;
z-index: 0;
text-align: center;
display: none;
}

.imgFront{
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
bottom: 0px;
margin: auto;
transition: 1s;
width: 250px;
right: 0px;
background-color: #fff;
}

.imgBack p{
padding: 0px;
margin: 0px;
font-family: 'HelveticaNeue';
}

.imgColor{
position: absolute;
z-index: 1;
}
.logo:hover .imgFront{
display: none;
}

.logo:hover .imgBack{
display: block;
}

.tabs{
display: flex;
justify-content: center;
margin-bottom: 25px;
}
.tabs .tab a:hover, .tabs .tab a.active {
color: #111e36;
}
.tabs .tab a {
color: rgb(77 77 77 / 70%);
font-family: 'HelveticaNeue';
}
.tabs .indicator {
background-color: #000000;
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
background-color: rgba(0, 0, 0, 0);
outline: none;
}

@media only screen and (min-width: 1270px) {
.fig{
bottom: -2px;
}
}

@media only screen and (max-width: 1385px) {
.container-img {
position: relative;
width: 250px;
margin: 0px auto;
}
}


@media only screen and (max-width: 1270px) {
.fig{
bottom: 0px;
}
}

@media only screen and (max-width: 1240px) {
.text {
width: 100%;
}
}

@media only screen and (max-width: 1192px) {
.text {
padding: 0px 10px;
}
}

@media only screen and (max-width: 1045px) {
.row-flex-container {
display: flex;
align-items: baseline;
padding: 20px;
justify-content: center;
}
.col-partner {
padding: 10px;
width: 33%;
float: left;
}
}


@media only screen and (max-width: 1130px) {
.fig{
bottom: 0px;
}
.text {
width: 100%;
}
.container {
width: 80%;
}
}

@media only screen and (max-width: 993px) {
.container {
width: 95%;
}
.container-img {
position: relative;
width: 100%;
margin: 0px auto;
}
}

@media only screen and (max-width: 767px) {
.fig{
bottom: 0px;
}
.img-txt{
font-size: 12px;
line-height: 14px;
} 

.carousel.carousel-slider .carousel-item p {
font-size: 15px!important;
}

.carousel.carousel-slider {
top: 0;
left: 0;
min-height: auto;
}

h1 {
font-size: 2.2rem;
}

.col-partner {
padding: 10px;
width: 50%;
float: left;
}
}

@media only screen and (max-width: 600px) {
    .text{
    width: 65%;
    }
    .img-txt {
    font-size: 1.1rem;
    line-height: 1.1rem;
    }
    video{
    display: block;
    }

    .header {
    background-color: #192634;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 280px;
    }
    .icon {
    bottom: 60px;
    }
    .header-title{
      font-size: 2rem;
    }

    .col-partner {
      width: 100%;
    }

    .carousel .indicators{
      display: none;
    }

    .carousel.carousel-slider .carousel-item {
      padding-top: 0px;
      padding-left: 40px;
      padding-right: 40px;
  }

  .padd-section{
    padding-top: 30px;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 414px) {
.padd-section {
padding-left: 10px;
padding-right: 10px;
}

.img-txt {
font-size: 0.8rem;
line-height: 0.9rem;
}

.text {
width: 100%;
font-size: 10px!important;
}

p {
font-size: 15px;
}

.image_about_us{
width: 90%;
}

.carousel.carousel-slider {
  height: 700px!important;
}

}


@media only screen and (max-width: 375px) {
.img-txt {
font-size: 0.7rem;
line-height: 0.8rem;
}
}

nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
height: 90px;
line-height: 90px;
}

.contenedor-video {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
}

.hr{
border: solid 1px #e9e9e9;
}

a {
color: #203144;
}

.mt-2{
margin-top: 2rem;
}

.mb-2{
margin-bottom: 2rem;
}

img{
border-radius:4px;
}

.min-60{
  min-height: 60px;
}


