/* amarillo: #ffec2d   rgb(255,236,45)
/* azul: rgba(69, 45, 255, 0.69);
/* azul: #6ba1eb

/*---------------------------------------------*/
/*  BASIC SETUP                                */
/*---------------------------------------------*/
* { /*anula los margenes y paddings*/
    margin:  0;
    padding: 0;
    box-sizing: border-box;
}

html, 
body {
    
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    
}

clearfix {zoom:1}       /* esta clase clearfix se utiliza para cerrar los elementos UL que tienen un float para que mantengan */
clearfix:after {        /* su tamaño */
    content: '.';
    clear:both;
    display: block;
    height: 0;
    visibility: hidden;
}

/*---------------------------------------------*/
/*  COMPONENTES REUSABLES                      */
/*---------------------------------------------*/

.row {
    max-width: 1140px;
    margin: 0 auto 0 auto;
    
}

.clearfix{
    content: "";
    display: table;
    clear: both;
}


section {
    padding: 60px 0;
    
}

.box{
    padding-left: 3%;
}


/*------------ TÍTULOS --------------*/
h1,h2,h3 {
    
    font-weight: 300;
    text-transform: uppercase;
    
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 340%;
    word-spacing: 4px;
    letter-spacing: 1px;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

h2:after {
    display: block;
    height: 2px;
    background-color: rgba(69, 45, 255, 0.69);
    content: " ";   /* siempre hay que especificar un contenido para qeu se visualice */
    width: 100px;
    margin: 0 auto;  /* para centrarlo */
    margin-top: 30px;
    
}

h3 {
    /* font-size: 110%; */
    margin-bottom: 15px;
    
}

/*------------ PÁRRAFOS -------------*/
.long-copy {
    line-height: 145%;
    width: 75%;
    margin-left: 12.5%;   /* para centrar el párrafo  */
    text-align: justify;
}

.box p {
    font-size: 90%;
    line-height: 145%;
    text-align: justify;
   
}

.icon-big{
    /* font-size: 350%; */
    display: inline-block;
    color:  rgba(69, 45, 255, 1);
    margin-bottom: 10px;
    
}

.icon-medium{
    /* font-size: 350%; */
    display: inline-block;
    color:  rgba(69, 45, 255, 1);
    margin-bottom: 10px;
    
}


/*------------ LINKS --------------*/
a:link, 
a:visited{
    color: #ffec2d;
    text-decoration: none;
    border-bottom: 1px solid #ffec2d;
    padding-bottom: 1px;
    transition: border-bottom 0.2s, border-color 0.2s;
}

a:hover,
a:active{
    color: #555;
    
}

/*------------ BOTONES --------------*/
.btn:link, 
.btn:visited,
input[type=submit] {
    display: inline;
    padding: 5px 20px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 180px; 
    transition: background-color 0.3s, border 0.3s, color 0.3s;     /*hace que el color cambie suave */
    font-size: 85%;
}

input[type=button], 
button {
    display: inline;
    padding: 5px 20px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 180px; 
    transition: background-color 0.3s, border 0.3s, color 0.3s;     /*hace que el color cambie suave */
    font-size: 85%;
}


.btn:hover, 
.btn:active {
    background-color: #a49500;
}

/*- Botones Landing -----------------------------*/

.btn-Full:link, 
.btn-Full:visited,
input[type=submit] {
    background-color: #ffec2d;
    border: 1px solid #ffec2d;
    color: #484848;
}

.btn-Full:hover, 
.btn-Full:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #a49500;
    color: #484848;
}

.btn-Ghost:link,
.btn-Ghost:visited {
    border: 1px solid #ffec2d;
    color: #ffec2d;
}

.btn-Ghost:hover, 
.btn-Ghost:active {
    background-color: #a49500;
    color: #484848;
}

/*- Botones Menú Flotante -----------------------------*/

.btn-Full-Menu-Flotante:link,
.btn-Full-Menu-Flotante:visited {
    background-color: #a49500;
    border: 2px solid #a49500;
    color: #ffec2d;    
    /* padding: 2px 30px;  */
    margin-top: 20px;
}

