@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Anton|Encode+Sans+Expanded|Ubuntu');
/*@import url('https://fonts.googleapis.com/css?family=Montserrat|Questrial');*/

::-webkit-input-placeholder { color: inherit; }
:-moz-placeholder { color: inherit; }
::-moz-placeholder { color: inherit; }
:-ms-input-placeholder { color: inherit; }
:-o-input-placeholder { color: inherit; }
* {
    box-sizing: border-box;
    transition: all 0.3s;
}
a {
    color: inherit;
    text-decoration: none;
    text-decoration-color: none;
}
figure {
    margin: 0;
    padding: 0;
}
h2 {
    font-family: 'Encode Sans Expanded';
    color: #7E8C96;
}
img {
    display: block;
    margin: 0;
    max-width: 100%;
    padding: 0;
}
main, section, article, div.contendor {
    position: relative;
}

body, html {
	background: #FFF;
    color: #727272;
	font-family: 'Ubuntu', Tahoma;
	font-size: 14px;
	margin: 0;
    /*min-height: 100%;*/
	max-width: 100%;
	padding: 0;
	text-align: left;
    width: 100%;
}

footer#pie {
    background: #EBF0F5;
    background-size: cover;
    color: #005578;
}
    #pie section article {
        margin: 0;
        padding: 2em 1em;
    }
        #pie section:first-child {
            display: flex;
            flex-direction: column-reverse;
        }
    #pie #textos_pie {
        font-size: 1.2em;
    }
        #pie #textos_pie i {
            float: left;
            font-size: 1.2em;
        }
        #pie #textos_pie p {
            padding-left: 2em;
        }

header {
    /*height: 50px;*/
    padding: 10px 14px;
    position: absolute;
    width: 100%;
    z-index: 2000;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
    header div.contenedor {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
        header p{
            margin: 0;
        }

main#inicio {
    margin: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

main#inicio_pags {
    background: url(../imagenes/fe_01.jpg) center bottom no-repeat fixed;
    background-size: cover;
    height: 65vh;
    margin: auto;
    padding: 0;
    width: 100%;
}

nav#menu_flota {
    /*display: none;*/
}
    #menu_flota ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: fixed;
        right: 0;
        top: -100vh;
        width: 260px;
        z-index: 950;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
        #menu_flota li {
            z-index: 951;
        }
            #menu_flota a {
                display: block;
                padding: 1.1em 1em;
                z-index: 952;
            }
                #menu_flota a:hover, #menu_flota a:focus {
                    background: #540E30;
                    color: #FFF;
                    padding-left: 3.5em;
                }

section#cont_fe {
    padding: 3em 0;
    /*width: 70%;*/
}
    #cont_fe article {
        margin-bottom: 3em;
        padding: 1em;
    }
    #cont_fe article:nth-child(even) {
        background: rgb(238,238,238);
    }
        #cont_fe h3 {
            /*background: linear-gradient( 90deg, #026a00 20%, #388d03 80%);*/
            border-left: solid 7px #026a00;
            color: #026a00;
            font-size: 1.3em;
            padding: 0.5em 1em;
            /*display: inline-block;*/
        }
#cont_fe ul li {
    margin-bottom: 8px;
}


section#nosotros {
    
}
    #nosotros #capa_color {
        background: linear-gradient( 90deg, #026a00 20%, #06a002 80%);
        color: #EEE;
        padding: 3em;
    }
        #nosotros h2 {
            margin-top: 0;
            text-align: center;
        }

section#partners {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
    #partners div.contenedor {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    #partners figure {
        width: 14%;
    }

section#servicios {
    
}
    #servicios article {
        margin: 0;
        max-width: 100%;
        padding: 0 0 2em 0;
    }
        #servicios article:nth-child(even) {
            background: rgb(238,238,238);
        }
        #servicios article:nth-child(odd) {
            background: rgb(245,245,245);
        }
    #servicios a {
        /*background: linear-gradient(-25deg, #169313 25%, #16d311 75%);*/
        background: linear-gradient(-25deg, #540E30 25%, #6c173c 75%);
        /*border: solid 4px #6a33ff;*/
        border-radius: 50%;
        box-shadow: 0px 0px 8px rgba(1,1,1,0.6);
        /*color: #7340ff;*/
        color: #FFF;
        display: block;
        font-size: 12px;
        font-weight: bold;
        height: 60px;
        margin: 0 auto 0 auto;
        padding: 0;
        width: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
        #servicios a img{
            display: inline-block;
            margin-bottom: 10px;
            width: 8px;
        }
    #servicios h2 {
        margin: 0 auto 1em auto;
        padding: 24px 0.5em 0 0.5em;
        text-align: center;
        width: 80%;
    }
        #servicios h2 i {
            display: block;
            font-size: 4em;
            text-align: center;
            margin-bottom: 8px;
        }
        #servicios p {
            padding: 0 2em;
        }

