a {
    color: #0094D9;
    text-decoration:none
}

a:active {
    color: #fff;
    text-decoration:none
}

p {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

ul {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

th {
    font-size: 1.5em;
}

td {
    padding: 10px;
}

body{
    margin:0;
    padding:0;
    width:100%;
    height: 100%;
    font-size: 100%;    
    font-family: 'Exo';
    background:url(../img/fondo.jpg) top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*ENCABEZADO*/

/*Identificadores*/
#Encabezado {
    position: fixed;
    width: 100%;
    height: 50px;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 100;
}

#Centro_encabezado {
    max-width: 1000px;
    margin: 0 auto;
    height: 50px;
    display: flex;
    flex-direction: row;
}

#Logo {
    position: relative;
    width: 260px;
    height: 70px;
    background-color: #fff;
    padding: 10px;
    display: flex;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

#Espacio_Bco {
    position: relative;
    width: 220px;
    height: 50px;
    display: flex;
}

#Inicio_Btn {
    position: relative;
    display: inline-block;
}

#Inicio_Btn_Cuerpo {
    font-size: 1em;
    color: #0094D9;
    text-align: center;
    padding: 10px 10px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

#Inicio_Btn_Menu {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

#Inicio_Btn:hover #Inicio_Btn_Menu {
    display: block;
}

#Inicio_Btn:hover #Inicio_Btn_Cuerpo {
    background-color: aliceblue;
}

#Inicio_Btn_Menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
}

#Inicio_Btn_Menu a:hover {
    background-color: aliceblue;
}

#Portafolio_Btn {
    position: relative;
    padding: 18px 0px 0px 5px;
}

#Cursos_Btn {
    position: relative;
    padding: 17px 0px 0px 5px;
}

#Contacto_Btn {
    position: relative;
    padding: 21px 0px 0px 2px;
}

.Icono_menu {
    display: none;
}

@media screen and (max-width: 600px) {
    #Inicio_Btn {
        float: right;
        display: block;
    }
}

/*Clases*/
.Menu {
    margin: 0;
    padding: 0;
    overflow: visible;
    display: flex;
    flex-direction: row;
    background-color: #fff;
    width: 740px;
}

.Boton_menu {
    font-size: 1em;
    color: #0094D9;
    text-align: center;
    padding: 10px 10px;
    display: flex;
    flex-direction: row;
}

.Boton_menu:hover {
    background-color: aliceblue;
}

.Boton_menu:active {
    background-color: #0094D9;
    color: #fff;
}

.icono {
    position: relative;
    width: 35px;
    display: block;
}

.menu_texto {
    position: relative;
    width: auto;
    padding: 4px 0px;
    display: flex;
}

.Separador_Menu {
    position: relative;
    width: 2px;
    height: 30px;
    background-color: gray;
    vertical-align: middle;
}

/*PIE*/

/*Identificadores*/
#Pie {
    position: fixed;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 100;
}

#Centro_pie {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 5px;
    height: 50px;
    text-align: center;
    color: #0094D9
}

/*CUERPO*/

/*Clases*/
.Principal {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1000px;
    min-width: 480px;
    height: auto;
}

.Seccion {
    position: relative;
    width: 100%;
    padding-top: 50px;
    background-color: rgba(255, 255, 255, 0.5);
}

.Titulo_Scn {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    height: 70px;
    align-content: center;
}

