/*
verde #3da363    gris c #ababab    gris o #808080
font-family: 'EB Garamond', serif;
font-family: 'Montserrat', sans-serif;
*/

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@600&family=Montserrat:wght@500&display=swap');
body {
    color: #606060; font-family: 'Montserrat', sans-serif;
}
html,body { height: 100%; }
h1, h2, h3, h4, h5 { font-family: 'EB Garamond', serif; color: #303030; line-height: 100%; margin: 0 0 2rem 0;  }


/*  PRECARGA  */
#preload {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: whitesmoke;
    z-index: 10000;
}
#logo-init {
    margin-bottom: 2rem;
}
#logo-init img {
    max-width: 180px;
}


/*  NAV  */

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 80px;
    line-height: 80px;
    background-color: #f0f0f0 !important;
    color: white;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    transition: 0.6s;
}
.sticky ul a {
    color: #3da363;
    height: 80px;
    line-height: 80px;
}
.sticky #logo {
    height: 80px;
}
.sticky #logo a img {
    visibility: visible;
    height: 70px;
    margin-top: 5px;
}
.sticky nav i { color: white; }

#logo {
    height: 90px;
}
#logo a img {
    height: 70px;
    margin-top: 5px;
}

nav {
    background-color: rgba(255, 255, 255, 0) !important;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
    display: flex;
    justify-content: space-around;
    text-transform: uppercase;
    line-height: 80px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nav-wapp a { font-size: 40px;}

.table-of-contents a { color: #808080; line-height: 80px; height: 80px; }
.table-of-contents a:hover { color:#303030; padding-left:15px; border-left:1px solid #3da363; }
.table-of-contents li { padding:0; }

.table-of-contents a.active {
    padding-left: 14px;
    border-left: 2px solid #3da363;
    color: #111111;
    background-color: rgba(1,1,1,0.1);;
}
nav i { color: #3da363; }

.user-view img { width: 50%; margin: 0 auto;}

/*  INICIO  */

#inicio {
    background: rgb(236,236,244);
    background: linear-gradient(90deg, rgba(236,236,244,1) 0%, rgba(244,243,237,1) 50%, rgba(236,236,244,1) 100%);
    text-align: center;
    padding:80px 0 2rem 0;
    position: relative;
}


.inicio-logo { max-width: 220px; height: auto; margin: 0 auto; position: absolute; left: 20%; top: 25%; z-index: 999; }
.caption2 {  padding: 1.5rem 1rem; width: 50%; background-color: rgba(255, 255, 255, 0.6) }
.caption2 h3, .caption2 h5 { margin: .5rem; padding: 0; width: auto; }
.caption2 h3 { color:#3da363; font-family: 'EB Garamond', serif; }
.caption2 h5 { color: #303030; font-family: 'Montserrat', sans-serif; }


/*  QUIENES SOMOS  */
#quienes {
    /*background: rgb(42,112,67);
    background: linear-gradient(111deg, rgba(42,112,67,1) 0%, rgba(61,163,99,1) 62%);*/
    background-image: url("../fotos/quienessomos.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    text-align: center;
}
#quienes h3 { color: white; }
#quienes p { color: #303030; font-size: 1.2rem; }
/*
#quienes p { color: whitesmoke; background-color: rgba(0, 0, 0, 0.3); margin: 0; padding: 0.5rem 0.5rem 1rem 0.5rem; }
*/
/*
.imgqs { text-align: center; margin-top: 1rem; }
.imgqs img { max-width: 100px; }


.prllx { top: -50%; }*/

/*  SERVICIOS  */

#serv-tit { width: 100%; }
.card-title { color: #3da363; }
.serv-icon { max-width: 50px; margin: 0 auto; text-align: center; color: #3da363; font-size: 40px; }
.svg-icon { max-height: 60px; }
.serv-icon img { margin-bottom: 0; }

#servicios .card-reveal li { list-style-type: square; margin-left: .4rem; }
.card-reveal li, .card-reveal p { margin-bottom: 0.5rem; }
#servicios .btn-small { background-color: #3da363; display: block; }

#servicios .card-image { max-height: 194px; overflow-y: hidden; }

#servicios .card .imp30porc img { top: -70px; }

/*  CONTACTO  */

#contacto a { color: #3da363;}
#masdatos { padding: 1.5rem 0 0 0;}

/*  FOOTER  */
.page-footer { background-color: #3da363;}



#subir { position: fixed; right: 20px; bottom: 10px; z-index: 999; transition: 1s ease-in;}

#wapp {  position: fixed; right: 20px; bottom: 60px; z-index: 999; text-align: center; font-size: 1.5rem; display: none; }


/*  RESTO  */

.section-x { margin:0 auto; padding: 8rem 0; }
.desaparecer {
    display: none;
    z-index: 0;
}
#slide-out {z-index: 99999; }

/* CLIENTES */

#clientes .collection {border: none;}
#clientes .collection.with-header .collection-header { background-color: #3da363; border: white; border-radius:5px; }
#clientes .collection.with-header .collection-header h5 { color: white; margin-bottom: 0; }
#clientes .collection .collection-item { background-color:#f0f0f0; border: white; border-radius:5px; margin:0.2rem 0;}


/*  EXPERIENCIA / GALERIA  */
.grid {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.row.grid .cell {
    margin-left: 0;
}
#experiencia .card-title { font-size: 1rem; margin: auto; color: #303030; }
#experiencia .card .card-content { padding: .75rem; text-align: center; }

.galeria { margin-top: 2rem; }
#galeria .card .card-content {
    padding: 5px; height: 110px; overflow: hidden;
}

.video-container { margin-top: 1.5rem;}