.btn-Full-Menu-Flotante:hover, 
.btn-Full-Menu-Flotante:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: rgba(164, 149, 0, 0.6);  /*  #a49500; */
    color:  color: #ffec2d; 
}

.btn-Ghost-Menu-Flotante:link,
.btn-Ghost-Menu-Flotante:visited {
    border: 1px solid #a49500;
    color: #555;
    /* padding: 2px 30px; */
    margin-top: 5px;
}

.btn-Ghost-Menu-Flotante:hover, 
.btn-Ghost-Menu-Flotante:active { 
    background-color: #eddb29 ; /*  #a49500; */
    color: #484848; 
}

/*---------------------------------------------*/
/*  LANDING                                    */
/*---------------------------------------------*/
header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)), url(img/background.jpg);  /* linear-gradiente es para oscurecer la imagen de fondo */
    height: 100vh;  /* vh view height */
    background-size: cover;
    background-position: center;
}

.landingLogo {
    position:absolute;
    /*width: 1140px;      /* ancho de la fila*/
    /*width: 100%;*/
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);  /* traslada el objeto un 50% para centrarlo */
}

.landingLogo img {
    position:absolute;

    width: 250px;
    height: auto;
    top:50%;
    left:50%;
transform: translate(-50%, -50%);  /* traslada el objeto un 50% para centrarlo */

}

.logo {
    height:100px;
    width: auto;
    float: left;
    margin: 5px 0;
}

.logo-black {
    display: none; 
    height:40px;
    width: auto;
    float: left;
    margin: 5px 0 5px 0;
}

/* - MENU IDIOMAS --------------------------------------------------- */
.menuIdiomas {
    
    list-style: none;
    /* margin-top: 50px; */
}

.menuIdiomas li {
    display: inline-block;  /* para que los li se presenten uno al lado de otro 
    /*margin-left: 40px; */
}

.menuIdiomas li a:link,
.menuIdiomas li a:visited {
    padding: 0 0 6px 0;
    color: #ffec2d;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 60%;
    border-bottom: 2px solid transparent;
    transition: border-bottom 1s;   
} 

.menuIdiomas li a:hover, 
.menuIdiomas li a:active {
    border-bottom: 2px solid #ffec2d;
    
}

.menuIdiomas li img {
    width:50px;
    height: auto;
    
}

.menuIdiomas li img:hover {
    height: 15px;
    
    transition: height 2s;
}

/* - MENU FLOTANTE --------------------------------------------------- */
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(69, 45, 255, 0.69);
    box-shadow: 0 2px 2px #6ba1eb;
    z-index: 100;
}

.sticky .menuFlotante-Buttons,
.sticky .menuFlotanteLogo {
    display: block;
} 

.sticky .logo { 
    /* display: none; */ 
}

.sticky .logo-black { 
    display: block; 
} 

.menuFlotante-Buttons {
    display: none;
    float: right;
    margin-top: 9px;
    /*font-size: 8px; */
}

.menuFlotanteLogo {
    display: none;
    float: left; 
    padding-top: 3px; 
    /* font-weight: 400; */
    /* font-size: 32px;  */
    
    
}

.menuFlotanteLogo img{
    /*display: block;*/
    height: 25px;
    width: auto;
    
}

/*-----------------------------------------------------------------------------*/
/* Presentacion                                                                */
/*-----------------------------------------------------------------------------*/

.sectionPresentacion .long-copy{
    margin-bottom: 30px;
    
}


/*-----------------------------------------------------------------------------*/
/* GALERÍA                                                                     */
/*-----------------------------------------------------------------------------*/

.sectionGaleria{
    padding:0;
}

.visita-galeria {
    list-style: none;
    width: 100%
}

.visita-galeria li{
    display: block;
    float: left;
    /* width: 25%;  /*porque tenemos 4 imágenes */
}

.visita-photo {
    width: 100%;
    margin: 0;  /*porque por defecto se añade algo*/
    overflow: hidden;   /*si el contenido se sale del div se oculta */
    background: #000;   /*para que al ser la imagen transparente aparezca más oscura*/ 
}


