@font-face {
    font-family: 'uniformblack';
    src: url('miller_type_foundry_-_uniform-black-webfont.woff2') format('woff2'),
         url('miller_type_foundry_-_uniform-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'uniform_extra_condensedRg';
    src: url('miller_type_foundry_-_uniformextracondensed-webfont.woff2') format('woff2'),
         url('miller_type_foundry_-_uniformextracondensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'uniform_extra_condensedblack';
    src: url('miller_type_foundry_-_uniformextracondensed-black-webfont.woff2') format('woff2'),
         url('miller_type_foundry_-_uniformextracondensed-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'uniform_extra_condensedbold';
    src: url('miller_type_foundry_-_uniformextracondensed-bold-webfont.woff2') format('woff2'),
         url('miller_type_foundry_-_uniformextracondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'uniform_extra_condensedmedium';
    src: url('miller_type_foundry_-_uniformextracondensed-medium-webfont.woff2') format('woff2'),
         url('miller_type_foundry_-_uniformextracondensed-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.customlocalizador > div{
  display:inline-block;
}

.customlocalizador a{
  background: #293c42;
    color: white;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-top: 10px;
    display: flex;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    border: solid #c39d61;
}

.customlocalizador .icon{
	margin-right: 10px;}

.customlocalizador h3{
	margin: 0;
    color: white;
    font-family: 'uniform_extra_condensedbold';
    font-size: 16px;
    letter-spacing: .1em;
}

#reconocimiento img{
  margin-top: -70px;
}

#bottom  {
	transition:all .3s;
}

#logo-marinter{}
#logo-marinter .moduletable{
	box-sizing: border-box;
    padding: 20px 0;
    opacity: .8;
}
#logo-marinter .moduletable a{}
#logo-marinter .moduletable img{
	width:190px;
}
hr{
	border-color:#c59d5f;
}
b{
	color: #c59d5f;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'uniform_extra_condensedbold';
	text-transform: uppercase;
    color: #232628;
	line-height: normal;
}
h2{
	font-size:35px;
}
h3{
	font-size: 20px;
}
h4{
	display: inline-block;
    background: url(../../../images/linea.png) no-repeat center left;
    padding-left: 108px;
    color: #c59d5f;
    letter-spacing: 1px;
}

.pantalla{
	    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #a7753a;
    z-index: 10000;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
	color: white;
}
.admitido{
	opacity:0;
	visibility:hidden;}
.pantalla button{
    width: 80px;
    box-shadow: 4px 4px 0px 0px #fcf7e4, 4px 4px 0px 2px #c59d5f;
    margin: 10px;
}

.pantalla-inner{
	text-align:center;
	background: #faf8e3;
}
.pantalla-inner > div{
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

.pantalla-inner > div:nth-child(2){
	padding:20px;
}
.pantalla-inner > div:nth-child(2) .moduletable{
    border: solid #c59d5f;
    padding: 39px 20px;
}
.pantalla-inner img[alt="logo-severo"]{
	opacity: .6;
	margin-bottom: 10px;
}
.header{
	text-align: center;
    margin: 0;
    box-sizing: border-box;
    padding: 25px 20px;
	padding-bottom: 0;
}
.jsn-es-slider h2{
	color:white;
	font-size: 65px;
	text-shadow: 0px 10px 10px black;
}
a.brand {
	float:none;
	display:inline-block;
}
a.brand img{
	max-width:350px;
	width: 100%;
}
input::placeholder, textarea::placeholder {
  
}

html, body, body.site{
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}
.limite{
	max-width:1180px;
	margin:auto;
	box-sizing: border-box;
}
.jsn-es-slider{
	border-bottom: 3px solid #c59d5f;
	border-top: 3px solid #c59d5f
}
#idioma{
	text-align:center;
}
#idioma h3{
	margin-top: 0;

	font-size:18px;
}
div.mod-languages ul{
	
}
div.mod-languages ul.lang-inline li{
	display: inline-block !important;
	margin: 0;
}
div.mod-languages a{
	text-decoration: none;
    display: block;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 3px;
    line-height: normal;
    font-size: 12px;
}
div.mod-languages ul.lang-inline li.lang-active a{
	background: #c59d5f;
    color: white;
}
.navigation{
    background: whitesmoke;
    border-top: 1px solid rgba(0, 0, 0, 0.075);
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    margin-bottom: 10px;
    box-shadow: 0px 0px 0px 1px #fbfbfb inset;
    box-sizing: border-box;
    padding: 15px 0;
	margin: 0;
}
body .datos{}
body .datos ul{
	text-align: center;
    box-sizing: border-box;
    margin-bottom: 100px;
    border: solid 1px whitesmoke;
    border-top: none;
    padding: 30px;
    box-shadow: 10px 10px 15px #bababa29;
}
body .datos ul li{
	position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0;
    width: 48%;
    border-bottom: dashed 1px #f1f1f1;
    text-align: left;
    background: url(../../../images/agave.png) no-repeat 10px center;
    background-size: 50px;
    padding: 30px 10px;
    padding-left: 78px;
    box-shadow: 0px 0px 0px 1000px rgba(255, 255, 255, 0.5) inset;
}
body .datos ul li:before, span.catItemImage:before{    
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}
body .datos ul li:nth-child(odd){
	margin-right: 1%;
}
body .datos ul li:nth-child(even){
	margin-left: 1%;
}
body .datos ul li:nth-last-child(2) ,body .datos ul li.clearList{
	border:none;
}
body .datos ul li.clearList{
	background:none;
}
body .datos ul li a.moduleItemTitle{
	text-transform: uppercase;
    font-family: uniform_extra_condensedbold;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 1px;
}
body .datos ul li .moduleItemIntrotext{}
#bottom{
	background:#f5f5f5;
	text-align: right;
}
#bottom .moduletable{
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	text-align: center;
	width: 49.5%;
}
#bottom .moduletable:nth-child(2){
	border-left: solid 3px #c59d5f;
}
.moduletable .contacto{
	max-width: 780px;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 50px;
}
.moduletable .contacto input, .moduletable .contacto textarea{
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: solid 2px #e0e0e1;
    box-shadow: none;
    outline: none;
    resize: none;
    border-radius: 0;
    padding: 21px 2.75em;
    letter-spacing: 4.8px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
    height: auto;
	 color: #c59d5f;
    background: rgba(255, 255, 255, 0.61);
}
.moduletable .contacto textarea{
	margin:0;
}
.moduletable form.contacto{
	margin-top:40px;
}
div.itemListCategory {
    text-align: center;
    background: no-repeat;
    border: none;
}
div.catItemIntroText{
	max-width: 440px;
    background: white;
    box-sizing: border-box;
    padding: 30px 40px;
    border: solid 1px whitesmoke;
    text-align: justify;
	    margin-top: -80px;
    position: relative;
    z-index: 11;
    box-shadow:10px 10px 15px rgba(186, 186, 186, 0.1607843137254902);
}
div.catItemIntroText h3{
	color: #c59d5f
}
#medio .moduletable{
    display: inline-block;
    vertical-align: middle;
    width: 49.5%;
    text-align: center;
    margin: 100px 0;
    box-sizing: border-box;
}
#medio .moduletable:nth-child(2){
	padding:0 0 0 40px;
}
#medio .moduletable:nth-child(2) p{
	text-align: justify;
}
.adn{
	margin-top: 15px;
}
.adn b{
	display:block;
}
#banner-2 {
	box-sizing: border-box;
	padding: 0 20px;
    background: url(../../../images/Severo-16.jpg);
    min-height: 200px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    text-align: center;
    color: white;
    border-top: 10px solid #c59d5f;
    border-bottom: solid #c59d5f;
    margin-bottom: 140px;
    box-shadow: 0px 65px 0px whitesmoke, 0px 0px 0px 1000px rgba(23,33,37,0.9019607843137255) inset;
}