.Titulo_Txt {
    position: relative;
    width: auto;
    height: 40px;
    text-align: right;
    font-size: 2.5em;
    font-family: 'Exo';
    margin-top: 20px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.Icono_Id {
    position: relative;
    width: 40px;
    height: 40px;
    align-items: center;
    padding: 10px;
    margin: 10px 0px 0px 10px;
}

.Espacio {
    width: 100%;
    height: 20px;
}

.Parrafo {
    text-align: justify;
    font-size: 1em;
}

.Parrafo_ttl {
    text-align: right;
    font-size: 200%;
    color: #0094D9;
}

.Modal {
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 3;
}

.Modal_Contenido {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px;
    max-height: 900px;
    border-radius: 20px 15px 20px 20px;
    animation-name: modal-zoom;
    animation-duration: 0.5s;
    animation-timing-function: ease;
}

.Modal_Contenedor {
    padding: 0 20px;
    max-height: 900px;
}

.Titulo_Modal {
    position: relative;
    width: 700px;
    text-align: center;
    font-size: 1.5em;
    font-family: 'Exo';
    margin: auto 30px auto 0;
}

.Icono_Modal {
    position: relative;
    width: 100px;
    height: 100px;
    padding: 0;
    margin: 15px;
}

.Titulo_Modal_2 {
    position: relative;
    width: 630px;
    text-align: center;
    font-size: 1.5em;
    font-family: 'Exo';
    margin: auto 30px auto 0;
}

.Icono_Modal_2 {
    position: relative;
    width: 200px;
    height: 100px;
    padding: 0;
    margin: auto;
}

.Logo_Modal {
    position: absolute;
    height: 200px;
    width: 200px;
    top: -50px;
}

.boton_cerrar {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: red;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    cursor: pointer;
    border-radius: 0 15px 0 0;
}

@keyframes modal-zoom {
    from {
        position: relative;
        transform: scale(0);
        bottom: -300px;
        opacity: 0;
    }
    to {
        position: relative;
        transform: scale(1);
        bottom: 0;
        opacity: 1;
    }
}

.boton_cerrar:hover {
    background-color: crimson;
    color: #fff;
}

@media (max-width:600px){
    .Modal_Contenido {
        margin: 0 10px;
        width: auto!important
    }
    .Modal {
        padding-top:30px
    }
}

@media (max-width:768px) {
    .Modal_Contenido {
        width:500px
    }
    .w3-modal {
        padding-top:50px
    }
}

@media (min-width:993px) {
    .Modal_Contenido {
        width:900px
    }
}

/*INICIO*/

/*Identificadores*/
#Cuerpo_Inicio {
    position: relative;
    width: 100%;
    height: 100%;
    align-content: center;
}

#Video_Inicio {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 50px;
}

#Texto_Inicio {
    position: relative;
    max-width: 1000px;
    min-width: 440px;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

/*NOSOTROS*/

/*Identificadores*/
#Cuerpo_Nosotros {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
}

#Texto_Nosotros {
    position: relative;
    width: 960px;
    padding: 20px 20px 0px 20px;
    display: flex;
    flex-direction: column;
}

#Dir_Gen {
    background-image: url(../img/direccion-general.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

#Desarrollo {
    background-image: url(../img/desarrollo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

#Cartografia {
    background-image: url(../img/cartografia.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto;
}

#Administracion {
    background-image: url(../img/administracion.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

#desliza-imagen-1:target ~ .imagen-contenedor {
    left: 0px;
}

#desliza-imagen-2:target ~ .imagen-contenedor {
    left: -1000px;
}

#desliza-imagen-3:target ~ .imagen-contenedor {
    left: -2000px;
}

#desliza-imagen-4:target ~ .imagen-contenedor {
    left: -3000px;
}

/*Clases*/
.Nosotros_Txt {
    position: relative;
    max-width: 400px;
    height: auto;
    padding: 20px;
    display: block;
    direction: ltr;
    text-align: left;
    color: #000;
    background-color: #fff;
    border-radius: 40px 0 0 0;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.3);
}

