/* General */
body
{
    font-family:'Poppins';
}
a,a:hover
{
    color:inherit;
    text-decoration:none;
}
ul
{
    margin:0
}
/* Fin General */
/* Header */
header .flex
{
    justify-content:space-between;
    align-items: center;
    padding: 30px 0;
}
header .rrss a 
{
    display:Block;
}
header .rrss img
{
    margin:0 20px;
}
header .rrss > div:last-child a 
{
    border-left:2px solid #444c60;
    padding:5px;
}
header .rrss > div:nth-child(2)
{
    padding-right:30px;
}
header .rrss > div:last-child
{
    display:flex;
    align-items:center;

}
header .rrss
{
    display:flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
}
header nav 
{
    background-color:#444c60;
    color:white;
}
header nav ul
{
    display:flex;
    font-size:15px;
    font-weight:600;
    padding:20px 0;
    align-items:center;
}
header nav li 
{
    margin-right:40px;
    padding: 7px 15px;
    border-radius: 6px!important;
}
#S_Inicio header nav li:nth-child(1),#S_Nosotros header nav li:nth-child(2),#S_Servicios header nav li:nth-child(3),#S_Flota header nav li:nth-child(4),#S_Contacto header nav li:nth-child(5)
{
    background-color: #1294D4!important;
    /* padding:7px 15px; */
    /* border-radius:6px; */
}
/* Fin Header */
/* Inicio */
.slide
{
    color:white;
    border-bottom:12px solid #1294d5;;   
}
.slide .caption
{
    width:100%;
}
.slide * 
{
    text-transform:uppercase;
}
.slide .item
{
    height:500px;
}
.slide .flex
{
    height:100%;
    align-items:center;
    background-repeat:no-repeat;
    background-size:70% 110%;
    background-image:url(../img/sombra.png);
}
.slide h2:first-letter
{
    color:white;
    padding:0;
    margin:0;
}
.slide h2
{
    font-size:35px;
    font-weight:900;
    position:relative;
    padding-bottom:20px;
    color: white;
    margin-left: -12px;
}
.slide h2:after
{
    content:'';
    position:absolute;
    width:100px;
    height:3px;
    background-color:#1294d5;
    left:12px;
    bottom:0;
}
.slide h4
{
    margin:30px 0;
    font-size:26px;
}
.slide .caption .container * 
{
    width:40%;
}
.slide 
{
    font-size:16px;
    font-weight:300;
}
.slide .caption a 
{
    font-weight:bold;
    border:2px solid white;
    padding:10px 20px;
    display:block;
    width: fit-content!important;
    margin-top:30px;
}
.slide .item
{
    background-size:cover;
    background-position:center;
}
.carousel-control
{
    display:flex;
    align-items:center;
    justify-content:center;
}
h2
{
    text-align:center;
    font-weight:900;
    color:#394157;
}
h2
{
    font-size:35px;
    font-weight:900;
    position:relative;
    padding-bottom:10px;
    width:fit-content;
    margin:auto;
    text-transform:uppercase;
}
h2::first-letter
{
    color:#1294d5;
}
h2:after
{
    content:'';
    position:absolute;
    width:100px;
    height:3px;
    background-color:#1294d5;
    left:0;
    bottom:0;
}
#NuestrosServicios
{
    padding:100px 0;
}
#NuestrosServicios ul 
{
    margin-top:70px;
    display:flex;
    justify-content:space-between;
}
#NuestrosServicios .img
{
    height:250px;
    border:2px solid #1294d5;
}
#NuestrosServicios h5 
{
    font-size:19px;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-transform:uppercase;
    text-align:center;
    color:#1294d5;;
    font-weight:600;
    margin:30px 0;
}
#NuestrosServicios ul li 
{
    width:30%;
    text-align:center;
}
#NuestrosServicios ul li p 
{
    font-size:13px;
    font-weight:300;
}
#NuestrosServicios ul li button
{
    background-color:#1294d5;
    color:white;
    padding:10px 20px;
        border:none;
        margin-top:30px;
        font-weight:bold;
    
}
#Asistencia
{
    color:white;
    text-align:right;
    background-color:#1294d5;
    padding:40px 0;
    position:relative;
    margin: 70px 0;
}
#Asistencia:before
{
    height: 160%;
    width: 40%;
    content:'';
    left: 0;
    position:absolute;
    background-image: url(../img/camion.png?);
    background-repeat: no-repeat;
    background-position: top left;
    top: -30%;
    background-size: auto 100%;
}
#Asistencia hr 
{
    margin-right:0;
    width:100px;
    border-top:5px solid #444c60;;
}
#Asistencia a 
{
    font-size:52px;
    display:Block;
    font-weight:600;
    margin: -20px 0;
}
#Asistencia h3 
{
    text-transform:uppercase;
    margin-bottom:30px;
    font-size:30px;
}
#Asistencia span
{
    text-transform:uppercase;
    font-weight:300;
    margin-top:30px;
    display:block;
    font-size:16px;
}
#SobreNosotros .flex > div 
{
    width:48%;
}
#SobreNosotros .flex
{
    margin-top:50px;
    justify-content:space-between;
}
#SobreNosotros h3 
{
    text-transform:uppercase;
    font-weight:Bold;
    color:#444c60;
    padding-bottom:10px;
    position:relative;
    margin-bottom:40px;
}
#SobreNosotros h3:before
{
    content:'';
    width:100px;
    height:3px;
    background-color:1294d5;;
    position:absolute;
    left:0;
    bottom:0;
}
#SobreNosotros
{
    font-size:16px;
    font-weight:300;
    line-height:28px;
    text-align: justify;
}
#SobreNosotros button
{
    background-color:#1294d5;;
    border:none;
    color:white;
    font-weight:600;
    font-size:14px;
    padding:10px 20px;
    margin-top:30px;
}
#SobreNosotros .flex > div:last-child
{
    border:2px solid #1294d5;
    position:relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
}
#SobreNosotros .flex > div:first-child
{
    position:relative;
}
#SobreNosotros .flex > div:first-child:before
{
    content:'';
    position:absolute;
    background-color:#1294d5;
    border:2px solid #1294d5;
    /* position:relative; */
    width:100%;
    height: 100%;
    z-index: 0;
    right: -106%;
    top: 4%;
}
/* Fin Inicio */
/* Footer */
footer #Celeste
{
    background-color:#1294d5;
    margin-top:70px;
    padding:50px 0;
    color:white;
}
footer .flex > div
{
    padding:0 40px;
    width:25%;
}
footer .flex
{
    justify-content:space-between;
}
footer .flex > div:first-child img 
{
    margin-bottom:30px;
}
footer .flex > div:last-child 
{
    padding-right:0
}
footer .flex > div:first-child 
{
    padding-lefT:0;
    font-size:13px;
    font-weight:300;
    border-right:2px solid #a6a6a6;
    /* padding: 0; */
}
footer strong
{
    position:relative;
    padding-bottom:10px;
    font-size:18px;
    display:block;
    margin-bottom:20px;

}
footer strong:after
{
    content:'';
    width:50px;
    left:0;
    bottom:0;
    height:3px;
    background-color:#a6a6a6;
    position:absolute;
}
footer
{
    font-weight:300;
}
footer .flex > div:nth-child(3) li 
{
    margin:10px 0
}
footer .flex > div:nth-child(2) li 
{
    display:flex;
    align-items:center;
    margin-bottom:20px;
    text-align: center;
    justify-content: center;
}
footer li > div:first-child
{
    width:20%;
}
footer li > div:last-child
{
    width:80%;
}
footer .flex > div:last-child img 
{
    margin:0 10px;
}
footer #Gris
{
    color:White;
    background-color:#394157;
    padding:20px;
}
/* Fin Footer */
#S_Nosotros .hoja,#S_Servicios .hoja,#S_Flota .hoja
{
    padding:70px 0;
}
#S_Nosotros .hoja,#S_Servicios .hoja,#S_Flota .hoja
{
    width:50%;
    font-size:17px;
    color:#394157;
    text-align:justify;
    line-height:30px;
    margin:auto;
}
#S_Nosotros .hoja h2,#S_Servicios .hoja h2,#S_Flota .hoja h2
{
    margin-bottom:40px;
}
#S_Nosotros .fotos > div:nth-child(2)
{
    width:40%;
    margin-top:-70px;
    box-shadow:0px 0px 30px 0px #00000069;
    height:490px;
}
#S_Nosotros .fotos
{
    margin:70px 0;
}
#S_Nosotros .fotos > div
{
    height:350px;
    background-size:cover;
    background-position:center;
    width: 30%;
}
#SServicios .img
{
    height: 350px;
    border:2px solid #1294d5;
}
#SServicios h5:after
{
    content:'';
    width:100px;
    height:3px;
    position:absolute;
    background-color:#394157;;
    bottom:0;
}
#SServicios h5 
{
    font-size: 32px;
    /* height:30px; */
    display:flex;
    /* align-items:center; */
    /* justify-content:center; */
    text-transform:uppercase;
    text-align: left;
    color:#1294d5;
    font-weight:600;
    margin:30px 0;
    position: relative;
    padding-bottom:15px
}
#SServicios li 
{
    width: 100%;
    text-align: left;
    margin:60px 0;
}
#SServicios li p 
{
    font-size:13px;
    font-weight:300;
}
#SServicios li button
{
    background-color:#1294d5;
    color:white;
    padding:10px 20px;
        border:none;
        margin-top:30px;
        font-weight:bold;
    
}
#Flota
{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
#Flota li 
{
    width: 30%;
    text-align: left;
    margin:60px 0;
     font-size:16px;
    text-align:justify;
    font-weight:300;
}

#Flota .img
{
    height: 350px;
    border:2px solid #1294d5;
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat
}
#Flota li:first-child .img
{
    background-size:130%;
}
#Flota h5:after
{
    content:'';
    width:100px;
    height:3px;
    position:absolute;
    background-color:#394157;;
    bottom:0;
}
#Flota h5 
{
    font-size: 32px;
    /* height:30px; */
    display:flex;
    /* align-items:center; */
    /* justify-content:center; */
    text-transform:uppercase;
    text-align: left;
    color:#1294d5;
    font-weight:600;
    margin:30px 0;
    position: relative;
    padding-bottom:15px
}
#SContacto
{
    position:relative;
    background-size:cover;
    background-position:center;
    color:white;
    padding:70px 0;
}
#SContacto:before
{
    top:0;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background-color:#02679e;
    z-index:0;
    opacity:0.9;
}
#SContacto * 
{

    position:relative;
}
#SContacto .flex > div p 
{
    text-transform:uppercase;
}
#SContacto .flex > div
{
    width:40%;
}
#SContacto .flex
{
    justify-content:space-between;
}
#SContacto form input,#SContacto form textarea,#SContacto form button
{
    width:100%;
    padding:10px 20px;
    border:none;
    margin:5px 0;
    color: #666;
}
#SContacto form *:focus
{
    outline:none;
}
#SContacto form button
{
    color:White;
}
#SContacto form textarea
{
    height:100px;
}
#SContacto form button
{
    background-color:#394157;
}
#SContacto li 
{
    display:flex;
    align-items:center;
    margin-bottom:20px;
    font-size:16px;
    font-weight:300;
}
#SContacto li > div:first-child
{
    width:10%;
}
#SContacto li > div:last-child
{
    width:90%;
}
#SContacto h3
{
    font-size:25px;
    font-weight:600
}
#SContacto h4
{
    font-size:25px;
    font-weight:300;
    text-transform:uppercase;
}
#SContacto hr 
{
    width:100px;
    margin-left:0;
    margin:40px 0;
    border-top:5px solid #394157;;
}
#S_Contacto #Celeste
{
    margin-top:0;
}
#SServicios
{
    width:500px;
    margin:auto;
}
.img
{
    background-size:cover;
    background-position:center;
}
.hvr-shutter-out-horizontal
{
    background-color: transparent!important;
    border-radius: 6px
}
.hvr-shutter-out-horizontal:before
{
    border-radius:6px!important;
}

header.fijo
{
    position:fixed;
    width:100%;
    z-index:1000;
    top: 0;
}
header.fijo > .container
{
    display:none;
}
header *
{
    transition:0.5s;
}
body.fijo
{
    padding-top: 140px;
}
/* Responsive */
@media (max-width: 768px) {
 .navbar-toggle {
      background: #008cd2;
      margin-top: -66px;
      /* margin-top: -42px; */
      /* margin-bottom: 42px; */
    }
    .navbar-toggle span {
      background: #fff;
    }
    .izq .navbar-toggle span 
    {
      /* background:transparent; */
      color:white;
    }
    .izq .navbar-toggle
    {
      padding:5px;
    }
    .sub-header nav {
      margin-top: 0;
    }
    header nav ul li {
      display: block !important;
      text-align: center;
      padding: 5px;
      float: none!important;
      padding: 10px!important;
      margin: 0;
      border-bottom: 1px solid #ffffff59;
    }
    header nav ul {
        background-color: rgb(18, 148, 213);
        color: white;
        /* min-width: 300px; */
        float: none!important;
        display: block;
        width: 100%;
        margin: 0!important;
    }
    nav ul li a
    {
        /* color:white; */
        /* border-bottom: 1px solid #ffffff59; */
        /* background-color: rgb(181, 4, 4)!important; */
        border-radius: 0;
    }
    header nav ul li.activo, header nav ul li:hover
    {
      /* background: #2dacd5!important; */
      border-top: none;
      color: #323231;
    }
    header .rrss
    {
        font-size:13px;
    }
    #NuestrosServicios ul
    {
        flex-direction:column;
        margin-top: 0;
    }
    footer .flex
    {
        flex-direction:column;
    }
    header .rrss > div:last-child
    {
        width: 20%;
        display: none;
    }
    header .rrss > div:last-child img 
    {
        height: 20px;
        margin: 0 10px;
    }
    header .rrss > div:last-child a
    {
        border:0;
    }
    header .logo
    {
        margin-bottom:20px;
    }
    header .rrss img
    {
        margin-left:0
    }
    header nav
    {
        background-color:transparent;
    }
    h2
    {
        font-size:20px;
    }
    .slide h2
    {
        font-size: 18px;
        text-align:center;
        margin: 0;
    }
    .slide .caption .container *
    {
        width:100%;
    }
    .slide h4
    {
        font-size:16px;
        text-align:center;
    }
    .slide
    {
        font-size: 13px;
        text-align:center;
    }
    .slide .caption a
    {
        margin:20px auto;
        font-size: 12px;
    }
    .slide h2::after
    {
        left:calc(50% - 50px);
    }
    .slide .item
    {
        height:400px;
    }
    #NuestrosServicios ul li
    {
        width:100%;
        margin: 30px 0;
    }
    #NuestrosServicios .img
    {
        height:150px;
    }
    #NuestrosServicios ul li button
    {
        font-size:12px;

    }
    #NuestrosServicios h5
    {
        font-size:16px;
    }
    #NuestrosServicios ul li p
    {
        font-size:12px;
    }
    #NuestrosServicios
    {
        padding:50px 0;
    }
    #Asistencia:before
    {
        width:100%;
        background-size:100%;
        top: -100px;
    }
    #Asistencia
    {
        padding-top: 60%;
        text-align:center;
    }
    #Asistencia h3
    {
        font-size:20px;
    }
    #Asistencia a
    {
        font-size:25px;
        margin: 0;
    }
    #Asistencia span
    {
        font-size:14px;
    }
    #Asistencia hr
    {
        margin:auto;
        margin-top:30px;
    }
    #SobreNosotros .flex
    {
        flex-direction:column;
        margin: 0;
    }
    #SobreNosotros .flex > div
    {
        width:100%
    }
    #SobreNosotros .flex > div:first-child:before
    {
        display:none;
    }
    h3
    {
        font-size:20px;
    }
    #SobreNosotros
    {
        font-size:13px;
        line-height:22px;
        text-align:justify;
    }
    #SobreNosotros .flex > div:last-child
    {
        height:300px;
        display: none;
    }
    #SobreNosotros h2 
    {
        display:none;
    }
    footer .flex > div
    {
        width:100%;
        border-right: none!important;
        text-align: center;
        padding: 20px 0;
        font-size: 12px!important;
    }
    footer
    {
        font-size:13px;
    }
    footer strong:after
    {
        left:calc(50% - 25px);
    }
    header.fijo
    {
        height:50px;
        background-color:white;
    }
    header.fijo .navbar-toggle
    {
        margin-top: 14px;
        padding: 5px;
    }
    header.fijo .navbar-toggle span
    {
        height:1px;
        width:17px
    }
    header.fijo .navbar-collapse
    {
        margin-top:49px;
    }
    #S_Nosotros .hoja, #S_Servicios .hoja, #S_Flota .hoja
    {
        width:100%;
        padding:0 15px
    }
    h2:after
    {
        left:calc(50% - 50px);
    }
    #S_Nosotros .hoja, #S_Servicios .hoja, #S_Flota .hoja
    {
        font-size:13px;
        line-height:20px;
    }
    #S_Nosotros .fotos > div
    {
        height:100px;
    }
    #S_Nosotros .fotos > div:nth-child(2)
    {
        height:150px;
        margin-top: -25px;
    }
    #SServicios
    {
        width:100%;
        padding:0 15px;
    }
    #SServicios .img{
        height:150px;
    }
    #SServicios h5
    {
        font-size: 16px;
        text-align:center;
        justify-content: center;
    }
    #SServicios li
    {
        text-align:center;
        font-size:13px;
    }
    #SServicios li p 
    {
        font-size:13px;
    }
    #Flota
    {
        flex-direction:column;
    }
    #Flota li
    {
        width:100%;
    }
    #Flota .img 
    {
        height:200px;
    }
    #Flota h5
    {
        font-size:17px;
    }
    #Flota li
    {
        font-size:13px;
        margin:20px 0;
    }
    #SContacto .flex
    {
        flex-direction:column;
    }
    #SContacto .flex > div 
    {
        width:100%;
    }
    #SContacto h4
    {
        font-size:14px;
    }
    #SContacto li
    {
        font-size:13px;
    }
    #SContacto li > div:first-child
    {
        width:20%;
    }
    #SContacto form input, #SContacto form textarea, #SContacto form button
    {
        font-size:12px;
    }
    #SContacto
    {
        padding:35px 0;
    }
}
header nav
{
    color:white!important;
}
.navbar-nav > li > a
{
  padding:0;
  background-color:transparent!important;
}