/*-----------------------Objetos-----------------------*/

#btn_regresar {
    color: #FFF;
    font-size: 1.3em;
    margin-bottom: 8px;
}

#formulario {
    text-align: center;
}
/*#formulario::before {
    content: "";
    border-bottom: solid #c0cfd8 50px;
    border-left: solid transparent 30px;
    border-right: solid transparent 30px;
    display: block;
}
#formulario::after {
    content: "";
    border: solid #c0cfd8 20px;
    border-radius: 0 0 10px 10px;
    display: block;
}
*/
    #formulario input, #formulario textarea {
        background: #6799AF;
        border: none;
        border-radius: 2px;
        color: #fdfbfb;
        font-family: 'Encode Sans Expanded';
        font-size: 12px;
        margin: 0 auto 1em auto;
        padding: 10px 1em;
        text-align: left;
        width: 82%;
        z-index: 100;
    }
            #formulario input:focus, #formulario textarea:focus {
                background: rgb(0, 85, 120);
                color: #FFF;
            }
        #formulario input[type="submit"] {
            background: none;
            /*background: url(../imagenes/simbolo_VVo.svg) no-repeat scroll 70% center transparent;*/
            background: linear-gradient(-25deg, #169313 25%, #16d311 75%);
            /*border: solid #06a002 4px;*/
            border-radius: 50%;
            box-shadow: 0px 0px 8px rgba(1,1,1,0.6);
            /*color: #06a002;*/
            color: #FFF;
            cursor: pointer;
            font-size: 1.2em;
            font-weight: bold;
            height: 80px;
            margin: 0 auto 0 auto;
            padding: 0;
            text-align: center;
            width: 80px;
        }
    #formulario h3 {
        background: #6799AF;
        border-top-right-radius: 2px;
        color: #fdfdfb;
        font-size: 12px;
        font-weight: normal;
        height: 32px;
        margin: 0 0 0 60%;
        padding: 9px;
        position: relative;
        text-align: center;
        width: 90px;
        z-index: 90;
    }
        #formulario h3::before {
            border-bottom: 32px solid #6799AF;
            border-left: 60px solid transparent;
            content: "";
            height: 0;
            left: -60px;
            position: absolute;
            top: 0;
        }

#formu_fe input, #formu_fe textarea {
    background: #6799AF;
    border: none;
    border-radius: 2px;
    color: #fdfbfb;
    display: block;
    font-family: 'Encode Sans Expanded';
    font-size: 12px;
    margin: 0 auto 1em auto;
    max-width: 350px;
    padding: 16px 1em;
    text-align: left;
    width: 100%;
    z-index: 100;
}
    #formu_fe input:focus, #formu_fe textarea:focus {
        background: #07892a;
    }
#formu_fe input[type="submit"] {
    background: linear-gradient(-25deg, #540E30 25%, #661639 75%);
    color: #FFF;
    cursor: pointer;
    font-size: 1.1em;
    margin: 0 auto 0 auto;
    padding: 13px;
    text-align: center;
    width: 170px;
}

#gracias {
    color: #FFF;
    height: 100vh;
    left: 0;
    margin: 0;
    padding: 8%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 35;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
}
    #gracias figure {
        width: 50%;
    }
    #gracias p {
        font-size: 1.1em;
        text-align: justify;
        text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
        width: 90%;
    }

#gatillo {
    font-size: 2em;
    z-index: 1000;
}
#ico_menu {
    color: #FFF;
    cursor: pointer;
    padding-bottom: 6px;
    position: relative;
}

#logotipo {
    width: 25%;
}