.Cont_Img {
    position: relative;
    width: 100%;
    height: 660px;
    display: flex;
    direction: rtl;
    flex-direction: column-reverse;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.galera-contenedor {
    width: 1000px;
    height: 660px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    text-align: center;
    overflow: hidden;
}

.imagen-contenedor {
    width: 4000px;
    height: 660px;
    clear: both;
    position: relative;
    transition: all 1s ease;
}

.desliza-imagen {
    float: left;
    width: 1000px;
    height: 660px;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.boton_contenedor {
    position: relative;
    max-width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.desliza-cambio {
    height: 30px;
    width: 24.9%;
    margin: 0 1px 0 1px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    padding-top: 5px;
    font-size: 1.25em;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.desliza-cambio:hover {
    background-color: aliceblue;
}

.galera-contenedor a.ancla {
    display: none;
}

/*SERVICIOS*/

/*Identificadores*/
#Cuerpo_Servicios {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
}

#Consultoria {
    background-image: url(../img/consultoria.jpg);
}

#Servicios_Icn {
    position: relative;
    width: 50px;
    height: 30px;
    align-items: center;
    padding: 32px 10px 10px 10px;
    margin: 10px 0px 0px 10px;
}

/*Clases*/
.Servicios_Txt {
    position: relative;
    max-width: 100%;
    height: auto;
    padding: 20px;
    display: block;
    direction: ltr;
    text-align: left;
    color: #000;
}

/*PRODUCTOS*/

/*Identificadores*/
#Productos_Scn {
    padding-bottom: 50px;
}

#Cuerpo_Productos {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
}

#Sist_Inf {
    background-image: url(../img/sistemas.jpg);
}

#Vis_Cart {
    background-image: url(../img/visor.png);
}

#Edit_Cart {
    background-image: url(../img/editor.png);
}

#Plugins {
    background-image: url(../img/sistemas-2.png);
}

#desliza-imagen-5:target ~ .imagen-contenedor {
    left: 0px;
}

#desliza-imagen-6:target ~ .imagen-contenedor {
    left: -1000px;
}

#desliza-imagen-7:target ~ .imagen-contenedor {
    left: -2000px;
}

#desliza-imagen-8:target ~ .imagen-contenedor {
    left: -3000px;
}

/*PORTAFOLIO*/

/*IDENTIFICADORES*/
#Cuerpo_Portafolio {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
}

#Texto_Portafolio {
    position: relative;
    width: 960px;
    padding: 20px 20px 0px 20px;
    display: flex;
    flex-direction: column;
}

#galeria-portafolio {
    position: relative;
}

#accarco-1 {
    background-image: url(../img/portafolio/accarco-1.jpg);
    background-position: left top;
    width: 860px;
    height: 400px;
}

#accarco-2 {
    background-image: url(../img/portafolio/accarco-2.jpg);
    width: 860px;
    height: 400px;
}

#accarco-3 {
    background-image: url(../img/portafolio/accarco-3.jpg);
    background-position: left top;
    width: 860px;
    height: 400px;
}

#accarco-4 {
    background-image: url(../img/portafolio/accarco-4.jpg);
    background-position: left top;
    width: 860px;
    height: 400px;
}

#ircnl-1 {
    background-image: url(../img/portafolio/ircnl-1.png);
    width: 860px;
    height: 400px;
}

#ircnl-2-1 {
    background-image: url(../img/portafolio/ircnl-2-1.png);
    width: 860px;
    height: 400px;
}

#ircnl-2-2 {
    background-image: url(../img/portafolio/ircnl-2-2.png);
    width: 860px;
    height: 400px;
}

#ircnl-3 {
    background-image: url(../img/portafolio/ircnl-3.png);
    width: 860px;
    height: 400px;
}

#ircnl-4 {
    background-image: url(../img/portafolio/ircnl-4.png);
    width: 860px;
    height: 400px;
}

#ices-1 {
    background-image: url(../img/portafolio/ices-1.png);
    width: 860px;
    height: 400px;
}

#ices-2 {
    background-image: url(../img/portafolio/ices-2.png);
    width: 860px;
    height: 400px;
}

#ices-3 {
    background-image: url(../img/portafolio/ices-3.png);
    width: 860px;
    height: 400px;
}

#ices-4 {
    background-image: url(../img/portafolio/ices-4.png);
    width: 860px;
    height: 400px;
}

#gdl-1 {
    background-image: url(../img/portafolio/gdl-1.png);
    width: 860px;
    height: 400px;
}

#gdl-2 {
    background-image: url(../img/portafolio/gdl-2.png);
    width: 860px;
    height: 400px;
}

