:root{
    --color1: #dbd701c8;
    --color2: #d2d9d5;
    --color3: rgba(25, 27, 4, 0.623);
    --fondo: #f2f2f2;
    --titulos: 40px;
    --margenes: 60px;
    --espacios: 10px;
    --espacios-contenidos: 45px;
    --subtitulos: 1.2em;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: /*"teko",*/ "arial", "open sans";
    background: var(--fondo);
}

img{
    vertical-align: top;
}

/*Preloader*/

.hidden{
    overflow: hidden;
}

.centrado{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgb(218, 233, 247);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes ldio-wjvhqw2d4rk-1 {
  0% { top: 36px; height: 128px }
  50% { top: 60px; height: 80px }
  100% { top: 60px; height: 80px }
}
@keyframes ldio-wjvhqw2d4rk-2 {
  0% { top: 41.99999999999999px; height: 116.00000000000001px }
  50% { top: 60px; height: 80px }
  100% { top: 60px; height: 80px }
}
@keyframes ldio-wjvhqw2d4rk-3 {
  0% { top: 48px; height: 104px }
  50% { top: 60px; height: 80px }
  100% { top: 60px; height: 80px }
}
.ldio-wjvhqw2d4rk div { position: absolute; width: 30px }.ldio-wjvhqw2d4rk div:nth-child(1) {
  left: 35px;
  background: #456caa;
  animation: ldio-wjvhqw2d4rk-1 1s cubic-bezier(0,0.5,0.5,1) infinite;
  animation-delay: -0.2s
}
.ldio-wjvhqw2d4rk div:nth-child(2) {
  left: 85px;
  background: #88a2ce;
  animation: ldio-wjvhqw2d4rk-2 1s cubic-bezier(0,0.5,0.5,1) infinite;
  animation-delay: -0.1s
}
.ldio-wjvhqw2d4rk div:nth-child(3) {
  left: 135px;
  background: #c2d2ee;
  animation: ldio-wjvhqw2d4rk-3 1s cubic-bezier(0,0.5,0.5,1) infinite;
  animation-delay: undefineds
}

.loadingio-spinner-pulse-dnc2h15r5lj {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: #f1f2f3;
}
.ldio-wjvhqw2d4rk {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-wjvhqw2d4rk div { box-sizing: content-box; }

/*Header*/

header{
    width: 100%;
    height: 760px;
    background: linear-gradient(to bottom,
    rgba(67, 18, 244, 0.539),
    rgba(180, 188, 222, 0.767),
    rgba(244,243,242,0.808)
    ), url(Images/Portada3.png);
    /*background-attachment: fixed;*/
    background-position: center;
    background-size: cover;
}

nav{
    width: 100%;
    position:fixed;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);

}

.nav1{
    background: transparent;
    height: 80px;
    color:#fff;
}

.nav2{
    background: var(--fondo);
    height: 100px;
    color: #000000;
}

.contenedor-nav{
    display: flex;
    margin: auto;
    width: 90%;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    height: inherit;
    overflow: hidden ;
}

nav .enlaces a{
    display: inline-block;
    padding: 5px 0;
    margin-right: 17px;
    font-size: 17px;
    font-weight: 300;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    color: inherit;
}

nav .enlaces a:hover{
    border-bottom: 3px solid #a29a05;
    transition: 0.6s;
}

.logo, .logo img{height: 80px;}

.icono{
    display:none;
    font-size: 24px;
    padding: 23.5px 20px;
}

.textos{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
    overflow: hidden;
    text-align: center;
}

.textos>h1{
    font-size: 12em;
    font-family: "teko";
    letter-spacing: 0.1em;
    text-shadow: 5px 5px 5px #000000;
}

.textos>h2{ 
    font-size: 3em; 
    font-weight: 300; 
    font-family: 'Oswald', sans-serif;
    /*font-family: "teko","arial", "open sans";*/
    /*font-family: 'Courier New', Courier, monospace;*/
    /*letter-spacing: 0.1em;*/
    text-shadow: 5px 5px 5px #000000;
}

.bot_reser{
    font-size: 1em;
	font-weight: bold;
	background: hwb(52 3% 22%);
	padding: 1.1em;
	color: #a29a05;
	border-radius: 5%;
	/*font-family: 'Teko', sans-serif;*/
	box-shadow: 5px 5px 5px #000000;
    margin-top: 5%;
}

.bot_reser a{
    text-decoration: none;
    
}

.bot_reser a:active, a:visited{
    text-decoration: none;
    color: #000000;
}


/*Main*/

.contenedor{
    margin: auto;
    padding: var(--margenes) 0;
    width: 90%;
    max-width: 1000px;
    text-align: center;
    overflow: hidden;
}

.contenedor h3{
    font-size: var(--titulos);
    /*color: var(--color1);*/
    margin-bottom: var(--espacios);
}

.contenedor p{
    font-size:var(--subtitulos);
    /*font-size: 1.5em;*/
    font-weight: 300;
    color:var(--color3);
}

.after::after{
    content: '';
    display: block;
    margin: auto;
    margin-top: var(--espacios);
    width: 100px;
    height: 2px;
    background: var(--color1);
    margin-bottom: var(--espacios-contenidos);
    font-size: 3em;
}

.card{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.content-card{
    width: 31%;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
    overflow: hidden;
    height: 460px;
}

.people{
    height: 65%;
}

.content-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.texto-team{
    height: 20%;
    width: 100%;
    padding: var(--espacios) 0;
}

.texto-team h4{
    font-size: 1.5em;
    margin-bottom: 10px;
}

.texto-team li{
    font-size: 1em;
    text-align: center;
    margin-left: 15px;
    display: -webkit-box;
    color: var(--color3);
}

.about{
    background: rgba(180, 188, 222, 0.767);
    height: auto;
    /*background-position: center;
    background-size: cover;*/
}

.servicios{
    display: inline-flex;
    color: #000000;
    justify-content: space-around;
    margin: 35px;
    margin-top: 0px;
    flex-wrap: wrap;
    width: 20%;
}

.caja-servicios h4{
    margin-bottom: var(--espacios);
}

.caja-servicios p{
    text-align: center;
}

.caja-servicios img{
    height: 40px;
    margin-bottom: 10px;
}

.contacto{
	display: flex;
	justify-content:center;
	align-items: center;
	height: 260px;
    margin-bottom: 1%;
    background: rgba(180, 188, 222, 0.767);
}

.contenedor-contacto{
    margin-right: 10%;
}

.contenedor-contacto h3{
    font-size: 1.5em;
    margin-bottom: 5%;
    margin-top: 5%;
}

.contenedor-contacto span{
    font-weight: bold;
}

.contenedor-contacto p{
    font-size: 1em;
}

.politicas{
    text-align: center;
    /*margin-top: 150px;
    margin-block-end: auto;*/
}


@media screen and (max-width: 700px) {
    .nav2{
        color: #fff;
    }

    .icono{
        display: block;
        cursor: pointer;
    }

    .enlaces{
        position:fixed;
        top: 80px;
        background: #2c3e50;
        left: 0;
        height: 100%;
        transition: 1s;
        width: 0;
        overflow: hidden;

    }

    .enlaces a{
        display: block;
        width: 100%;
        height: 50px;
        padding: 20px;
        text-align: center;
        background: #34495e;
        color: #fff;
    }

    .textos>h1{
        font-size: 7em;
        font-family: "teko";
        /*letter-spacing: 0.18em;*/
        text-shadow: 5px 5px 5px #000000;
        margin-left: 5%
    }

    .textos>h2{
        font-size: 35px;
        font-family: 'Oswald', sans-serif;
        /*letter-spacing: 0.1em;*/
        text-shadow: 5px 5px 5px #000000;
    }

    .botones-work li{
        display: inline-block;
        text-align: center;
        margin-left: var(--espacios);
        margin-bottom: var(--espacios-contenidos);
        padding: 6px 12 px;
        border: 2px solid var(--color3);
        list-style: none;
        color: var(--color3);
        font-size: 1.2em;
    }

    .content-card{
        width: 48%;
        margin-bottom: var(--margenes);
    }

    :root{
        --margenes: 30px;
    }
}

@media screen and (max-width: 500px){
    :root{
        --espacios-contenido: 25px;
    }

    .bot_reser{
        font-size: 0.8em;
        font-weight: bold;
        background: hwb(52 3% 22%);
        padding: 1em;
        color: #a29a05;
        border-radius: 12%;
        /*font-family: 'Teko', sans-serif;*/
        box-shadow: 5px 5px 5px #000000;
        margin-top: 8%;
    }

    .content-card{
        width: 100%;
    }

    .caja-servicios{
        /*width: 90%;*/
        margin-bottom: var(--margenes);
    }

    .cont-work{
        width: 30%;
    }

    .botones-work li{
        display: inline-block;
        text-align: center;
        margin-left: var(--espacios);
        margin-bottom: var(--espacios-contenidos);
        padding: 6px 12 px;
        border: 2px solid var(--color3);
        list-style: none;
        color: var(--color3);
        font-size: 0.9em;
    }
    .marca-logo{
        width: 80%;
    }

    .iconos{
        margin: auto;
    }

    .contacto{
        display: block;
        justify-content:space-around;
        align-items: center;
        height: 445px;
        background: rgba(180, 188, 222, 0.767);
        margin-top: 5%;
    }

    .contenedor-contacto{
        margin-right: 0%;
    }

    .mapa-contacto{
        align-items: center;
        text-align: center;
    }
    
    .contenedor-contacto h3{
        font-size: 1,2em;
        text-align: center;
        margin-top: 10%;
        /*margin-bottom: 10%;
        line-height: 1.5px;*/
    }
    
    .contenedor-contacto p{
        text-align: left;
        font-size: 0.8em;
        margin-top: 3%;
        margin-bottom: 2%;
        margin-left: 10%;
    }

    .mapa-contacto{
        margin-top: 10%;
    }

    .politicas{
        text-align:center;
        /*margin-top: 50px;*/
    }
}