#banner-2 .moduletable{
	display: inline-block;
    vertical-align: middle;
    width: 35%;
    position: relative;
    margin: 80px 0;
}

#banner-2 .moduletable:nth-child(2) {
    width: 29%;
}

#banner-2 h2{
	line-height: normal;
    font-size: 60px;
    color: white;
}
#banner-2 p{
	text-align: justify;
    line-height: 200%;}
div.catItemImageBlock {
    margin: 0;
    padding: 0;
}
span.catItemImage {
    padding-left: 50px;
	position: relative;
}
span.catItemImage >a {
    display: block;
    max-width: 470px;
    box-sizing: border-box;
    border: solid;
    padding: 30px 0;
}
span.catItemImage img {
    margin-right: -80px;
    width: 100% !important;
}
button{
	background: #c59d5f;
    border: 0;
    box-sizing: border-box;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    box-shadow: 4px 4px 0px 0px whitesmoke, 4px 4px 0px 2px #c59d5f;
}
footer{
	background: #171a1c;
    text-align: center;
    padding: 14px;
    color: #9c9ea0;
    font-size: 12px;
	border-top:solid 3px #c59d5f;
}
div.itemContainer{
	box-sizing: border-box;
}

@media screen and (max-width:1500px){
	
	.moduletable form.contacto {
    	margin-top: 10px;}
	.moduletable .contacto input, .moduletable .contacto textarea{
		padding: 16px 15px;
	}
}