#gdl-3 {
    background-image: url(../img/portafolio/gdl-3.png);
    width: 860px;
    height: 400px;
}

#gdl-4 {
    background-image: url(../img/portafolio/gdl-4.png);
    width: 860px;
    height: 400px;
}

#chapala-1 {
    background-image: url(../img/portafolio/chapala-1.png);
    width: 860px;
    height: 400px;
}

#chapala-2 {
    background-image: url(../img/portafolio/chapala-2.png);
    width: 860px;
    height: 400px;
}

#tlajo-1 {
    background-image: url(../img/portafolio/tlajo-1.png);
    width: 860px;
    height: 400px;
}

#tlajo-2 {
    background-image: url(../img/portafolio/tlajo-2.png);
    width: 860px;
    height: 400px;
}

#tlajo-3 {
    background-image: url(../img/portafolio/tlajo-3.png);
    width: 860px;
    height: 400px;
}

#ixtla-1 {
    background-image: url(../img/portafolio/ixtla-1.png);
    width: 860px;
    height: 400px;
}

#ixtla-2 {
    background-image: url(../img/portafolio/ixtla-2.png);
    width: 860px;
    height: 400px;
}

#spedro-1 {
    background-image: url(../img/portafolio/spedro-1.png);
    width: 860px;
    height: 400px;
}

#spedro-2 {
    background-image: url(../img/portafolio/spedro-2.png);
    width: 860px;
    height: 400px;
}

#spedro-3 {
    background-image: url(../img/portafolio/spedro-3.png);
    width: 860px;
    height: 400px;
}

#spedro-4 {
    background-image: url(../img/portafolio/spedro-4.png);
    width: 860px;
    height: 400px;
}

#ipsa-1 {
    background-image: url(../img/portafolio/ipsa-1.png);
    width: 860px;
    height: 400px;
}

#ipsa-2 {
    background-image: url(../img/portafolio/ipsa-2.png);
    width: 860px;
    height: 400px;
}

#ipsa-3 {
    background-image: url(../img/portafolio/ipsa-3.png);
    width: 860px;
    height: 400px;
}

#imeplan-1 {
    background-image: url(../img/portafolio/imeplan-1.png);
    background-position: left top;
    width: 860px;
    height: 400px;
}

#imeplan-2 {
    background-image: url(../img/portafolio/imeplan-2.png);
    width: 860px;
    height: 400px;
}

#imeplan-3 {
    background-image: url(../img/portafolio/imeplan-3.png);
    background-position: left top;
    width: 860px;
    height: 400px;
}

#imeplan-4 {
    background-image: url(../img/portafolio/imeplan-4.png);
    background-position: left top;
    width: 860px;
    height: 400px;
}

#tlaque-1 {
    background-image: url(../img/portafolio/gcm-1.png);
    background-position: left top;
    width: 860px;
    height: 400px;
}

#tlaque-2 {
    background-image: url(../img/portafolio/gcm-2.png);
    width: 860px;
    height: 400px;
}

#tlaque-3 {
    background-image: url(../img/portafolio/gcm-3.png);
    background-position: left top;
    width: 860px;
    height: 400px;
}

#gdlvu-1 {
    background-image: url(../img/portafolio/v-urbano-1.png);
    background-position: left top;
    width: 860px;
    height: 400px;
}

#gdlvu-2 {
    background-image: url(../img/portafolio/v-urbano-2.png);
    width: 860px;
    height: 400px;
}

#fidesur-1 {
    background-image: url(../img/portafolio/fidesur-1.png);
    background-position: left top;
    width: 860px;
    height: 400px;
}

#fidesur-2 {
    background-image: url(../img/portafolio/fidesur-2.png);
    width: 860px;
    height: 400px;
}

#fidesur-3 {
    background-image: url(../img/portafolio/fidesur-3.png);
    width: 860px;
    height: 400px;
}

#fidesur-4 {
    background-image: url(../img/portafolio/fidesur-4.png);
    width: 860px;
    height: 400px;
}

