responsive.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618
  1. @media (min-width: 320px) {
  2. .navbar-brand {
  3. width: 80px;
  4. height: 80px;
  5. /* margin-left: -5px; */
  6. margin-top: 0;
  7. }
  8. .navbar-brand-paso2 {
  9. width: 80px;
  10. height: 80px;
  11. margin-left: -5px;
  12. margin-top: 0;
  13. }
  14. .mensaje-seccion-registro h1 {
  15. font-size: 25px;
  16. }
  17. .mensaje-seccion-registro p {
  18. font-size: 18px;
  19. }
  20. .mensaje-seccion-registro b {
  21. font-size: 25px;
  22. }
  23. .img-paso2 {
  24. left: 150px;
  25. }
  26. .position-img-alert {
  27. left: 50px;
  28. }
  29. }
  30. @media (min-width: 350px) {
  31. .navbar-brand {
  32. width: 80px;
  33. height: 80px;
  34. /* margin-left: 5px; */
  35. }
  36. }
  37. @media (min-width: 375px) {
  38. .section-registro {
  39. padding-top: 40px;
  40. }
  41. .mensaje-seccion-registro h1 {
  42. font-size: 35px;
  43. }
  44. .mensaje-seccion-registro p {
  45. font-size: 23px;
  46. }
  47. .mensaje-seccion-registro b {
  48. font-size: 28px;
  49. }
  50. .img-paso2 {
  51. left: 200px;
  52. }
  53. .position-img-alert {
  54. left: 85px;
  55. }
  56. .modal-content {
  57. width: 365px;
  58. }
  59. }
  60. @media (min-width: 411px) {
  61. .position-img-alert {
  62. left: 100px;
  63. }
  64. .modal-content {
  65. width: 400px;
  66. }
  67. }
  68. @media (min-width: 768px) {
  69. .background-top2 {
  70. content: "";
  71. position: absolute;
  72. width: 100%;
  73. height: 80vh;
  74. background-image: url(../img/index/animacion-index/fondo_index.png);
  75. background-size: 75% 100vh;
  76. background-position: right bottom;
  77. background-repeat: no-repeat;
  78. z-index: -1;
  79. }
  80. .texto-index {
  81. color: #686868;
  82. font-size: 25px;
  83. line-height: 1.9;
  84. padding-top: 200px;
  85. margin-left: 40px;
  86. }
  87. .navbar-brand {
  88. width: 200px;
  89. height: 73px;
  90. }
  91. .navbar-brand-paso2 {
  92. width: 220px;
  93. height: 80px;
  94. /* margin-left: 5px; */
  95. background-image: url(../img/logos/logo.png);
  96. }
  97. .nav-link {
  98. font-size: 22px;
  99. }
  100. .navbar-toggler {
  101. font-size: 55px;
  102. }
  103. .mensaje-seccion-registro h1 {
  104. font-size: 50px;
  105. }
  106. .mensaje-seccion-registro p {
  107. font-size: 35px;
  108. }
  109. .mensaje-seccion-registro b {
  110. font-size: 40px;
  111. }
  112. .seccion-caracteristica-derecha h1 {
  113. font-size: 50px;
  114. font-weight: bold;
  115. color: #363636;
  116. }
  117. .seccion-caracteristica-derecha P {
  118. font-size: 28px;
  119. color: #585858;
  120. }
  121. .seccion-caracteristica-izquierda h1 {
  122. font-size: 50px;
  123. font-weight: bold;
  124. color: #363636;
  125. }
  126. .seccion-caracteristica-izquierda P {
  127. font-size: 28px;
  128. color: #585858;
  129. }
  130. .container-principal {
  131. display: flex;
  132. flex-direction: row;
  133. align-items: center;
  134. }
  135. .img-paso2 img {
  136. width: 70%;
  137. }
  138. .img-paso2 {
  139. top: 35px;
  140. left: 61%;
  141. }
  142. .modal-content {
  143. width: 500px;
  144. height: 400px;
  145. }
  146. .modal-body h1 {
  147. font-size: 30px;
  148. }
  149. .modal-body p {
  150. font-size: 25px;
  151. }
  152. .position-img-alert {
  153. left: 150px;
  154. }
  155. }
  156. @media (min-width: 1024px) {
  157. .texto-index {
  158. color: #686868;
  159. font-size: 30px;
  160. line-height: 1.9;
  161. padding-top: 200px;
  162. margin-left: 40px;
  163. }
  164. .navbar-brand {
  165. /* margin-left: 55px; */
  166. }
  167. .navbar-brand-paso2 {
  168. width: 275px;
  169. height: 100px;
  170. margin-left: 5px;
  171. background-image: url(..img/logos/logo.png);
  172. }
  173. .nav-item {
  174. margin-right: 40px;
  175. }
  176. .nav-item2 {
  177. margin-right: 10px;
  178. }
  179. .nav-link {
  180. font-size: 22px;
  181. }
  182. .section-registro {
  183. padding-top: 40px;
  184. }
  185. .mensaje-seccion-registro h1 {
  186. font-size: 60px;
  187. }
  188. .mensaje-seccion-registro p {
  189. font-size: 45px;
  190. }
  191. .mensaje-seccion-registro b {
  192. font-size: 50px;
  193. }
  194. .titulo-formulario {
  195. font-size: 45px;
  196. }
  197. .form-control {
  198. height: 40px;
  199. font-size: 20px;
  200. }
  201. .img-principal img {
  202. width: 100%;
  203. height: 850px;
  204. }
  205. .navbar-nav img {
  206. width: 250px;
  207. }
  208. .img-paso2 img {
  209. width: 80%;
  210. }
  211. .img-paso2 {
  212. top: 40px;
  213. left: 57%;
  214. }
  215. .modal-content {
  216. width: 800px;
  217. height: 400px;
  218. }
  219. .position-img-alert {
  220. left: 150px;
  221. }
  222. .modal-body h1 {
  223. font-size: 30px;
  224. }
  225. .modal-body p {
  226. font-size: 25px;
  227. }
  228. }
  229. @media (min-width: 1301px) {
  230. .navbar-brand {
  231. width: 250px;
  232. height: 92px;
  233. margin-left: 0px;
  234. background-image: url(../img/logos/logo.png);
  235. }
  236. }
  237. @media (min-width: 1200px) {
  238. .background-top2 {
  239. content: "";
  240. position: absolute;
  241. width: 100%;
  242. height: 80vh;
  243. background-image: url(../img/index/animacion-index/fondo_index.png);
  244. background-size: 75% 100vh;
  245. background-position: right bottom;
  246. background-repeat: no-repeat;
  247. z-index: -1;
  248. }
  249. .texto-index {
  250. color: #686868;
  251. font-size: 30px;
  252. line-height: 1.9;
  253. padding-top: 160px;
  254. margin-left: 40px;
  255. }
  256. .navbar-brand-paso2 {
  257. width: 220px;
  258. height: 80px;
  259. margin-left: 5px;
  260. background-image: url(../img/logos/logo.png);
  261. }
  262. .nav-item {
  263. margin-left: 50px;
  264. }
  265. .nav-item2 {
  266. margin-left: 30px;
  267. }
  268. .section-registro {
  269. padding-top: 40px;
  270. }
  271. .container-fluid-flex {
  272. display: flex;
  273. flex-direction: row;
  274. padding: 0 10px 0 10px;
  275. }
  276. .mensaje-seccion-registro {
  277. padding-top: 100px;
  278. }
  279. .mensaje-seccion-registro h1 {
  280. font-size: 40px;
  281. }
  282. .mensaje-seccion-registro p {
  283. font-size: 28px;
  284. }
  285. .mensaje-seccion-registro b {
  286. font-size: 30px;
  287. }
  288. .form-row {
  289. padding: 0 25px 0 25px;
  290. }
  291. .form-control {
  292. height: 40px;
  293. font-size: 20px;
  294. }
  295. .boton-formulario {
  296. font-size: 19px;
  297. }
  298. .imagen-lapiz,
  299. .imagen-dialogo,
  300. .imagen-principal {
  301. visibility: visible;
  302. display: block;
  303. }
  304. .imagen-lapiz img {
  305. width: 300px;
  306. height: 50px;
  307. }
  308. .imagen-lapiz {
  309. position: absolute;
  310. top: 480px;
  311. left: 220px;
  312. }
  313. .imagen-dialogo img {
  314. max-height: 200px;
  315. }
  316. .imagen-dialogo {
  317. position: absolute;
  318. top: 250px;
  319. left: -170px;
  320. }
  321. .section-registro {
  322. padding-bottom: 40px;
  323. }
  324. .seccion-caracteristica-derecha {
  325. display: flex;
  326. flex-direction: row;
  327. align-items: center;
  328. width: 100%;
  329. padding: 50px 0 50px 0;
  330. }
  331. .seccion-caracteristica-derecha p {
  332. font-size: 25px;
  333. }
  334. .seccion-caracteristica-derecha img {
  335. width: auto;
  336. height: 680px;
  337. }
  338. .seccion-caracteristica-izquierda {
  339. display: flex;
  340. flex-direction: row;
  341. align-items: center;
  342. width: 100%;
  343. padding: 50px 0 50px 0;
  344. }
  345. .seccion-caracteristica-izquierda img {
  346. width: 650px;
  347. height: 680px;
  348. }
  349. .seccion-caracteristica-izquierda .caracteristica-imagen {
  350. padding-right: 50px;
  351. }
  352. .container-contacto-flex {
  353. display: flex;
  354. flex-direction: row;
  355. align-items: center;
  356. padding: 50px 0 50px 0;
  357. }
  358. .imagen-contacto {
  359. padding-right: 50px;
  360. }
  361. .container-footer-flex {
  362. display: flex;
  363. flex-direction: row;
  364. align-items: center;
  365. padding: 20px 200px 20px 200px;
  366. }
  367. .logo-plataforma-educativa {
  368. width: 500px;
  369. text-align: left;
  370. }
  371. .footer-contacto {
  372. width: 600px;
  373. text-align: left;
  374. padding: 0 25px 0 25px;
  375. }
  376. .logo-ittec {
  377. width: 500px;
  378. text-align: right;
  379. }
  380. .divider {
  381. display: inline-block;
  382. width: 0;
  383. height: 80px;
  384. border-left: 2px solid #d3d3d3;
  385. margin-top: 0px;
  386. }
  387. .lista-contacto {
  388. width: 300px;
  389. }
  390. .footer-contacto li h1 {
  391. text-align: left;
  392. padding-left: 7px;
  393. }
  394. .img-paso2 {
  395. left: 58%;
  396. top: 20px;
  397. }
  398. .img-paso2 img {
  399. width: 100%;
  400. height: 100px;
  401. }
  402. .container-principal {
  403. display: flex;
  404. flex-direction: row-reverse;
  405. }
  406. .imagen-principal {
  407. padding-right: 50px;
  408. }
  409. .imagen-principal img {
  410. width: 100%
  411. }
  412. #footer-part-1 {
  413. text-align: left;
  414. }
  415. #footer-part-1 .vl {
  416. display: block;
  417. }
  418. .nav-link {
  419. font-size: 25px;
  420. }
  421. }
  422. @media (min-width: 1370px) {
  423. .navbar-brand {
  424. width: 280px;
  425. height: 103px;
  426. margin-left: 0px;
  427. background-image: url(../img/logos/logo.png);
  428. }
  429. .texto-index {
  430. color: #686868;
  431. font-size: 30px;
  432. line-height: 1.9;
  433. padding-top: 320px;
  434. margin-left: 40px;
  435. }
  436. .nav-item2 {
  437. margin-right: 30px;
  438. margin-left: 7px;
  439. }
  440. .nav-link {
  441. font-size: 30px;
  442. }
  443. }
  444. @media (min-width: 1801px) {
  445. .navbar-brand {
  446. width: 250px;
  447. height: 90px;
  448. margin-left: -40px;
  449. background-image: url(../img/logos/logo.png);
  450. }
  451. }
  452. @media (min-width: 1907px) {
  453. .imagen-lapiz {
  454. left: 1250px;
  455. }
  456. .imagen-dialogo {
  457. left: 680px;
  458. }
  459. .img-paso2 {
  460. left: 1100px;
  461. }
  462. /* .nav-link {
  463. font-size: 27px;
  464. } */
  465. .navbar-brand {
  466. width: 310px;
  467. height: 114px;
  468. margin-left: 10px;
  469. background-image: url(../img/logos/logo.png);
  470. }
  471. .texto-index {
  472. color: #686868;
  473. font-size: 39px;
  474. line-height: 1.9;
  475. padding-top: 320px;
  476. margin-left: 40px;
  477. font-family: 'AlmaqW01-Refined';
  478. text-shadow: #333 2px 2px 3px;
  479. }
  480. .nav-item2 {
  481. margin-right: 90px;
  482. margin-left: 7px;
  483. }
  484. }
  485. @media (min-width: 1908px) {
  486. .imagen-lapiz {
  487. left: 220px;
  488. }
  489. .imagen-dialogo {
  490. left: -180px;
  491. }
  492. /* .nav-link {
  493. font-size: 27px;
  494. } */
  495. }
  496. @media (min-width: 2493px) {
  497. .navbar-brand {
  498. width: 500px;
  499. height: 100px;
  500. }
  501. .imagen-lapiz {
  502. left: 1550px;
  503. }
  504. .imagen-dialogo {
  505. left: 980px;
  506. }
  507. .nav-link {
  508. font-size: 27px;
  509. }
  510. }
  511. @media (max-width: 992px) {
  512. .whitee {
  513. color: white;
  514. z-index: 4;
  515. position: absolute;
  516. }
  517. }
  518. @media (max-width: 767px) {
  519. .background-top2 {
  520. content: "";
  521. position: absolute;
  522. width: 100%;
  523. height: 600px;
  524. background-image: url(../img/index/animacion-index/fondo_movil.png);
  525. background-size: 100% 68%;
  526. background-repeat: no-repeat;
  527. z-index: -1;
  528. }
  529. /* .display-m {
  530. display: none !important;
  531. } */
  532. .menu-to {
  533. margin-top: 23px;
  534. margin-left: 47px !important;
  535. }
  536. .whitee {
  537. color: white;
  538. z-index: 4;
  539. position: absolute;
  540. }
  541. }
  542. @media (max-width: 545px) {
  543. .background-top2 {
  544. content: "";
  545. position: absolute;
  546. width: 100%;
  547. height: 500px !important;
  548. background-image: url(../img/index/animacion-index/fondo_movil.png);
  549. background-size: 100% 100%;
  550. background-repeat: no-repeat;
  551. z-index: -1;
  552. }
  553. }
  554. @media (max-width: 500px) {
  555. .menu-to {
  556. margin-top: 0px;
  557. }
  558. .whitee {
  559. color: white;
  560. z-index: 4;
  561. position: absolute;
  562. }
  563. }
  564. @media (max-width: 417px) {
  565. .background-top2 {
  566. content: "";
  567. position: absolute;
  568. width: 100%;
  569. height: 450px !important;
  570. background-image: url(../img/index/animacion-index/fondo_movil.png);
  571. background-size: 100% 100%;
  572. background-repeat: no-repeat;
  573. z-index: -1;
  574. }
  575. }
  576. @media (max-width: 350px) {
  577. .background-top2 {
  578. content: "";
  579. position: absolute;
  580. width: 100%;
  581. height: 430px !important;
  582. background-image: url(../img/index/animacion-index/fondo_movil.png);
  583. background-size: 100% 100%;
  584. background-repeat: no-repeat;
  585. z-index: -1;
  586. }
  587. }
  588. @media (max-width: 1300px) {
  589. .background-top2 {
  590. content: "";
  591. position: absolute;
  592. width: 100%;
  593. height: 550px;
  594. background-image: url(../img/index/animacion-index/fondo_movil.png);
  595. background-size: 100% 100%;
  596. background-repeat: no-repeat;
  597. z-index: -1;
  598. }
  599. }