html{
    height:100%;
}
*{
    margin:0px;
    padding:0px;
    font-family:'Roboto', sans-serif;
}
body{
    position:relative;
    margin:0;
    padding-bottom:5rem;
    min-height:100%;
}
#encabezado{
    width:90%;
    padding:10px 5% 0px 5%;
    background:#FFF;
    position:fixed;
    font-family:sans-serif;
    border-bottom:2px solid #ff5733;
    z-index:2;
}
#encabezado li{
    list-style:none;
}
#encabezado a{
    text-decoration:none;
    color:#000;
}
#izquierdo{
    display:inline-block;
    vertical-align:top;
}
#contacto li{
    display:inline-block;
    margin-top:5px;
    margin-bottom:10px;
}
#contacto a{
    color:#555;
    font-size:12px;
    padding:0px 10px;
}
#contacto{
    text-align:center;
}
#logo{
    display:inline-block;
    vertical-align:top;
    margin-bottom:5px;
}
#derecho, #contacto{
    float:right;
}
#social li{
    float:right;
    display:block;
}
#social img{
    display:block;
    padding:0 5px;
}
#social img:hover{
    background-color:#ff5733;
    border-radius:3px;
    transition:ease 1s;
}
#menu{
    margin-top:10px;
    display:inline-block;
}
#menu li{
    float:right;
    width:110px;
    font-size:20px;
    text-align:center;
}
#menu li:hover{
    border-bottom: #ff8044 solid 1px;
    margin-bottom: 5px;
    transition: ease 0.2s;
    padding-bottom: 5px;
}
#menu .activo{
    border-bottom: #666 solid 1px;
    padding-bottom: 5px !important;
}
.borde{
    border-left:1px solid #ff5733;
}
hr{
    margin-top:5px;
    margin-bottom:10px;
}
.contenido{
    max-width:1100px;
    width:80%;
    background-color:#FFF;
    margin:auto;
    text-align:center;
    padding-top:100px;
    padding-bottom:40px;
}
.contenido h2{
    font-size:25px;
}
.contenido h3{
	font-size:20px;
	margin-top:10px;
	margin-bottom:5px;
}
h1{
    padding-top:10px;
    font-size:40px;
}
.texto{
    max-width:1000px;
    margin-top:20px;
	width:25%;
	padding:20px;
	margin-left:30px;
	border:1px solid #ff5733;
	border-radius:5px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
}
.texto:nth-of-type(1){
    margin-left:0;
}
.texto p{
    text-align: left;
	text-indent:1cm;
	font-family:'Source Sans Pro', 'sans-serif';
    padding-bottom:10px;
    line-height:0.75cm;
    color:#555;
}
.texto h3{
    margin-top:20px;
}
.texto h3:nth-of-type(2){
    margin-top:25px;
}
.texto img{
    width:100%;
    margin-top: 20px;
}
#banner{
    margin-bottom:-30px;
    padding-top:89px;
}
#clientes h2, .partnersh2{
    margin-bottom:20px;
}
#clientes img{
    width:auto;
    height:80px;
    margin-left:30px;
}
.partners img{
    width:auto;
    height:80px;
    padding-left:5px;
}
#final{
    position:absolute;
    bottom:0;
    height:80px;
    width:100%;
    margin-top:20px;
    padding-top:10px;
    background-color:#ddd;
    text-align:center;
}
.inferior{
    width:220px;
    height:60px;
    display:inline-block;
    vertical-align:top;
    text-align:left;
}
.inferior p{
    font-size:11px;
    color:#666;
}
.inferior strong{
    font-size:12px;
}
#formulario, fieldset{
    display:inline-block;
    vertical-align:top;
    margin-right:10px;
    border:0px;
    text-align:left;
}
input,textarea{
    width:184px;
    border-radius:3px;
    border:1px solid #AAA;
    padding:10px 5px;
    margin-bottom:10px;
}
input[name="nombre"], input[name="correo"]{
    margin-right:10px;
}
textarea, input[name="asunto"]{
    width:600px;
}
textarea{
    height:94px;
    font-size:14px;
}
input[type="reset"], input[type="submit"]{
    font-size:14px;
    width:195px;
    border-radius:5px;
    padding:10px;
    letter-spacing:2px;
    color:#FFF;
    font-weight:bold;
}
input[type="reset"]:hover, input[type="submit"]:hover{
    opacity: 0.8;
    transition: ease 1s;
}
input[type="reset"]{
    background-color:#ff5522;
    border-color:#e4140b;
}
input[type="submit"]{
    background-color:#11AAbb;
    border-color:#008899
}
input[type="reset"]:active{
    background-color:#ff1111;
    border-color:#ff0000;
}
input[type="submit"]:active{
    background-color:#0044ff;
    border-color:#0000ff;
}
legend{
    font-style:italic;
    font-size:25px;
    margin:20px 0px;
}
#aside{
    margin-top:25px;
    display:inline-block;
    width:400px;
}
#aside iframe{
    width:400px;
    height:200px;
    border-radius:5px;
    margin-bottom:20px;
    border:0;
}
#datos{
    width:388px;
    height:90px;
    padding:5px;
    font-size:14px;
    border:1px solid #AAA;
    border-radius:5px;
    background-color:#EEE;
}
#horario, #contactanos{
    width:190px;
    float:left;
}
#horario p, #horario strong, #contactanos p, #contactanos strong, #contactanos a{
    padding-bottom:5px;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
    color:#000;
    text-align:left;
}
#horario strong, #contactanos strong{
    font-size:18px;
}
#contactanos{
    width:190px;
}
.coleccion{
    z-index: 2;
	margin:auto;
	list-style:none;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
    justify-content:space-around;
    margin-bottom: 20px;
}
.coleccion li{
    margin:5px;
}
.coleccion img, .coleccion video{
	width:250px;
	height:150px;
	border-radius:5px;
	border:1px solid #dd4522;
    object-fit:cover;
}
.video{
    margin-bottom: -60px;
    z-index: -100;
    height: 200px;
    overflow: hidden;
}
.video h2{
    width: 100%;
    margin-top: 80px;
    position: absolute;
    text-align: center;
    margin-bottom: 10px;
    color: #FFF;
    font-size: 25px;
    text-shadow:1.5px 1.5px #666;
}
.video video{
    width: 100%;
}
.modal{
	display:none;
}
.modal h3{
	color:#fff;
	font-size:30px !important;
	text-align:center;
}
.modal:target{
	display:block;
	width:100%;
	height:100%;
	z-index:3;
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.9);
}
.imagen{
	padding-top:8%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.imagen a{
	display:block;
	color:#fff;
	font-size:40px;
	text-decoration:none;
	margin:0 5px;
}
.imagen a:nth-child(2){
	height:100%;
	flex-shrink:2;
}
.imagen img{
	width:600px;
	height:400px;
	border:7px solid #fff;
	box-sizing:border-box;
    object-fit:cover;
}
.cerrar{
    margin-left:650px !important;
    position:relative;
    float:right;
	opacity:0.8;
	text-align:center;
	font-size:25px !important;
    color:#aaa;
    background:#555;
    height:25px;
    width:25px;
    border-radius:25px;
	padding:5px;
	line-height:25px;
}
#jssor_1{
    position:relative;
    width:980px;
    height:380px;
    overflow:hidden;
    visibility:hidden;
}
.jssorl-009-spin{
    position:absolute;
    width:100%;
    height:100%;
    text-align:center;
    background-color:rgba(0,0,0,0.7);
}
.jssorl-009-spin img{
    margin-top:-19px;
    position:relative;
    top:50%;
    width:38px;
    height:38px;
    animation-name:jssorl-009-spin;
    animation-duration:1s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
#slides{
    cursor:default;
    position:relative;
    width:980px;
    height:380px;
    overflow:hidden;
    object-fit:cover;
}
#flat{
    position:absolute;
    width:980px;
    height:380px;
    overflow:hidden;
}
.texto_slider{
    position:absolute;
    top:30%; 
    width:100%;
    text-align:center;
    color:#bbb;
    font-size:30px;
    text-shadow:1.5px 1.5px #888;
}
.texto_slider h1{
    color:#ddd;
    font-size:40px;
}
.texto_slider h2{
    color:#bbb;
    font-size:30px;
}
@keyframes jssorl-009-spin{from{transform:rotate(0deg);}
    to{transform:rotate(360deg);}}
.jssorb052{position:absolute;bottom:12px;right:12px;}
.jssorb052 .i{position:absolute;cursor:pointer;width:16px;height:16px;}
.jssorb052 .i .b{fill:#666;fill-opacity:0.5;}
.jssorb052 .i:hover .b{fill-opacity:.7;}
.jssorb052 .iav .b{fill-opacity:1;}
.jssorb052 .i.idn{opacity:.3;}
.jssora053{display:block;position:absolute;}
.jssora053 svg, .jssorb052 svg{position:absolute;}
.jssora053 .a{fill:none;stroke:#fff;stroke-width:640;stroke-miterlimit:10;}
.jssora053:hover{opacity:.8;}
.jssora053.jssora053dn{opacity:.5;}
.jssora053.jssora053ds{opacity:.3;pointer-events:none;}