#fidesur-5 {
    background-image: url(../img/portafolio/fidesur-5.png);
    width: 860px;
    height: 400px;
}

#construccion {
    background-image: url(../img/portafolio/construccion.png);
    background-position: left top;
    width: 860px;
    height: 400px;
}

/*CLASES*/
.portafolio {
    margin: 5px;
    float: left;
    width: 23.75%;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.portafolio:hover {
    transform: scale(0.98);
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
}

.portafolio img {
    display: block;
    width: 200px;
    margin: auto;
    height: auto;
    padding: 10px 0;
}

.desc {
    padding: 10px;
    text-align: center;
    font-size: 0.8em;
    height: 55px;
    background-color: aliceblue;
}

.articulo {
    position: relative;
    width: 100%;
    height: 100%;
}

.articulo_img {
    position: relative;
    width: 400px;
    display: flex;
    flex-direction: column;
}

.articulo_txt {
    position: relative;
    width: auto;
    height: 340px;
    display: flex;
    text-align: justify;    
    flex-direction: column;
    overflow: scroll;
}

.Portafolio_Txt {
    position: relative;
    max-width: 100%;
    height: auto;
    padding: 10px;
    display: block;
    color: #000;
    background-color: rgba(255,255,255,0.85);
    border-radius: 40px 40px 0 0;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.3);
}

.imagen-contenedor-2 {
    width: 3440px;
    height: 400px;
    clear: both;
    position: relative;
    animation-name: desplazamiento;
    animation-duration: 20s;
    animation-iteration-count: infinite;
}

@keyframes desplazamiento {
    0%   {left:0px; top:0px;}
    22%  {left:0px; top:0px;}
    25%  {left:-860px; top:0px;}
    47%  {left:-860px; top:0px;}
    50%  {left:-1720px; top:0px;}
    72%  {left:-1720px; top:0px;}
    75%  {left:-2580px; top:0px;}
    97%  {left:-2580px; top:0px;}
    100%  {left:0px; top:0px;}
}

.imagen-contenedor-3 {
    width: 860px;
    height: 400px;
    clear: both;
    position: absolute;
    left: 0;
    top: 0;
}