.visita-photo img{
    opacity: 0.7;   /* para hacerlo un poco transparente y luego poner el fondo oscuro para que se oscurezca la imagen*/
    width: 100%;
    height: auto;
    transform: scale(1.15);
    transition: transform 0.5s, opacity 0.5s;   /*un segundo de retraso para aplicar las dos transiciones animadas*/
    position: relative;
}

.visita-photo img:hover{
    opacity: 1;
    transform: scale(1.03);   /* se pone un poco más de 1 para evitar lineas blancas por tamaños */
    
}


.galeria-text {
    
    position:absolute;
    opacity: 0;
    z-index: 100;
    color: #fff;
    padding: 0 0 0 20px;
    margin-top: -30px;
    
}

.visita-photo:hover .galeria-text {
    opacity: 1;
    transition: opacity 1s; 
}

/*-----------------------------------------------------------------------------*/
/* CÓMO FUNCIONA                                                               */
/*-----------------------------------------------------------------------------*/

.sectionComoFunciona {
    background-color: #f2f2f2;
    
}

.how-it-works-boxes{
    margin-top: 10px;
}

.how-it-works-boxes:first-child {
    text-align: right;
    padding-right: 3%;
    margin-top: 15px;
    
}

.how-it-works-boxes:last-child {
    padding-left: 3%;
    
}

.getxovr-smartphone {
    width: 75%;
}

.works-step-margin{
    /* margin-bottom: 110px; */
    
}
.works-step div {
    
    color: rgba(69, 45, 255, 0.69);;
    /* border: 2px solid rgba(69, 45, 255, 0.69); */
    display: inline-block;
    /* border-radius: 50%; */
    height: 55px;
    width: 55px;
    text-align: center;
    /* padding: 5px; */
    float: left;
    /* font-size: 150%;  */
    margin-right: 25px;
}

.works-step p {
    padding-top: 5px;
    
}

/*-----------------------------------------------------------------------------*/
/* CONTACTO                                                                    */
/*-----------------------------------------------------------------------------*/


.sectionFormulario {
   
}

.section-form-contacto {
    /* width: 60%;  */
    margin: 0 auto;
}

input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #CCC;
}

input[type=checkbox] {
    margin 10px 5px 10px 0;
}

.mensajeEnviado {
    display: none;
    text-align: center;
}

*:focus {outline:none;} /* para eliminar el recuadro de selección de los campos getfocus en todo el documento*/

button {
    border: 1px solid #ffec2d;
    color: #FFF;
    background-color: rgba(69, 45, 255, 1);
}




/*-----------------------------------------------------------------------------*/
/* PIE DE PÁGINA                                                               */
/*-----------------------------------------------------------------------------*/
footer {
    background-color: #333;
    padding: 20px;
    font-size: 80%;
}

.footer-nav {
    list-style: none;
    float: left;
}

.social-nav {
    list-style: none;
    float: right;
}

.footer-nav li,
.social-nav li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.social-nav li:last-child {
    margin-right: 0;
}


.footer-nav li a:link, 
.footer-nav li a:visited,
.social-nav li a:link, 
.social-nav li a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
}

.footer-nav li a:hover, 
.footer-nav li a:active,
.social-nav li a:hover, 
.social-nav li a:active {
    color: #ddd;
}

.social-nav li a:link,
.social-nav li a:visited {
    font-size: 170%;
}

.ion-social-facebook, 
.ion-social-twitter,
.ion-social-instagram {
    transition: color 0.5s;
}

.ion-social-facebook:hover {
    color: #3b5998;
}

.ion-social-twitter:hover {
    color: #00aced;
}

.ion-social-instagram:hover {
    color: #517fa4;
}

footer p {
    color: #888;
    text-align: center;
    margin-top: 10px;
    
}


/*-----------------------------------------------------------------------------*/
/* VENTANAS MODALES                                                            */
/*-----------------------------------------------------------------------------*/


.modal-sobre-nosotros {
    
}
.modal-sobre-nosotros div {
    text-align: center;
}

.modal-sobre-nosotros a:link,
.modal-sobre-nosotros a:visited {
    text-decoration: none;
}


    
.modal-sobre-nosotros a:hover {
    text-decoration: none;
}

.modal a:link, 
.modal a:visited {
    text-decoration: none;
}


