style.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646
  1. body {
  2. background-color: white;
  3. font-family: 'Roboto', sans-serif;
  4. }
  5. .title-covid {
  6. font-family: 'AlmaqW01-Refined';
  7. color: #fff;
  8. font-weight: 500;
  9. font-size: 48px;
  10. }
  11. .background-top {
  12. position: relative;
  13. }
  14. .underline-no {
  15. text-decoration: none;
  16. }
  17. .background-top {
  18. content: "";
  19. position: absolute;
  20. width: 100%;
  21. height: 100vh;
  22. background: url(../img/apoyo-covid/landing-1.png);
  23. background-size: 100% 100vh;
  24. background-position: right bottom;
  25. background-repeat: no-repeat;
  26. z-index: -1;
  27. }
  28. .background-top-paso2 {
  29. position: relative;
  30. }
  31. .background-top-paso2 {
  32. content: "";
  33. position: absolute;
  34. width: 100%;
  35. height: 100vh;
  36. background: url(../img/apoyo-covid/landing-2.pnglanding-2.png);
  37. background-size: 100% 100vh;
  38. background-position: right bottom;
  39. background-repeat: no-repeat;
  40. z-index: -1;
  41. }
  42. /* Inicio Navbar */
  43. .nav-link {
  44. color: #FEFEFE;
  45. font-size: 20px;
  46. font-weight: bold;
  47. text-align: center;
  48. }
  49. .nav-link:hover {
  50. color: #FEFEFE;
  51. }
  52. .nav-link:focus {
  53. outline: none;
  54. }
  55. .navbar-toggler {
  56. font-size: 25px;
  57. }
  58. .navbar-toggler:focus {
  59. outline: none;
  60. }
  61. /* Fin Navbar */
  62. /* Inicio Sección Registro */
  63. .section-registro {
  64. padding-top: 20px;
  65. }
  66. .mensaje-seccion-registro {
  67. padding-bottom: 25px;
  68. color: #FEFEFE;
  69. }
  70. .mensaje-seccion-registro h1 {
  71. font-size: 34px;
  72. font-weight: bold;
  73. }
  74. .mensaje-seccion-registro p {
  75. font-size: 22px;
  76. }
  77. .mensaje-seccion-registro b {
  78. font-size: 27px;
  79. font-weight: bold;
  80. }
  81. .titulo-formulario {
  82. font-size: 35px;
  83. font-weight: bold;
  84. text-align: center;
  85. color: #161770;
  86. padding: 10px 0 10px 0;
  87. }
  88. .formulario-registro {
  89. width: 100%;
  90. padding: 10px 0 10px 0;
  91. }
  92. .form-group {
  93. width: 100%;
  94. }
  95. .form-control {
  96. background-color: #EBEBEB;
  97. border-radius: 0px;
  98. }
  99. input,
  100. select {
  101. border: 0px !important;
  102. }
  103. /* .form-control:focus {
  104. box-shadow: 0 .5px .5px #00A2F7, 0 0 4px #00A2F7;
  105. outline: 0 none;
  106. } */
  107. .boton-formulario {
  108. background-color: #172ff6;
  109. color: #FEFEFE;
  110. font-weight: bold;
  111. padding: 5px !important;
  112. text-transform: uppercase;
  113. border: 0px;
  114. width: 100%;
  115. }
  116. .boton-formulario:hover {
  117. background-color: #00A2F7;
  118. color: #FEFEFE;
  119. border: 0px;
  120. }
  121. .imagen-lapiz,
  122. .imagen-dialogo,
  123. .imagen-principal {
  124. visibility: hidden;
  125. display: none;
  126. }
  127. /* Fin Sección Registro */
  128. /* Inicio Sección Caracteristicas */
  129. .seccion-caracteristicas {
  130. padding-top: 50px;
  131. }
  132. .seccion-caracteristica-derecha {
  133. padding: 30px 0 30px 0;
  134. }
  135. .seccion-caracteristica-derecha h1 {
  136. font-size: 40px;
  137. font-weight: bold;
  138. color: #363636;
  139. }
  140. .seccion-caracteristica-derecha P {
  141. font-size: 18px;
  142. color: #585858;
  143. }
  144. .seccion-caracteristica-derecha img {
  145. width: 100%;
  146. }
  147. .seccion-caracteristica-izquierda {
  148. padding: 30px 0 30px 0;
  149. }
  150. .seccion-caracteristica-izquierda h1 {
  151. font-size: 40px;
  152. font-weight: bold;
  153. color: #363636;
  154. }
  155. .seccion-caracteristica-izquierda P {
  156. font-size: 18px;
  157. color: #585858;
  158. }
  159. .seccion-caracteristica-izquierda img {
  160. width: 100%;
  161. }
  162. /* Fin Sección Caracteristicas */
  163. /* Inicio Sección Contacto */
  164. .imagen-contacto h1 {
  165. font-size: 30px;
  166. font-weight: bold;
  167. text-align: center;
  168. color: #161770;
  169. padding: 10px 0 10px 0;
  170. }
  171. .imagen-contacto img {
  172. width: 100%;
  173. }
  174. .formulario-contacto {
  175. width: 100%;
  176. }
  177. /* Fin Sección Contacto */
  178. /* Inicio Footer */
  179. .container-footer-flex {
  180. max-width: 1170px;
  181. }
  182. .seccion-footer {
  183. padding-top: 0;
  184. }
  185. #footer:hover {
  186. background-color: #474849;
  187. }
  188. #footer .container {
  189. background-color: #343A40;
  190. }
  191. .logo-plataforma-educativa {
  192. padding: 10px 0 10px 0;
  193. text-align: center;
  194. }
  195. .logo-plataforma-educativa img {
  196. width: 160px;
  197. height: 80px;
  198. }
  199. .footer-contacto li h1 {
  200. text-align: center;
  201. color: #FEFEFE;
  202. font-size: 20px;
  203. }
  204. .footer-contacto {
  205. padding: 10px 0 10px 0;
  206. text-align: center;
  207. color: #FEFEFE;
  208. font-size: 15px;
  209. font-weight: bold;
  210. }
  211. .footer-contacto ul {
  212. list-style: none;
  213. padding: 0;
  214. margin: 0;
  215. }
  216. .logo-ittec {
  217. padding: 10px 0 15px 0;
  218. text-align: center;
  219. }
  220. .logo-ittec img {
  221. width: 160px;
  222. height: 80px;
  223. }
  224. #footer #copyright {
  225. padding: 10px 0 10px 0;
  226. color: #FEFEFE;
  227. text-align: center;
  228. background-color: #474849;
  229. }
  230. .aviso-terminos a {
  231. text-decoration: none;
  232. color: #FEFEFE;
  233. font-size: 12px;
  234. }
  235. /* Fin Footer */
  236. /* Inicio Parte 2 */
  237. .navbar-brand {
  238. width: 50px;
  239. height: 50px;
  240. margin-left: 20px;
  241. position: relative;
  242. margin-top: 10px;
  243. background-image: url(../img/logos/logo.png);
  244. background-repeat: no-repeat;
  245. background-position: center center;
  246. background-size: cover;
  247. display: block;
  248. float: left;
  249. padding-top: 0px;
  250. }
  251. .navbar-brand-paso2 {
  252. width: 50px;
  253. height: 50px;
  254. margin-left: 20px;
  255. position: relative;
  256. margin-top: 10px;
  257. background-image: url(../img/logos/logo-2.png);
  258. background-repeat: no-repeat;
  259. background-position: center center;
  260. background-size: cover;
  261. display: block;
  262. float: left;
  263. padding-top: 0px;
  264. }
  265. .img-paso2 {
  266. position: absolute;
  267. }
  268. .container-principal {
  269. padding-top: 50px;
  270. }
  271. /* Fin Parte 2 */
  272. .position-img-alert {
  273. position: absolute;
  274. left: 70px;
  275. top: 20px;
  276. }
  277. .position-img-alert img {
  278. width: 200px;
  279. height: 200px;
  280. }
  281. .modal-content {
  282. border-radius: 30px;
  283. width: 345px;
  284. height: 380px;
  285. }
  286. .modal-header {
  287. background-color: #00a2f7;
  288. border-top-left-radius: 30px;
  289. border-top-right-radius: 30px;
  290. }
  291. .modal-header .close {
  292. color: #FEFEFE;
  293. font-size: 35px;
  294. opacity: none !important;
  295. }
  296. .size-header {
  297. height: 100px;
  298. }
  299. .position-img-alert {
  300. position: absolute;
  301. left: 70px;
  302. top: 20px;
  303. }
  304. .position-img-alert img {
  305. width: 200px;
  306. height: 200px;
  307. }
  308. .modal-body {
  309. padding-top: 100px;
  310. }
  311. .modal-body h1 {
  312. color: #00a2f7;
  313. font-size: 25px;
  314. font-weight: bold;
  315. text-align: center;
  316. }
  317. .modal-body p {
  318. color: #949494;
  319. font-size: 20px;
  320. text-align: center;
  321. }
  322. .no-sub {
  323. text-decoration: none;
  324. }
  325. .flotando-d {
  326. animation: shake 15s;
  327. animation-iteration-count: infinite;
  328. }
  329. .flotando-d1 {
  330. animation: shake 14s;
  331. animation-iteration-count: infinite;
  332. }
  333. .flotando-a {
  334. animation: shake 13s;
  335. animation-iteration-count: infinite;
  336. }
  337. .flotando-l {
  338. animation: shake 12s;
  339. animation-iteration-count: infinite;
  340. }
  341. .row-c {
  342. height: 78vh;
  343. }
  344. .font-index {
  345. color: #686868;
  346. font-weight: normal;
  347. font-size: 30px;
  348. }
  349. @keyframes shake {
  350. 0% {
  351. transform: translate(1px, 1px) rotate(0deg);
  352. }
  353. 10% {
  354. transform: translate(-1px, -2px) rotate(-1deg);
  355. }
  356. 20% {
  357. transform: translate(-3px, 0px) rotate(1deg);
  358. }
  359. 30% {
  360. transform: translate(3px, 2px) rotate(0deg);
  361. }
  362. 40% {
  363. transform: translate(1px, -1px) rotate(1deg);
  364. }
  365. 50% {
  366. transform: translate(0px, 0px) rotate(0deg);
  367. }
  368. 60% {
  369. transform: translate(1px, -1px) rotate(1deg);
  370. }
  371. 70% {
  372. transform: translate(3px, 2px) rotate(0deg);
  373. }
  374. 80% {
  375. transform: translate(-3px, 0px) rotate(1deg);
  376. }
  377. 90% {
  378. transform: translate(-1px, -2px) rotate(-1deg);
  379. }
  380. 100% {
  381. transform: translate(1px, 1px) rotate(0deg);
  382. }
  383. }
  384. @media (max-width: 1700px) {
  385. .paddingg {
  386. padding-top: 75px;
  387. }
  388. .padd {
  389. padding-top: 100px;
  390. }
  391. }
  392. @media (max-width: 1800px) {
  393. .paddingg {
  394. padding-top: 75px;
  395. }
  396. .padd {
  397. padding-top: 180px;
  398. }
  399. }
  400. @media (min-width: 1801px) {
  401. .padd {
  402. padding-top: 300px;
  403. }
  404. .paddingg {
  405. padding-top: 170px;
  406. }
  407. }
  408. @media (max-width: 1300px) {
  409. .navbar-brand {
  410. width: 250px !important;
  411. height: 121px !important;
  412. margin-left: -16px !important;
  413. position: relative;
  414. margin-top: 10px;
  415. background-image: url(../img/index/animacion-index/logo_movil.png);
  416. background-repeat: no-repeat;
  417. background-position: center center;
  418. background-size: cover;
  419. display: block;
  420. float: left;
  421. padding-top: 0px;
  422. }
  423. .navbar-toggler {
  424. font-size: 50px;
  425. padding-left: 0px;
  426. }
  427. }
  428. @media (max-width: 767px) {
  429. .navbar-brand {
  430. width: 250px !important;
  431. height: 121px !important;
  432. margin-left: -16px !important;
  433. position: relative;
  434. margin-top: 10px;
  435. background-image: url(../img/index/animacion-index/logo_movil.png);
  436. background-repeat: no-repeat;
  437. background-position: center center;
  438. background-size: cover;
  439. display: block;
  440. float: left;
  441. padding-top: 0px;
  442. }
  443. .navbar-toggler {
  444. font-size: 50px;
  445. padding-left: 0px;
  446. }
  447. }
  448. @media (max-width: 545px) {
  449. .navbar-brand {
  450. width: 207px !important;
  451. height: 100px !important;
  452. margin-left: -16px !important;
  453. position: relative;
  454. margin-top: 10px;
  455. background-image: url(../img/index/animacion-index/logo_movil.png);
  456. background-repeat: no-repeat;
  457. background-position: center center;
  458. background-size: cover;
  459. display: block;
  460. float: left;
  461. padding-top: 0px;
  462. }
  463. .navbar-toggler {
  464. font-size: 40px;
  465. padding-left: 0px;
  466. }
  467. }
  468. @media (max-width: 446px) {
  469. .row-c {
  470. height: 85vh;
  471. }
  472. }
  473. @media (max-width: 391px) {
  474. .navbar-brand {
  475. width: 190px !important;
  476. height: 91px !important;
  477. margin-left: -16px !important;
  478. position: relative;
  479. margin-top: 10px;
  480. background-image: url(../img/index/animacion-index/logo_movil.png);
  481. background-repeat: no-repeat;
  482. background-position: center center;
  483. background-size: cover;
  484. display: block;
  485. float: left;
  486. padding-top: 0px;
  487. }
  488. .navbar-toggler {
  489. font-size: 37px;
  490. padding-left: 0px;
  491. }
  492. }
  493. @media (max-width: 321px) {
  494. .row-c {
  495. height: 92vh;
  496. }
  497. }
  498. @media (max-width: 316px) {
  499. .row-c {
  500. height: 92vh;
  501. }
  502. }
  503. @media (max-width: 304px) {
  504. .row-c {
  505. height: 96vh;
  506. }
  507. .navbar-brand {
  508. width: 160px !important;
  509. height: 78px !important;
  510. margin-left: -16px !important;
  511. position: relative;
  512. margin-top: 10px;
  513. background-image: url(../img/index/animacion-index/logo_movil.png);
  514. background-repeat: no-repeat;
  515. background-position: center center;
  516. background-size: cover;
  517. display: block;
  518. float: left;
  519. padding-top: 0px;
  520. }
  521. .navbar-toggler {
  522. font-size: 33px;
  523. padding-left: 0px;
  524. }
  525. }
  526. @media (max-width: 292px) {
  527. .row-c {
  528. height: 102vh;
  529. }
  530. }
  531. @media (max-width: 290px) {
  532. .row-c {
  533. height: 107vh;
  534. }
  535. }