protector.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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/protector/slide1-1400.jpg") no-repeat bottom;
  11. background-size: cover;
  12. height: 700px;
  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. display:block;
  66. position:absolute;
  67. top:60%;
  68. transform: translate(-50%,-50%);
  69. left:50%;
  70. margin-right:-50%;
  71. }
  72. #prod-description{
  73. width: 55%;
  74. height: 185px;
  75. right: 50px;
  76. position: absolute;
  77. background-color: rgba(255,255,255,0.8);
  78. padding: 30px;
  79. }
  80. #space{ clear:both; }
  81. #slide-wrapper{
  82. position: absolute;
  83. right:0px;
  84. bottom: 90px;
  85. width:100%;
  86. }
  87. #slider-bottom{
  88. position: absolute;
  89. bottom: 30px;
  90. width: 100%;
  91. margin: 0px auto;
  92. text-align: center;
  93. font-size: 28px;
  94. letter-spacing: 30px;
  95. color: white;
  96. cursor: pointer;
  97. }
  98. #prod-title{
  99. font-size: 20px;
  100. font-variant: small-caps;
  101. border-bottom: 1px solid;
  102. margin-bottom: 20px;
  103. }
  104. #switcher { width:100%; z-index:5;text-align:center;position:absolute;bottom:15px;}
  105. #switcher div {
  106. color:white;
  107. margin:0px 10px;
  108. max-height:160px;
  109. display:inline;
  110. z-index:5;
  111. cursor:pointer;
  112. text-shadow: 0px 0px 2px black;
  113. }
  114. #switcher div[id="0"] { color:#3696BF ;}
  115. .ciudades { text-align:left; width:150px; padding:0px 5px; display:inline-table; }
  116. .pac-container { margin-top: -75px !important; }
  117. #image-container { width:39%; text-align:center; position:relative;height:700px;}
  118. @media screen and (min-width:1140px){
  119. #prod-description{ bottom: 200px !important; }
  120. }
  121. @media screen and (max-width:1140px){
  122. #prod-description{ bottom: 200px !important; width:50%; height:250px; }
  123. #direccion { width:70%; }
  124. }
  125. @media screen and (max-width:900px){
  126. #prod-description{ width:50%; height:270px; }
  127. #direccion { width:90%; }
  128. }
  129. #banner{ margin-top:0px!important;}
  130. #protector-solar{
  131. width: 50%;
  132. margin: 0px auto;
  133. text-align: center;
  134. background-color: #324875;
  135. height: 60px;
  136. padding-top: 19px;
  137. color: white;
  138. font-family: Open Sans;
  139. font-size: 25px;
  140. text-transform: uppercase;
  141. font-weight: bold;
  142. }