protector.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. html, body
  2. {
  3. margin: 0px auto;
  4. font-family: 'Open Sans';
  5. position: relative;
  6. letter-spacing: 0.5px;
  7. }
  8. #protector-slide{
  9. position: relative;
  10. background: url(../Images/beach.jpg) no-repeat bottom ;
  11. background-size: cover;
  12. min-height: 730px;
  13. width: 100%;
  14. margin-top:77px;
  15. }
  16. h1{ text-transform: uppercase; }
  17. .imageIcon{
  18. height: 115px;
  19. width: 115px;
  20. margin: 0px auto;
  21. margin-bottom: 25px;
  22. }
  23. #timeIcon {
  24. background:url(../Images/icons/protector.png) 0 0px;
  25. }
  26. #extendIcon {
  27. background:url(../Images/icons/protector.png) 0 -115px;
  28. }
  29. #waterIcon {
  30. background:url(../Images/icons/protector.png) 0 -230px;
  31. }
  32. #hatIcon {
  33. background:url(../Images/icons/protector.png) 0 -345px;
  34. }
  35. #drinkIcon{
  36. background:url(../Images/icons/protector.png) 0 -460px;
  37. }
  38. #cloudIcon{
  39. background:url(../Images/icons/protector.png) 0 -575px;
  40. }
  41. #direccion{
  42. width: 50%;
  43. display: block;
  44. margin: 0px auto 40px;
  45. text-align: center;
  46. }
  47. #app{
  48. border: 1px solid #55707F;
  49. height: 150px;
  50. width: 60%;
  51. margin: 0px auto;
  52. margin-bottom: 20px;
  53. padding: 20px;
  54. }
  55. #title{
  56. margin-top: 15px ;
  57. z-index: 3;
  58. left: 50%;
  59. transform: translate(-50%, 0);
  60. position: absolute;
  61. color: white;
  62. text-shadow: 0 0 0.2em #000;
  63. }
  64. #prod-image{
  65. width: 22%;
  66. display:block;
  67. margin-left:10%;
  68. }
  69. #prod-description{
  70. float: right;
  71. width: 46%;
  72. right: 110px;
  73. position: absolute;
  74. background-color: rgba(255,255,255,0.5);
  75. padding: 30px;
  76. }
  77. #space{ clear:both; }
  78. #slide-wrapper{
  79. position: absolute;
  80. right:0px;
  81. bottom: 90px;
  82. width:100%;
  83. }
  84. #slider-bottom{
  85. position: absolute;
  86. bottom: 30px;
  87. width: 100%;
  88. margin: 0px auto;
  89. text-align: center;
  90. font-size: 28px;
  91. letter-spacing: 30px;
  92. color: white;
  93. cursor: pointer;
  94. }
  95. #prod-title{
  96. font-size: 20px;
  97. font-variant: small-caps;
  98. border-bottom: 1px solid;
  99. margin-bottom: 20px;
  100. }
  101. #switcher { width:100%; z-index:5;text-align:center;}
  102. #switcher div { color:white; margin:0px 10px; max-height:160px; display:inline; z-index:5;cursor:pointer;}
  103. @media screen and (min-width:1130px){
  104. #prod-description{
  105. bottom: 200px !important;
  106. }
  107. }