@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700');

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .navbar-inverse .navbar-collapse {
        text-align: center;
    }
}
*{
    transition: all .3s linear;
}
a:hover{
    text-decoration: none;
}
p{
    font-size: 14px;
    font-weight: 400;
}
button:hover{
    transform: scale(0.9);
}

body{
    padding-top: 110px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.navbar-inverse{
    background-color: #fff;
    border-color: #fff;
}

.navbar-inverse .navbar-nav li > a{
    color: #458940;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    transition: all .3s ease;
}
@media(min-width: 768px){
    .navbar-inverse{
        height: 110px;
    }
    .navbar-inverse.shrink{
        height: 70px;
    }
    header{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media(max-width: 767px){
     body{
        padding-top: 50px;
    }
    .navbar-brand{
        padding: 3px 15px;
    }
    .navbar-brand img{
        height: 44px;
    }
    .navbar-inverse .navbar-toggle{
        border-color: #fff;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus{
        background-color: #fff;
    }
    .navbar-inverse .navbar-toggle span{
        transition: all .5s ease;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #b3292d;
    }
    .navbar-inverse .navbar-toggle[aria-expanded="true"] span{
        background-color: #42883f;
    }
    .navbar-inverse .navbar-toggle[aria-expanded="true"] span:nth-child(2){
        transform: rotate(45deg);
        transform-origin: top left;
        width: 18px;
    }
    .navbar-inverse .navbar-toggle[aria-expanded="true"] span:nth-child(3){
        opacity: 0;
        width: 14.14px;
    }
    .navbar-inverse .navbar-toggle[aria-expanded="true"] span:nth-child(4){
        transform: rotate(-45deg);
        transform-origin: bottom left;
        width: 18px;
    }
    .navbar-inverse .navbar-collapse{
        border-color: #b3292d;
    }
    header{
        padding: 40px 15px;
        height: inherit !important;
    }
    .title-somos {
        font-size: 40px !important;
        border-right: 0 !important;
        padding: 0 !important;
    }
    section.somos {
        padding-bottom: 150px !important;
        background-image: none !important;
        position: relative;
    }
    section.somos .container > .row:after {
        height: 0 !important;
        width: 0 !important;
    }
    .animation:after{
        content: "";
        position:absolute;
        background-image: url(../img/index/tren2.png);
        background-position: -100% bottom !important;
        background-size: auto 200px !important;
        background-repeat: no-repeat;
        -webkit-animation:10s scroll infinite linear;
        -moz-animation:10s scroll infinite linear;
        -o-animation:10s scroll infinite linear;
        -ms-animation:10s scroll infinite linear;
        animation: 10s scroll infinite linear;
        top:0;
        left:0;
        width:100%;
        height:100%;
        z-index: -1;
    }
    @-webkit-keyframes scroll{
      100%{
        background-position:  -2000px bottom;
      }
    }

    @-moz-keyframes scroll{
      100%{
        background-position: -2000px bottom;
      }
    }

    @-o-keyframes scroll{
      100%{
        background-position: -2000px bottom;
      }
    }

    @-ms-keyframes scroll{
      100%{
        background-position: -2000px bottom;
      }
    }
    @keyframes scroll{
      100%{
        background-position: -2000px bottom;
      }
    }
    .beneficios .col-sm-10 > .row > div {
        width: 100% !important;
        display: block !important;
        height: auto !important;
        margin: 0 !important;
        margin-bottom: 20px !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .beneficios .title-somos:after {
        width: 0!important;
        height: 0;
    }
    .beneficios .title-somos{
        font-size: 40px !important;
    }
    .beneficios .col-sm-10 > .row:last-child{
        margin-top: 0 !important;
    }
    .servicios .title-somos:after,
    section.aviso .title-somos:after {
        width: 0 !important;
    }
    .servicios .row {
        display: block !important;
    }
    .servicios .col-sm-4 {
        width: 100% !important;
        margin: 0 !important;
        background-position: center 70% !important;
        background-size: cover;
    }
    section.mapa {
        background-image: url(../img/index/mapa.png);
        background-position: -10px !important;
        background-size: contain;
    }
    .mapa .text {
        position: absolute;
        right: 0px !important;
        top: -50px !important;
        left: 70px;
    }
    .mapa h1 {
        font-size: 30px !important;
    }
    .transportistas .title-somos{
        font-size: 26px !important;
        text-align: center;
    }
    .transportistas .title-porque {
         margin-right: 0 !important; 
    }
    .transportistas .container > .row:after,
    .transportistas .container > .row:before {
        height: 0 !important;
    }
    .btn-modal:after {
        width: 0 !important;
    }
    .btn-modal{
        width: 100% !important;
        padding: 15px !important;
    }
    .universidad h1 {
        font-size: 30px !important;
    }
    .universidad {
        padding: 40px 0 !important;
        background-position: 60% center !important;
    }
    .contacto .title-somos{
        font-size: 30px !important;
    }
    header h1 {
        font-size: 70px !important;
    }
    form button {
        background-color: #b4292e;
        color: #fff;
        text-transform: uppercase;
        border: 0;
        padding: 20px 60px !important;
        font-size: 24px;
        float: inherit !important;
        margin-top: 20px !important;
    }
    footer {
        padding-top: 30px !important;
    }
    .aviso .title-somos{
        font-size: 36px !important;
    }
}

.navbar-inverse .navbar-nav li > a:hover{
    color: #ef3743;
}
.img-brand{
    margin-top: 5px;
    height: 60px;
}
header{
    background-image: url(../img/index/index.png);
    background-position: center;
    background-size: cover;
    margin-bottom: 40px;
}
header.aviso{
    background-image: url(../img/aviso/aviso.png);
    display: block;
    padding: 150px 0;
}
header h1{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 80px;
    letter-spacing: 4px;
    line-height: 60%;
    color: #fff;
}
header h1 span{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 0px;
}
header h5{
    color: #fff;
    font-size: 18px;
}
.navbar-inverse.shrink .navbar-nav{
    display: none;
    opacity: 0;
}
.navbar-inverse .navbar-nav{
    opacity: 1;
}

.btn-header{
    background-color: #ef3743;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 40px;
    font-weight: 700;
    border: 0;
}
.btn-header:hover{
    background-color: #fff;
    color: #ef3743;
}
section{
    padding: 40px 0;
}
section.somos{
    padding-bottom: 250px;
    border-bottom: 3px solid #b32b2d;
    background-image: url(../img/index/tren.png);
    background-size: auto 200px;
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-bottom: 40px;
}
section.somos .container > .row{
    position: relative;
}
section.somos .container > .row:after{
    position: absolute;
    content: "";
    height: 235px;;
    width: 3px;
    right: 145px;
    top: -40px;
    background-color: #b32b2d;
}
.transportistas .container > .row{
    position: relative;
}   
.transportistas .container > .row:after{
    position: absolute;
    content: "";
    height: 235px;;
    width: 3px;
    right: 145px;
    top: -40px;
    background-color: #b32b2d;
}
.transportistas .container > .row:before{
    position: absolute;
    content: "";
    height: 150px;;
    width: 3px;
    right: 105px;
    top: 0px;
    background-color: #b32b2d;
}
.transportistas .title-somos{
    border: 0;
}
.title-somos{
    font-family: 'Lato', sans-serif;
    color: #b32b2d;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 50px;
    line-height: 130%;
    margin: 0;
    border-right: 3px solid #b32b2d;
    padding-top: 25px;
    padding-right: 50px;
}
.title-somos.no-border{
    border: 0;
    padding-right: 0;
}
.beneficios .title-somos,
.servicios .title-somos,
section.aviso .title-somos{
    position: relative;
    border: 0;
    padding: 0;
}
.beneficios .title-somos:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #b32b2d;
    left: -60px;
    top: 120px;
}
.servicios .title-somos:after,
section.aviso .title-somos:after{
    position: absolute;
    content: "";
    width: 35%;
    height: 3px;
    background-color: #b32b2d;
    left: 30px;
    top: 30px;
}
section.aviso .title-somos:after{
    width: 20%
}
.beneficios .col-sm-10 > .row:first-child > div:first-child{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
}
.beneficios .col-sm-10 > .row > div{
    width: 30%;
    margin-left: 1.666666665%;
    margin-right: 1.666666665%;
    border: 2px solid #e4e4e4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top20{
    margin-top: 20px;
}
.top40{
    margin-top: 40px;
}
.title-porque{
    font-family: 'Lato', sans-serif;
    color: #b32b2d;
    text-transform: uppercase;
}
.beneficios .col-sm-10 > .row > div > div{
    height: auto;
}
.text-beneficios{
    color: #565656;
    text-transform: uppercase;
    font-weight: 700;
}
.servicios .col-sm-4{
    width: 30%;
    margin-left: 1.666666665%;
    margin-right: 1.666666665%;
    background-color: aqua;
    padding: 30px 15px;
    background-position: center;
    background-size: cover;
}
.servicios .col-sm-4 h3{
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}
.servicios .row{
    display: flex;
}
.servicios p,
.servicios li{
    color: #fff;
    font-weight: 400;
}
.servicios .col-sm-4:nth-child(1){
/*    background-image: linear-gradient(rgba(43,114,80,0.8), rgba(43,114,80,0.8)),url(http://dummyimage.com/300x600/ccc/aaa);*/
    background-image: url(../img/index/servicio1.png);
}
.servicios .col-sm-4:nth-child(2){
/*    background-image: linear-gradient(rgba(75,122,67,0.8), rgba(75,122,67,0.8)),url(http://dummyimage.com/300x600/ccc/aaa);*/
    background-image: url(../img/index/servicio2.png);
}
.servicios .col-sm-4:nth-child(3){
/*    background-image: linear-gradient(rgba(74,131,122,0.8), rgba(74,131,122,0.8)),url(http://dummyimage.com/300x600/ccc/aaa);*/
    background-image: url(../img/index/servicio3.png);
}
.transportistas .title-porque{
    margin-right: 56px;
}
.transportistas p{
    font-size: 18px;
}
.transportistas h3{
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    color: #b32b2d;
    text-transform: uppercase;
    text-align: center;
}
ul.dashed {
    list-style-type: none;
    margin-top: 40px;
    padding: 0;
}
ul.dashed > li {
    font-size: 18px;
    font-weight: 400;
}
ul.dashed > li:before {
    content: "-";
}
.btn-modal{
    font-family: 'Lato', sans-serif;
    background-color: #8dd78a;
    color: #fff;
    border: 1px solid #8dd78a;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 60px;
    font-weight: 400;
    position: relative;
    transition: all .3s ease;
}
.btn-modal:hover{
    background-color: #fff;
    color: #8dd78a;
}
.btn-modal:hover span{
    color: #8dd78a;
}
.btn-modal:after{
    position: absolute;
    content: "";
    height: 3px;
    width: 110%;
    background-color: #8dd78a;
    right: 130%;
}
.btn-modal span{
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
}
.universidad{
    background-image: url(../img/index/cursos-pitaya.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0;
}
.contacto{
    background-image: url(../img/camino2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}
footer{
    background-color: #42883f;
    padding-top: 200px;
    padding-bottom: 40px;
}
footer.aviso{
    background-image: url(../img/camino.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 500px;
    background-color: transparent;
    background-size: cover;
}
footer a,
footer h4{
    color: #fff;
}
footer a{
    font-size: 18px;
}
form button{
    background-color: #b4292e;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    padding: 30px 80px;
    font-size: 24px;
    float: right;
    margin-top: 60px;
}
form button:hover{
    background-color: #fff;
    color: #b4292e;
}
form button .fa{
    color: #fff;
}
form button:hover .fa{
    color: #b4292e;
}
.form-control{
    border-radius: 0;
    box-shadow: 0 0 0;
    border: 2px solid #dff0de;
    background-color: transparent;
}
.form-control:focus {
    border-color: #42883f;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(66, 136, 63,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(66, 136, 63,.6);
}
.form-group label{
    color: #aaa;
    font-weight: 400;
    font-size: 18px;
}
.contacto p{
    font-size: 16px;
    margin-left: 40px;
    color: #4a4a4a;
    position: relative;
    margin-bottom: 40px;
}
.contacto p:before{
    position: absolute;
    font-family: FontAwesome;
    content: "";
    height: 30px;
    width: 30px;
    left: -40px;
    top: -4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #4a4a4a;
}
.contacto p.pin:before{
    content: "\f041";
}
.contacto p.phone:before{
    content: "\f10b";
    font-size: 30px;
}
.contacto p.mail:before{
    content: "\f003";
}
.contacto p.facebook:before{
    content: "\f082";
}
.contacto p.twitter:before{
    content: "\f099";
}
section.aviso p,
section.aviso li{
    font-size: 16px;
    font-weight: 400;
}
section.aviso p{
    margin-bottom: 20px;
}
div.logo{
    position: fixed;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    background-color: #fff;
    z-index: 9999;
}
div.logo img{
    height: 60px;
    width: 60px;
}
body.padd70{
    padding-top: 70px;
}
.beneficios svg{
    width: 150px;
    height: auto;
}
.beneficios .col-sm-4:hover svg *{
    fill: #b32b2d;
}
.beneficios svg.height150{
    height: 150px;
    width: auto;
}
.universidad h1,
.universidad h4,
.universidad h5{
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.universidad h4{
    font-weight: 900;
    color: #484c4b;
    font-size: 22px;
}
.universidad h1{
    color: #b32b2d;
    font-weight: 900;
    font-size: 50px;
    line-height: 130%;
    margin: 0;
}
.mapa .container{
    position: relative;
}
.mapa .text{
    position: absolute;
    right: 150px;
    top: 70px;
}
.mapa h1{
    color: #b32b2d;
    font-weight: 900;
    font-size: 50px;
    line-height: 130%;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.mapa h4{
    margin: 0;
}
.universidad h5{
    color: #484c4b;
    font-size: 20px;
}

/*  Animation beneficios    */

.slideDown{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	

	visibility: visible !important;						
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	50%{
		transform: translateY(8%);
	}
	65%{
		transform: translateY(-4%);
	}
	80%{
		transform: translateY(4%);
	}
	95%{
		transform: translateY(-2%);
	}			
	100% {
		transform: translateY(0%);
	}		
}

.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes slideRight {
	0% {
		transform: translateX(-150%);
	}
	50%{
		transform: translateX(8%);
	}
	65%{
		transform: translateX(-4%);
	}
	80%{
		transform: translateX(4%);
	}
	95%{
		transform: translateX(-2%);
	}			
	100% {
		transform: translateX(0%);
	}	
}

@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(-150%);
	}
	50%{
		-webkit-transform: translateX(8%);
	}
	65%{
		-webkit-transform: translateX(-4%);
	}
	80%{
		-webkit-transform: translateX(4%);
	}
	95%{
		-webkit-transform: translateX(-2%);
	}			
	100% {
		-webkit-transform: translateX(0%);
	}
}

.fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		transform: scale(1.1);	
	}
	80% {
		transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}		
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		-webkit-transform: scale(1.1);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}		
}


section.mapa{
    background-image: url(../img/index/mapa.png);
    background-repeat: no-repeat;
    background-position: 40%;
}
@media(min-width: 1400px){
    section.mapa{
        background-position: 46%;
    }
}
.navbar-inverse.shrink .navbar-nav li a{
    opacity: 0;
}
.navbar-inverse.shrink:hover .navbar-nav li a{
    opacity: 1;
}
.navbar-inverse.shrink .navbar-collapse{
    opacity: 0;
}
.navbar-inverse .navbar-collapse{
    opacity: 1;
}





.mapa svg path,
.mapa svg polyline{
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}
.svg-animated path,
.svg-animated polyline{
    animation: line 5s linear forwards;
}
@keyframes line {
  to {
    stroke-dashoffset: 0;
  }
}