styleAsesoria.css 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  1. hr {
  2. background-color: #2CB978;
  3. height: 1px;
  4. }
  5. .fa-anchor,
  6. .fa-coffee {
  7. font-size: 200px
  8. }
  9. .pa {
  10. padding-top: 100px;
  11. }
  12. .padinBo {
  13. padding-bottom: 100px;
  14. }
  15. .bannerEmpresa {
  16. padding-top: 100px;
  17. }
  18. .container-1 {
  19. width: 100%;
  20. }
  21. .bg-img {
  22. background-image: url("../img/blog/img1.jpg");
  23. background-position: center center;
  24. background-repeat: no-repeat;
  25. background-attachment: fixed;
  26. background-size: cover;
  27. background-color: #2CB978;
  28. }
  29. .bg-imgd {
  30. background-color: gray;
  31. min-height: 250px;
  32. background-position: center;
  33. background-repeat: no-repeat;
  34. background-size: cover;
  35. position: relative;
  36. }
  37. .paddi {
  38. padding-left: 30px;
  39. padding-right: 30px;
  40. }
  41. /* Full-width input fields */
  42. /* input[type=text],select,input[type=email],input[type=number],input[type=date],textarea,input[type=time]{
  43. width: 100%;
  44. padding: 10px;
  45. margin: 5px 0 15px 0;
  46. border: none;
  47. background: #f1f1f1;
  48. } */
  49. /* input[type=text]:focus,select:focus,input[type=email]:focus {
  50. background-color: #ddd;
  51. outline: none;
  52. } */
  53. /* Set a style for the submit button */
  54. .btnA {
  55. background-color: #2CB978;
  56. color: white;
  57. padding: 16px 20px;
  58. border: none;
  59. cursor: pointer;
  60. width: 100%;
  61. opacity: 0.9;
  62. radius: 10px;
  63. }
  64. .btnA:hover {
  65. opacity: 1;
  66. }
  67. /* listas de bodega-html */
  68. #lista2 {
  69. counter-reset: li;
  70. list-style: none;
  71. *list-style: decimal;
  72. font: 20px 'trebuchet MS', 'lucida sans';
  73. padding: 50;
  74. margin-bottom: 4em;
  75. text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
  76. }
  77. #lista2 ol {
  78. margin: 0 0 100 2em;
  79. color: #fff;
  80. }
  81. #lista2 li {
  82. position: relative;
  83. display: block;
  84. padding: .4em .4em .4em 2em;
  85. *padding: .4em;
  86. margin: .5em 0;
  87. background: #ddd;
  88. color: #444444;
  89. text-decoration: none;
  90. border-radius: .10em;
  91. transition: all .3s ease-out;
  92. }
  93. #lista2 li:hover {
  94. background: #eee;
  95. }
  96. #lista2 li:hover:before {
  97. transform: rotate(360deg);
  98. }
  99. #lista2 li:before {
  100. content: counter(li);
  101. counter-increment: li;
  102. color: #fff;
  103. position: absolute;
  104. left: -1.3em;
  105. top: 50%;
  106. margin-top: -1.3em;
  107. background: #2CB978;
  108. height: 2em;
  109. width: 2em;
  110. line-height: 2em;
  111. border: .2em solid #fff;
  112. text-align: center;
  113. font-weight: bold;
  114. border-radius: 2em;
  115. transition: all .3s ease-out;
  116. }
  117. /* Fin de las listas */
  118. /* Botón */
  119. .button-con {
  120. border-radius: 50px;
  121. background-color: #4CAF50;
  122. /* Green */
  123. padding: 16px 32px;
  124. text-align: center;
  125. display: inline-block;
  126. border: 0px;
  127. font-size: 16px;
  128. margin: 4px 2px;
  129. -webkit-transition-duration: 0.4s;
  130. /* Safari */
  131. transition-duration: 0.4s;
  132. cursor: pointer;
  133. }
  134. .button-con1:hover {
  135. background-color: white;
  136. color: black;
  137. border: 1px solid #2cb978;
  138. }
  139. .button-con1 {
  140. background-color: #2cb978;
  141. color: white;
  142. }
  143. .button-ase {
  144. border-radius: 50px;
  145. background-color: #4CAF50;
  146. /* Green */
  147. padding: 16px 32px;
  148. text-align: center;
  149. display: inline-block;
  150. border: 0px;
  151. font-size: 16px;
  152. margin: 4px 2px;
  153. -webkit-transition-duration: 1s;
  154. /* Safari */
  155. transition-duration: 0.4s;
  156. cursor: pointer;
  157. }
  158. .button-ase1 {
  159. background-color: white;
  160. color: black;
  161. border: 1px solid #c8c7c7;
  162. }
  163. .button-ase1:hover {
  164. background-color: #2cb978;
  165. color: white;
  166. border: 1px solid #2cb978;
  167. }
  168. .colorWhu {
  169. color: white;
  170. }
  171. /* margin imgs empres.html */
  172. .img-margin-left {
  173. margin-top: 80px;
  174. margin-left: 120px;
  175. }
  176. .img-margin-right {
  177. margin-left: 80px;
  178. }
  179. .img-to {
  180. margin-top: 80px;
  181. }
  182. .imgEmpresa:hover {
  183. animation: shake 0.5s;
  184. animation-iteration-count: infinite;
  185. }
  186. @keyframes shake {
  187. 0% {
  188. transform: translate(1px, 1px) rotate(0deg);
  189. }
  190. 10% {
  191. transform: translate(-1px, -2px) rotate(-1deg);
  192. }
  193. 20% {
  194. transform: translate(-3px, 0px) rotate(1deg);
  195. }
  196. 30% {
  197. transform: translate(3px, 2px) rotate(0deg);
  198. }
  199. 40% {
  200. transform: translate(1px, -1px) rotate(1deg);
  201. }
  202. 50% {
  203. transform: translate(-1px, 2px) rotate(-1deg);
  204. }
  205. 60% {
  206. transform: translate(-3px, 1px) rotate(0deg);
  207. }
  208. 70% {
  209. transform: translate(3px, 1px) rotate(-1deg);
  210. }
  211. 80% {
  212. transform: translate(-1px, -1px) rotate(1deg);
  213. }
  214. 90% {
  215. transform: translate(1px, 2px) rotate(0deg);
  216. }
  217. 100% {
  218. transform: translate(1px, -2px) rotate(-1deg);
  219. }
  220. }
  221. img {
  222. vertical-align: middle;
  223. }
  224. /* Position the image container (needed to position the left and right arrows) */
  225. .container {
  226. position: relative;
  227. }
  228. .conG {
  229. background-color: #f8f8f8;
  230. }
  231. /* Hide the images by default */
  232. .mySlides {
  233. display: none;
  234. }
  235. /* Add a pointer when hovering over the thumbnail images */
  236. .cursor {
  237. cursor: pointer;
  238. }
  239. /* Next & previous buttons */
  240. .prev,
  241. .next {
  242. cursor: pointer;
  243. position: absolute;
  244. top: 40%;
  245. width: auto;
  246. padding: 16px;
  247. margin-top: -50px;
  248. color: white;
  249. font-weight: bold;
  250. font-size: 20px;
  251. border-radius: 0 3px 3px 0;
  252. user-select: none;
  253. -webkit-user-select: none;
  254. }
  255. /* Position the "next button" to the right */
  256. .next {
  257. right: 0;
  258. border-radius: 3px 0 0 3px;
  259. }
  260. /* On hover, add a black background color with a little bit see-through */
  261. .prev:hover,
  262. .next:hover {
  263. background-color: rgba(0, 0, 0, 0.8);
  264. }
  265. /* Number text (1/3 etc) */
  266. .numbertext {
  267. color: #f2f2f2;
  268. font-size: 12px;
  269. padding: 8px 12px;
  270. position: absolute;
  271. top: 0;
  272. }
  273. /* Container for image text */
  274. .caption-container {
  275. text-align: center;
  276. background-color: #222;
  277. padding: 2px 16px;
  278. color: white;
  279. }
  280. .row:after {
  281. content: "";
  282. display: table;
  283. clear: both;
  284. }
  285. /* Six columns side by side */
  286. .column {
  287. float: left;
  288. width: 16.66%;
  289. }
  290. /* Add a transparency effect for thumnbail images */
  291. .demo {
  292. opacity: 0.6;
  293. }
  294. .active,
  295. .demo:hover {
  296. opacity: 1;
  297. }
  298. .gallery-tam {
  299. max-width: 800px;
  300. }
  301. div.transbox {
  302. margin: 30px;
  303. background-color: #ffffff;
  304. opacity: 0.6;
  305. filter: alpha(opacity=60);
  306. /* For IE8 and earlier */
  307. }
  308. .transbox-form {
  309. background-color: #ffffff;
  310. opacity: 0.9;
  311. filter: alpha(opacity=60);
  312. }
  313. div.transbox p,
  314. h1 {
  315. margin: 5%;
  316. font-weight: bold;
  317. color: #000000;
  318. }
  319. .container-asesoria {
  320. background-color: #fff;
  321. padding-top: 20px;
  322. padding-right: 20px;
  323. padding-bottom: 20px;
  324. padding-left: 20px;
  325. }
  326. .carousel-inner img {
  327. width: 100%;
  328. /* Set width to 100% */
  329. margin: auto;
  330. min-height: 200px;
  331. }
  332. /* Hide the carousel text when the screen is less than 600 pixels wide */
  333. @media (max-width: 600px) {
  334. .carousel-caption {
  335. display: none;
  336. }
  337. }
  338. .centrado {
  339. padding-left: auto;
  340. padding-right: auto;
  341. }