@media screen and (max-width:1350px){
	#bottom .moduletable{
		overflow: hidden;
	}
	#bottom .moduletable:nth-child(2) img{
		min-width:700px;
	}
	.moduletable .contacto{
		padding: 0px 30px;
	}
}

@media screen and (max-width:1180px){
	div.itemContainer{
		padding-right: 50px;		
	}
	.moduletable form.contacto{
		padding:0;
	}
}

@media screen and (max-width:850px){
	.jsn-es-slider h2{
		font-size: 45px;
	}
	#medio .moduletable{
		width: 100%;
		padding: 0;
	}
	#medio .moduletable:nth-child(2){
		padding:0;
	}
	#medio .moduletable:nth-child(1){
		margin-bottom: 0;
		padding: 0;
	}
	div.itemListCategoriesBlock br{
		display: none;
	}
	
	#bottom .moduletable{
		width:100%;
	}
	.moduletable form.contacto{
		margin-top:30px;
	}
	#bottom .moduletable:nth-child(1){
		padding: 70px;
	}
	#bottom .moduletable:nth-child(2){
		border: 0;
		border-bottom: solid 3px #c59d5f;
	}
	#bottom{
		display: flex;
    	flex-direction: column-reverse;
	}
	#bottom textarea{
		height: 160px;
	}
		#banner-2 .moduletable{
		margin: 40px 0;
	}
	#banner-2 .moduletable:nth-child(1){
		width: 100%;
		margin-bottom: 0;
	}
	#banner-2 .moduletable:nth-child(2){
		width: 40%;
	}
	#banner-2 .moduletable:nth-child(3){
		width: 59%;
	}
	#banner-2 .moduletable:nth-child(3) img{
		width:75px;
	}
	#banner-2 h2{
		font-size: 50px;		
	}
	
}

@media screen and (max-width:750px){
	
	.pantalla{
		background: #faf8e3;
	}
	.pantalla-inner > div:nth-child(1){
		display: none;
	}
	
	body .datos ul li{
		width:100%;
		padding: 25px 10px;
		padding-left: 78px;
	}
	body .datos ul li.clearList{
		display: none;
	}
	
	span.catItemImage img{
		margin: 0;
	}
	span.catItemImage >a{
		padding: 0;
		max-width: none;
	}
	span.catItemImage{
		padding:0;
		margin: 0;
	}
	div.catItemIntroText{
		margin-top: -45px;
		padding: 20px 31px;
		border-color: white;
		box-shadow: 10px 10px 15px rgba(186, 186, 186, 0.07);
	}
	div.itemContainer{
		padding: 0;
		padding-right: 10px
	}
	div.itemContainerLast{
		padding-right: 0;
		padding-left: 10px;
	}
	div.catItemBody{
		padding: 0;
	}
	div.catItemView{
		padding:0;
	}
	a.brand img{
		max-width:350px;
	}
}

@media screen and (max-width:680px){
	.moduletable .contacto{
		padding:0;
	}
	#bottom .moduletable:nth-child(2) img{
		min-width: auto;
	}
}
@media screen and (max-width:600px){
	div.itemContainer{
		padding: 0;
	}
	body .datos ul{
		border: 0;
		box-shadow: none;
		padding: 0 30px;
	}
	#bottom .moduletable:nth-child(1){
		padding: 70px 20px;
	}
	div.itemListCategory p{
		text-align: justify;
	}
	.jsn-es-slider h2{
		font-size: 33px;
	}
}

@media screen and (max-width:550px){
	#banner-2 .moduletable{
		width: 100% !important;
		margin: 0;
	}
	#banner-2 .moduletable:nth-child(1){
		margin-top: 40px;
	}
	#banner-2 .moduletable:nth-child(3){
		margin-bottom: 40px;
	}
}
