#cover{color:var(--color-blanco);text-align:center;background-attachment:scroll;background-color:#666;position:relative;height:calc(100vh - 150px);}
#cover .owl-carousel,#cover article{height:calc(100vw * 0.3677);}
#cover,#cover section{padding:0;}
#cover article {display:flex;justify-content:center;align-items: center;width:100%;background-size:cover;position:relative;margin-top:calc((100vh - 150px) - 100vw * 0.3677);}
#cover .owl-nav .fa{font-size:2em;}
#cover .owl-nav :is(.owl-prev,.owl-next){position: absolute;top:calc(50% - 1em);opacity: 0.6;-moz-transition:opacity 0.25s ease;-webkit-transition:opacity 0.25s ease;-ms-transition:opacity 0.25s ease;transition:opacity 0.25s ease;}
#cover .owl-nav :is(.owl-prev,.owl-next):hover {opacity: 1;}
#cover .owl-nav .owl-next{right: 1em;}
#cover .owl-nav .owl-prev{left: 1em;}
@media screen and (max-width:1280px){#cover .owl-carousel,#cover article{height: calc(100vw * 0.684)}#cover article{margin-top:0px;}#cover{height:calc(100vw * 0.684 + 110px)}}
@media screen and (max-width: 480px){#cover .owl-carousel,#cover article{height: calc(100vw * 1.71)}.owl-nav {display: none;}#cover article{margin-top:90px;}#cover{height:calc(100vw * 1.71 + 90px)}}

#cover #cover_default{background-attachment:scroll,fixed;background-color:#666;background-image:linear-gradient(to top, rgba(0,0,0,0.6)0%,rgba(0,0,0,0.4) 100%),url("../img/galeria/1.jpg");background-position: center center, 50% 75%;background-repeat: repeat, no-repeat;background-size: cover, cover;color: #fff;padding:6em 0 6em 0;text-align: right;position: relative;height:calc(100vh - 150px);margin-top:0;}
#cover #cover_default .logo{position: absolute;width:auto;bottom: 1em;right: 1em;padding: 1em 1.5em;}
#cover #cover_default .container{position: relative;display: flex;justify-content: center;flex-direction: column;height: 100%;}
#cover #cover_default :last-child{margin-bottom: 0;}
#cover #cover_default h1{color: #ffffff;font-size: 2.5em;font-weight: 700;text-transform: uppercase;}
#cover #cover_default h2{color: #fff;font-size: 2em;font-weight: 400;text-transform: none;line-height: 1.2em;margin: 0 0 1.5em 0;padding: 0;}
@media screen and (max-width:1280px){#cover #cover_default h2{font-size: 1.75em;}#cover #cover_default{height:calc(100vw * 0.684 + 110px)}}
@media screen and (max-width:840px){#cover #cover_default h2 br{display: block;}}
@media screen and (max-width:736px){#cover #cover_default h2{font-size: 1.25em;}}
@media screen and (max-width:480px){#cover #cover_default {background-image:linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 100%), url("../img/galeria/1.jpg");background-attachment: scroll, scroll;min-height: 480px;padding: 4em 0 9em 0;}#cover #cover_default .logo {position: absolute;bottom: 1em;right: 1em;padding: 1em 1.5em;}#cover #cover_default h1{font-size: 2em;}#cover #cover_default h2 br{display: none;}#cover #cover_default{height:calc(100vw * 1.71 + 90px)}}