| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- html, body
- {
- margin: 0px auto;
- font-family: 'Open Sans';
- position: relative;
- letter-spacing: 0.5px;
- }
- #protector-slide{
- position: relative;
- background: url(../Images/beach.jpg) no-repeat bottom ;
- background-size: cover;
- min-height: 730px;
- width: 100%;
- margin-top:77px;
- }
- h1{ text-transform: uppercase; }
- .imageIcon{
- height: 115px;
- width: 115px;
- margin: 0px auto;
- margin-bottom: 25px;
- }
- #timeIcon {
- background:url(../Images/icons/protector.png) 0 0px;
- }
- #extendIcon {
- background:url(../Images/icons/protector.png) 0 -115px;
- }
- #waterIcon {
- background:url(../Images/icons/protector.png) 0 -230px;
- }
- #hatIcon {
- background:url(../Images/icons/protector.png) 0 -345px;
- }
- #drinkIcon{
- background:url(../Images/icons/protector.png) 0 -460px;
- }
- #cloudIcon{
- background:url(../Images/icons/protector.png) 0 -575px;
- }
- #direccion{
- width: 50%;
- display: block;
- margin: 0px auto 40px;
- text-align: center;
- }
- #app{
- border: 1px solid #55707F;
- height: 150px;
- width: 60%;
- margin: 0px auto;
- margin-bottom: 20px;
- padding: 20px;
- }
- #title{
- margin-top: 15px ;
- z-index: 3;
- left: 50%;
- transform: translate(-50%, 0);
- position: absolute;
- color: white;
- text-shadow: 0 0 0.2em #000;
- }
- #prod-image{
- width: 22%;
- display:block;
- margin-left:10%;
- }
- #prod-description{
- float: right;
- width: 46%;
- right: 110px;
- position: absolute;
- background-color: rgba(255,255,255,0.5);
- padding: 30px;
- }
- #space{ clear:both; }
- #slide-wrapper{
- position: absolute;
- right:0px;
- bottom: 90px;
- width:100%;
- }
- #slider-bottom{
- position: absolute;
- bottom: 30px;
- width: 100%;
- margin: 0px auto;
- text-align: center;
- font-size: 28px;
- letter-spacing: 30px;
- color: white;
- cursor: pointer;
- }
- #prod-title{
- font-size: 20px;
- font-variant: small-caps;
- border-bottom: 1px solid;
- margin-bottom: 20px;
- }
- #switcher { width:100%; z-index:5;text-align:center;}
- #switcher div { color:white; margin:0px 10px; max-height:160px; display:inline; z-index:5;cursor:pointer;}
- @media screen and (min-width:1130px){
- #prod-description{
- bottom: 200px !important;
- }
- }
|