﻿/*TEASER HOME*/
.teaserhome { min-width:320px; width:100%; height:300px; position:relative; z-index:1; background-color:transparent; overflow:hidden; margin:0 auto; }
.teaserhome .teaser-img {width:100%; background-position:center center; background-repeat:no-repeat;height:100%;top:0px;left:0px;position:absolute;}
.teaserhome .container-searcher { position:absolute; left:0; top:0; width:100%; height:100%; z-index:10;}
.teaserhome .searcher { width:280px; margin:20px auto 0; }
.teaserhome .searcher h2 { color:#ffffff; font-family:'roboto', sans-serif; font-size:1.25em; line-height:1.25em; margin:0; text-shadow: 0 0 3px rgba(0, 0, 0, 1);}
.teaserhome .searcher .search { width:260px; padding:10px; background-color:rgba(100,100,100,0.6); float:left; }
.teaserhome .searcher .search input {border:none; text-decoration:none;}
.teaserhome .searcher .search input[type="text"] { width:240px; height:30px; padding-left:.5em; }
.teaserhome .searcher .search .searching {background-image: url(https://autocosmoscloudstorage.blob.core.windows.net/roadtrip/img/ajax-loader.gif);background-repeat: no-repeat;background-position: right;}
.teaserhome .searcher .search input[type="submit"] { width:240px; height:30px; background-color:#0668b3; color:#ffffff; margin:10px 0 0; padding:0; }
.teaserhome .searcher .search .linksearch ul { display: none; }
.teaserhome .searcher .search .linksearch li { display: inline-block; list-style:none; font-size:.9em; margin:5px 10px; }
.teaserhome .searcher .search .linksearch li a { color:#ffffff; }
.teaserhome .searcher .search .linksearch li a:hover { text-decoration:underline; }


/*ROTADOR HOME*/
.rotadorhome { background-color:#ffffff; width:100%; height:192px; overflow:hidden;position: relative;  }
.rotadorhome .rotadormodule { width:240px; height:180px; float:left; position:relative; margin:6px 3px; }
.rotadorhome .rotadormodule figure { width:240px; height:180px; overflow:hidden; }
.rotadorhome .rotadormodule figure img { width:auto; height:100%; }
.rotadorhome .rotadormodule .body { width:240px; height:180px; position:absolute; top:0; left:0;  }
.rotadorhome .rotadormodule .body .crest { display:none; /*padding:5px; position:absolute; top:0; left:0; background-color: rgba(0,0,0,.5); box-sizing:border-box;*/ }
.rotadorhome .rotadormodule .body .crest .published-date { display:none; }
.rotadorhome .rotadormodule .body .crest .category { font-family:'roboto_condensedregular', serif; color:#ffffff; }
.rotadorhome .rotadormodule .body .main { width:228px; margin:6px; padding:5px; position:absolute; bottom:0; left:0; background-color: rgba(0,0,0,.7); box-sizing:border-box; }
.rotadorhome .rotadormodule .body .main h3 { font-family:'robotolight', serif; font-size:1em; color:#ffffff; text-align:center; }

/*HEROES*/
.teaserhome .flex-prev, .teaserhome .flex-next { display:none;}
div.heroLink { position: absolute; bottom: 0px; left: 0px; width: 100%; height: 50px; z-index: 11; background-color:rgba(100,100,100,0.6); padding-top:0.5em;}
div.heroLink>div { margin:0; width:100%; padding-left:2em; padding-right:2em; }
div.heroLink>div>a { color:#ffffff; font-family:'roboto', sans-serif; font-size:1.25em; line-height:1em; text-shadow: 0 0 3px rgba(0, 0, 0, 1); text-decoration:underline;}
.heroSlide { display:none;}
/*MEDIA QUERIES*/
@media screen and (min-width: 657px) {
	.teaserhome { width:100%; height:400px; padding:0; margin:0; z-index:1; background-color:transparent; }
	.teaserhome img{ position:absolute; top:0; left:0; }
	.teaserhome .searcher { width:600px; margin:130px auto 0; }
	.teaserhome .searcher h2 { font-size:1.75em;}
	.teaserhome .searcher .search { width:600px; }
	.teaserhome .searcher .search input { border:none; text-decoration:none;}
	.teaserhome .searcher .search input[type="text"] { width:440px; }
	.teaserhome .searcher .search input[type="submit"] { width:120px; margin:0 0 0 10px; }
	.teaserhome .searcher .search .linksearch ul { display: inline-block; }
	.teaserhome .flex-next { display:block; margin-right:35px;}
	div.heroLink>div { width:600px; margin:0 auto;text-align:right; }
	div.heroLink>div>a{font-size:1.75em;}
}

@media screen and (min-width: 1024px) {
	.teaserhome .searcher { width:900px; }
	.teaserhome .searcher .search { width:900px; }
	.teaserhome .searcher .search input[type="text"] { width:740px; }
	.teaserhome .searcher .search input[type="submit"] { width:120px; }
	div.heroLink>div { width:900px;  }
}
@media screen and (min-width: 1280px) {
	.teaserhome .teaser-img{background-size:1920px;}
}

/*CORRECCIONES REALIZADAS POR DEJAR EL MASTER.CSS para MAQUETAR*/
#content { min-width:320px;}

.rotadorhome:hover .flex-prev { opacity: 0.7; }
.rotadorhome:hover .flex-next { opacity: 0.7; }
.rotadorhome .flex-prev.flex-disabled, .rotadorhome .flex-next.flex-disabled { display:none;}