#menu_fe {
    background: rgba(34,22,59,0.8);
    bottom: -15%;
    box-shadow: 0px 0px 21px rgba(0,0,0,0.5);
    font-size: 0.8em;
    list-style: none;
    margin: 0;
    padding: 1em 0;
    position: absolute;
    right: 2.5%;
    z-index: 2000;
}
    #menu_fe li {
        padding: 0.5em 1em;
    }
            #menu_fe li:hover {
                background: #FFF;
                color: rgb(34,22,59);
            }
        #menu_fe li a {
            color: #EEE;
            padding: 1em;
        }

#rotador {
    margin: 0;
    padding: 0;
    width: 300%;
    display: flex;
    animation: cambio 15s infinite alternate;
}
    #rotador li {
        list-style: none;
        width: 100%;
    }
        #rotador li > div {
            position: relative;
        }
            #rotador div span {
                bottom: 20%;
                position: absolute;
                right: 5%;
                width: 56%;
                z-index: 35;
            }
            #rotador span h3 {
                color: #FFF;
                font-family: 'Encode Sans Expanded';
                font-size: 20px;
                line-height: 1.4em;
                margin: 0;
                padding: 0;
                text-shadow: 0px 0px 10px rgba(0,0,0,0.56);
            }
            #rotador span a {
                background: #169313;
                border-radius: 0.3em;
                color: #FFF;
                display: inline-block;
                padding: 0.5em;
                position: absolute;
                right: 0;                
            }
            #rotador span i {
                color: inherit;
                font-size: 0.8em;
                margin-left: 0.5em;
                z-index: 40;
            }

#subtlo, #tlo {
    color: #FFF;
    font-family: 'Encode Sans Expanded';
    font-weight: normal;
    margin: 0;
    padding: 10px;
}
    #subtlo{
        font-size: 10px;
    }
    #tlo {
        font-size: 14px;
    }

#titulos {
    background: linear-gradient(-25deg, #540E30 25%, #661639 75%);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

#vinculos {
    display: none;
}

/*-----------------------Clases-----------------------*/

.anuncio_amarillo {
    /*background: linear-gradient(25deg, #ff8900 25%, #f09400 75%);
    color: #f09400;*/
}
.anuncio_anaranjado {
/*    background: linear-gradient(25deg, #cb2f00 25%, #ff3b00 75%);
    color: #cb2f00;*/
}
.anuncio_azul {
    /*background: linear-gradient(25deg, #0d10ff 25%, #0c40e8 75%);
    color: #0c40e8;*/
}

.banda{
    background: rgba(255,255,255,0.9);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
}

.contenedor {
    width: 100%;
}

.cont-contenido {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.espacio {
    margin: 1.2em 0;
}
.fijo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.oculto {
    display: none;
}
.seguido {
    margin: 6px 0;
}

.fondo-menu {
    /*background: rgba(255,255,255,0.9);*/
    background: rgba(0,0,0,0.7);
    box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
    color: #FFF;
}

.g-recaptcha {
    margin: 0 auto 12px auto;
    padding: 0;
    width: 82%;
}
    .g-recaptcha iframe {
        /*max-width: 300px;*/
        margin: 0;
        padding: 0;
    }

.img-der {
    margin-left: 1em;
    width: 1800px;
}
.img-izq {
    margin-right: 1em;
    width: 1800px;
}

.social {
    display: flex;
    justify-content: center;
    align-items: center;
}
    .social i {
        color: #FFF;
        font-size: 3em;
        padding-right: 16px;
    }
    .social a {
        display: block;
    }

.telon {
    background: rgba(0,0,0,0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 30;
}


.txt-violeta {
    color: #a700ff;
}

.txt_rotador {
    display: none;
}

.txt_slogan {
    color: rgba(255,255,255,0.35);
    display: inline-block;
    font-family: 'Encode Sans Expanded';
    font-style: italic;
    font-weight: bold;
    font-size: 11px;
    left: 5%;
    position: absolute;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    top: 55px;
    width: 60%;
}

/*---------------------Animaciones---------------------*/
@keyframes cambio {
    0% {margin-left: 0;}
    30% {margin-left: 0;}
    
    35% {margin-left: -100%;}
    65% {margin-left: -100%;}
    
    70% {margin-left: -200%;}
    100% {margin-left: -200%;}
}

/*-----------------------Responsive--------------------*/

@media screen and (min-width: 600px) {
    main#inicio_pags {
        height: 35vh;
    }
    #menu_fe {
        font-size: 0.9em;
    }
        #menu_fe li {
            padding: 0.7em 1.1em;
        }
    #pie section:first-child {
        flex-direction: row;
        justify-content: space-around;
        align-items: stretch;
    }
        #pie section:first-child article {
            width: 49%;
        }
    #pie #textos_pie {
        margin: 5em 0 0 3em;
    }
    section#cont_fe {
        width: 70%;
    }
    section#nosotros {
        background: url(../imagenes/nosotros_bg_b.jpg) no-repeat right center;
    }
        #nosotros #capa_color {
            background: linear-gradient( 90deg, #026a00 20%, rgba(6, 160, 2, 0.37) 80%);
        }
        #nosotros h2, #nosotros p {
            width: 50%;
        }
    section#servicios {
        background: rgb(245,245,245);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: stretch;
    }
        #servicios article:nth-child(even), #servicios article:nth-child(odd) {
                background: rgb(238,238,238);
        }
        #servicios article {
            margin-bottom: 8px;
            width: 49%;
        }
        #servicios a {
            font-size: 16px;
            height: 72px;
            width: 72px;
        }
            #servicios a img {
                width: 12px;
            }
    #logotipo {
        width: 15%;
    }
    #rotador span h3 {
        font-size: 42px;
    }
    #rotador div i {
        font-size: 18px;
    }
    .txt_slogan {
        font-size: 18px;
        top: 83px;
    }
}