.imagen-animada {
    width: 860px;
    height: 400px;
    clear: both;
    position: absolute;
    left: 0;
    top: 0;
    animation-name: desvanecido;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes desvanecido {
    0%   {opacity: 1}
    45%   {opacity: 1}
    55%  {opacity: 0}
    100%  {opacity: 0}
}

.imagen-animada-2 {
    width: 860px;
    height: 400px;
    clear: both;
    position: absolute;
    left: 0;
    top: 0;
    animation-name: desvanecido-2;
    animation-duration: 15s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes desvanecido-2 {
    0%   {opacity: 1}
    37%   {opacity: 1}
    40%  {opacity: 0}
    100%  {opacity: 0}
}

.imagen-fija {
    width: 860px;
    height: 400px;
    clear: both;
    position: absolute;
    left: 0;
    top: 0;
}

.imagen-contenedor-4 {
    width: 2580px;
    height: 400px;
    clear: both;
    position: relative;
    animation-name: desplazamiento-2;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}

@keyframes desplazamiento-2 {
    0%   {left:0px; top:0px;}
    27%  {left:0px; top:0px;}
    33%  {left:-860px; top:0px;}
    60%  {left:-860px; top:0px;}
    66%  {left:-1720px; top:0px;}
    94%  {left:-1720px; top:0px;}
    100%  {left:0px; top:0px;}
}

.imagen-contenedor-5 {
    width: 3440px;
    height: 400px;
    clear: both;
    position: relative;
    animation-name: desplazamiento-3;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}

@keyframes desplazamiento-3 {
    0%   {left:0px; top:0px;}
    17%  {left:0px; top:0px;}
    20%  {left:-860px; top:0px;}
    57%  {left:-860px; top:0px;}
    60%  {left:-1720px; top:0px;}
    77%  {left:-1720px; top:0px;}
    80%  {left:-2580px; top:0px;}
    97%  {left:-2580px; top:0px;}
    100%  {left:0px; top:0px;}
}

.imagen-contenedor-6 {
    width: 4300px;
    height: 400px;
    clear: both;
    position: relative;
    animation-name: desplazamiento-4;
    animation-duration: 25s;
    animation-iteration-count: infinite;
}

@keyframes desplazamiento-4 {
    0%   {left:0px; top:0px;}
    17%  {left:0px; top:0px;}
    20%  {left:-860px; top:0px;}
    37%  {left:-860px; top:0px;}
    40%  {left:-1720px; top:0px;}
    57%  {left:-1720px; top:0px;}
    60%  {left:-2580px; top:0px;}
    77%  {left:-2580px; top:0px;}
    80%  {left:-3440px; top:0px;}
    97%  {left:-3440px; top:0px;}
    100%  {left:0px; top:0px;}
}

.desliza-imagen-2 {
    float: left;
    width: 860px;
    height: 400px;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.anterior, .siguiente {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 15px;
    margin-top: -22px;
    color: #0094D9;
    background-color: rgba(255,255,255,0.8);
    font-weight: bold;
    font-size: 18px;
    animation-name: botoncito-aparece;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    z-index: 1;
}

.siguiente {
    right: 0;
    transform-origin: right;
    border-radius: 6px 0 0 6px;
}

.anterior {
    left: 0;
    transform-origin: left;
    border-radius: 0 6px 6px 0;
}

.anterior:hover, .siguiente:hover {
    transition: 0.25s ease;
    background-color: rgba(200,230,255,0.8);
}

@keyframes botoncito-aparece {
    from {
        transform: scaleX(0);
        opacity: 0;
    }
    to {
        transform: scaleX(1);
        opacity: 1;
    }
}


/*CURSOS*/

/*IDENTIFICADORES*/
#Cuerpo_Cursos {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
}

#Cursos {
    background-image: url(../img/cursos.jpg);
}

/*CLASES*/
.Texto_Cursos {
    position: relative;
    width: 960px;
    padding: 20px 20px 0px 20px;
    display: flex;
    flex-direction: column;
}

.cursos-cadgis {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.cursos-columna {
    position: relative;
    width: 480px;
    display: flex;
    flex-direction: row;
}

.cursos-linea {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.icono-cursos {
    width: 60px;
    height: 60px;
    margin: 0 0 0 20px;
}

.cursos_txt {
    position: relative;
    width: auto;
}

/*CONTACTO*/

/*IDENTIFICADORES*/
#Cuerpo_Contacto {
    position: relative;
    width: 100%;
    height: 100%;
}

#Texto_Contacto {
    position: relative;
    max-width: 1000px;
    min-width: 440px;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

#map {
    position: relative;
    width: 550px;
    height: 400px;
    margin: 20px;
    border-style: groove;
}

/*CLASES*/
.contacto-contenedor {
    position: relative;
    display: flex;
    flex-direction: row;
}

.contacto-txt {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 20px 0 20px 20px;
}

.contacto {
    max-width: 100%;
    padding: 20px;
}

.contacto label {
    display: block;
    font-weight: bold;
    font-size: 0.8em;
}

.contacto div {
    margin-bottom: 20px;
}

.contacto input[type="text"], .contacto textarea {
    padding: 7px 6px;
    width: 100%;
    font-family: 'Exo';
    font-size: 1em;
    border: none;
    resize: none;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.contacto input[type="email"], .contacto label {
    padding: 7px 6px;
    width: 100%;
    font-family: 'Exo';
    font-size: 1em;
    border: none;
    resize: none;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.contacto input[type="submit"] {
    border-radius: 10px;
    border: none;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    font-family: 'Exo';
    font-size: 1em;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);    
}

.contacto input[type="submit"]:hover {
    background-color: aliceblue;
    transition-duration: 0.5s;
}

.contacto input[type="submit"]:active {
    background-color: #0094D9;
    transition-duration: 0s;
    color: #fff;
}