@media screen and (min-width: 1000px) {
    main#inicio_pags {
        height: 43vh;
    }
    section#cont_fe {
        margin: 0 auto;
        width: 75%;
    }
    #gatillo {
        font-size: 3em;
    }
    #logotipo {
        width: 130px;
    }
    #rotador div span {
        width: 50%;
    }
    #rotador span a {
        padding: 0.8em;
    }
    #servicios article {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
        #cont_fe article:nth-child(even) {
            width: 450px;
        }
    .cont-contenido-vert {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .txt_slogan {
        font-size: 2em;
        top: 130px;
    }
}

@media screen and (min-width: 1366px) {
    #pie section:first-child article {
        width: 30%;
    }
    main {
        height: 90vh;
    }
    #nosotros #capa_color {
        background: linear-gradient( 90deg, rgba(2, 106, 0, 0.90) 20%, rgba(6, 160, 2, 0.26) 80%);
        height: 50vh;
    }
        #nosotros h2, #nosotros p {
            width: 38%;
        }
        #nosotros h2 {
            font-size: 28px;
            margin-top: 2.5em;
        }
    section#servicios {
        background: rgb(245,245,245);
        padding: 1.6em 0;
    }
        #servicios article:nth-child(even), #servicios article:nth-child(odd) {
                background: none;
        }
        #servicios article {
            width: 25%;
        }
        #servicios h2 {
            font-size: 20px;
            height: 180px;
            margin-bottom: 0;
            margin-top: 24px;
            padding: 0.5em;
        }
        #servicios p {
            height: 165px;
            margin-bottom: 1.5em;
        }
    #logotipo {
        width: 150px;
    }
    #rotador div {
        height: 90vh;
    }
        #rotador span a {
            padding: 0.7em 0.85em;
            font-size: 2.1em;
        }
        #rotador div span {
            bottom: 20%;
            width: 40%;
            right: 15%;
        }
    #tlo {
        font-size: 18px;
    }
    #vinculos {
        display: block;
    }
        #vinculos ul {
            list-style: none;
            margin: 0;
            padding: 2em 1em;
        }
            #vinculos li {
                padding: 1em;
            }
                #vinculos li i {
                    margin-right: 10px;
                }
    .txt_rotador {
        display: block;
        /*background: rgba(255,255,255,0.5);*/
        color: #FFF;
        font-size: 16px;
        /*height: 130px;*/
        line-height: 1.5em;
        position: absolute;
        right: 0;
        text-align: left;
        top: -70px;
        width: 100%;
    }
    .txt_slogan {
        font-size: 2.7em;
        top: 140px;
    }
}

@media screen and (min-width: 1600px) {
    header {
        padding: 9px 1.5em;
    }
    #rotador span h3 {
        font-size: 56px;
    }
}

@media screen and (min-width: 1600px) {
    #rotador div span {
        width: 43%;
    }
}
