| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646 |
- body {
- background-color: white;
- font-family: 'Roboto', sans-serif;
- }
- .title-covid {
- font-family: 'AlmaqW01-Refined';
- color: #fff;
- font-weight: 500;
- font-size: 48px;
- }
- .background-top {
- position: relative;
- }
- .underline-no {
- text-decoration: none;
- }
- .background-top {
- content: "";
- position: absolute;
- width: 100%;
- height: 100vh;
- background: url(../img/apoyo-covid/landing-1.png);
- background-size: 100% 100vh;
- background-position: right bottom;
- background-repeat: no-repeat;
- z-index: -1;
- }
- .background-top-paso2 {
- position: relative;
- }
- .background-top-paso2 {
- content: "";
- position: absolute;
- width: 100%;
- height: 100vh;
- background: url(../img/apoyo-covid/landing-2.pnglanding-2.png);
- background-size: 100% 100vh;
- background-position: right bottom;
- background-repeat: no-repeat;
- z-index: -1;
- }
- /* Inicio Navbar */
- .nav-link {
- color: #FEFEFE;
- font-size: 20px;
- font-weight: bold;
- text-align: center;
- }
- .nav-link:hover {
- color: #FEFEFE;
- }
- .nav-link:focus {
- outline: none;
- }
- .navbar-toggler {
- font-size: 25px;
- }
- .navbar-toggler:focus {
- outline: none;
- }
- /* Fin Navbar */
- /* Inicio Sección Registro */
- .section-registro {
- padding-top: 20px;
- }
- .mensaje-seccion-registro {
- padding-bottom: 25px;
- color: #FEFEFE;
- }
- .mensaje-seccion-registro h1 {
- font-size: 34px;
- font-weight: bold;
- }
- .mensaje-seccion-registro p {
- font-size: 22px;
- }
- .mensaje-seccion-registro b {
- font-size: 27px;
- font-weight: bold;
- }
- .titulo-formulario {
- font-size: 35px;
- font-weight: bold;
- text-align: center;
- color: #161770;
- padding: 10px 0 10px 0;
- }
- .formulario-registro {
- width: 100%;
- padding: 10px 0 10px 0;
- }
- .form-group {
- width: 100%;
- }
- .form-control {
- background-color: #EBEBEB;
- border-radius: 0px;
- }
- input,
- select {
- border: 0px !important;
- }
- /* .form-control:focus {
- box-shadow: 0 .5px .5px #00A2F7, 0 0 4px #00A2F7;
- outline: 0 none;
- } */
- .boton-formulario {
- background-color: #172ff6;
- color: #FEFEFE;
- font-weight: bold;
- padding: 5px !important;
- text-transform: uppercase;
- border: 0px;
- width: 100%;
- }
- .boton-formulario:hover {
- background-color: #00A2F7;
- color: #FEFEFE;
- border: 0px;
- }
- .imagen-lapiz,
- .imagen-dialogo,
- .imagen-principal {
- visibility: hidden;
- display: none;
- }
- /* Fin Sección Registro */
- /* Inicio Sección Caracteristicas */
- .seccion-caracteristicas {
- padding-top: 50px;
- }
- .seccion-caracteristica-derecha {
- padding: 30px 0 30px 0;
- }
- .seccion-caracteristica-derecha h1 {
- font-size: 40px;
- font-weight: bold;
- color: #363636;
- }
- .seccion-caracteristica-derecha P {
- font-size: 18px;
- color: #585858;
- }
- .seccion-caracteristica-derecha img {
- width: 100%;
- }
- .seccion-caracteristica-izquierda {
- padding: 30px 0 30px 0;
- }
- .seccion-caracteristica-izquierda h1 {
- font-size: 40px;
- font-weight: bold;
- color: #363636;
- }
- .seccion-caracteristica-izquierda P {
- font-size: 18px;
- color: #585858;
- }
- .seccion-caracteristica-izquierda img {
- width: 100%;
- }
- /* Fin Sección Caracteristicas */
- /* Inicio Sección Contacto */
- .imagen-contacto h1 {
- font-size: 30px;
- font-weight: bold;
- text-align: center;
- color: #161770;
- padding: 10px 0 10px 0;
- }
- .imagen-contacto img {
- width: 100%;
- }
- .formulario-contacto {
- width: 100%;
- }
- /* Fin Sección Contacto */
- /* Inicio Footer */
- .container-footer-flex {
- max-width: 1170px;
- }
- .seccion-footer {
- padding-top: 0;
- }
- #footer:hover {
- background-color: #474849;
- }
- #footer .container {
- background-color: #343A40;
- }
- .logo-plataforma-educativa {
- padding: 10px 0 10px 0;
- text-align: center;
- }
- .logo-plataforma-educativa img {
- width: 160px;
- height: 80px;
- }
- .footer-contacto li h1 {
- text-align: center;
- color: #FEFEFE;
- font-size: 20px;
- }
- .footer-contacto {
- padding: 10px 0 10px 0;
- text-align: center;
- color: #FEFEFE;
- font-size: 15px;
- font-weight: bold;
- }
- .footer-contacto ul {
- list-style: none;
- padding: 0;
- margin: 0;
- }
- .logo-ittec {
- padding: 10px 0 15px 0;
- text-align: center;
- }
- .logo-ittec img {
- width: 160px;
- height: 80px;
- }
- #footer #copyright {
- padding: 10px 0 10px 0;
- color: #FEFEFE;
- text-align: center;
- background-color: #474849;
- }
- .aviso-terminos a {
- text-decoration: none;
- color: #FEFEFE;
- font-size: 12px;
- }
- /* Fin Footer */
- /* Inicio Parte 2 */
- .navbar-brand {
- width: 50px;
- height: 50px;
- margin-left: 20px;
- position: relative;
- margin-top: 10px;
- background-image: url(../img/logos/logo.png);
- background-repeat: no-repeat;
- background-position: center center;
- background-size: cover;
- display: block;
- float: left;
- padding-top: 0px;
- }
- .navbar-brand-paso2 {
- width: 50px;
- height: 50px;
- margin-left: 20px;
- position: relative;
- margin-top: 10px;
- background-image: url(../img/logos/logo-2.png);
- background-repeat: no-repeat;
- background-position: center center;
- background-size: cover;
- display: block;
- float: left;
- padding-top: 0px;
- }
- .img-paso2 {
- position: absolute;
- }
- .container-principal {
- padding-top: 50px;
- }
- /* Fin Parte 2 */
- .position-img-alert {
- position: absolute;
- left: 70px;
- top: 20px;
- }
- .position-img-alert img {
- width: 200px;
- height: 200px;
- }
- .modal-content {
- border-radius: 30px;
- width: 345px;
- height: 380px;
- }
- .modal-header {
- background-color: #00a2f7;
- border-top-left-radius: 30px;
- border-top-right-radius: 30px;
- }
- .modal-header .close {
- color: #FEFEFE;
- font-size: 35px;
- opacity: none !important;
- }
- .size-header {
- height: 100px;
- }
- .position-img-alert {
- position: absolute;
- left: 70px;
- top: 20px;
- }
- .position-img-alert img {
- width: 200px;
- height: 200px;
- }
- .modal-body {
- padding-top: 100px;
- }
- .modal-body h1 {
- color: #00a2f7;
- font-size: 25px;
- font-weight: bold;
- text-align: center;
- }
- .modal-body p {
- color: #949494;
- font-size: 20px;
- text-align: center;
- }
- .no-sub {
- text-decoration: none;
- }
- .flotando-d {
- animation: shake 15s;
- animation-iteration-count: infinite;
- }
- .flotando-d1 {
- animation: shake 14s;
- animation-iteration-count: infinite;
- }
- .flotando-a {
- animation: shake 13s;
- animation-iteration-count: infinite;
- }
- .flotando-l {
- animation: shake 12s;
- animation-iteration-count: infinite;
- }
- .row-c {
- height: 78vh;
- }
- .font-index {
- color: #686868;
- font-weight: normal;
- font-size: 30px;
- }
- @keyframes shake {
- 0% {
- transform: translate(1px, 1px) rotate(0deg);
- }
- 10% {
- transform: translate(-1px, -2px) rotate(-1deg);
- }
- 20% {
- transform: translate(-3px, 0px) rotate(1deg);
- }
- 30% {
- transform: translate(3px, 2px) rotate(0deg);
- }
- 40% {
- transform: translate(1px, -1px) rotate(1deg);
- }
- 50% {
- transform: translate(0px, 0px) rotate(0deg);
- }
- 60% {
- transform: translate(1px, -1px) rotate(1deg);
- }
- 70% {
- transform: translate(3px, 2px) rotate(0deg);
- }
- 80% {
- transform: translate(-3px, 0px) rotate(1deg);
- }
- 90% {
- transform: translate(-1px, -2px) rotate(-1deg);
- }
- 100% {
- transform: translate(1px, 1px) rotate(0deg);
- }
- }
- @media (max-width: 1700px) {
- .paddingg {
- padding-top: 75px;
- }
- .padd {
- padding-top: 100px;
- }
- }
- @media (max-width: 1800px) {
- .paddingg {
- padding-top: 75px;
- }
- .padd {
- padding-top: 180px;
- }
- }
- @media (min-width: 1801px) {
- .padd {
- padding-top: 300px;
- }
- .paddingg {
- padding-top: 170px;
- }
- }
- @media (max-width: 1300px) {
- .navbar-brand {
- width: 250px !important;
- height: 121px !important;
- margin-left: -16px !important;
- position: relative;
- margin-top: 10px;
- background-image: url(../img/index/animacion-index/logo_movil.png);
- background-repeat: no-repeat;
- background-position: center center;
- background-size: cover;
- display: block;
- float: left;
- padding-top: 0px;
- }
- .navbar-toggler {
- font-size: 50px;
- padding-left: 0px;
- }
- }
- @media (max-width: 767px) {
- .navbar-brand {
- width: 250px !important;
- height: 121px !important;
- margin-left: -16px !important;
- position: relative;
- margin-top: 10px;
- background-image: url(../img/index/animacion-index/logo_movil.png);
- background-repeat: no-repeat;
- background-position: center center;
- background-size: cover;
- display: block;
- float: left;
- padding-top: 0px;
- }
- .navbar-toggler {
- font-size: 50px;
- padding-left: 0px;
- }
- }
- @media (max-width: 545px) {
- .navbar-brand {
- width: 207px !important;
- height: 100px !important;
- margin-left: -16px !important;
- position: relative;
- margin-top: 10px;
- background-image: url(../img/index/animacion-index/logo_movil.png);
- background-repeat: no-repeat;
- background-position: center center;
- background-size: cover;
- display: block;
- float: left;
- padding-top: 0px;
- }
- .navbar-toggler {
- font-size: 40px;
- padding-left: 0px;
- }
- }
- @media (max-width: 446px) {
- .row-c {
- height: 85vh;
- }
- }
- @media (max-width: 391px) {
- .navbar-brand {
- width: 190px !important;
- height: 91px !important;
- margin-left: -16px !important;
- position: relative;
- margin-top: 10px;
- background-image: url(../img/index/animacion-index/logo_movil.png);
- background-repeat: no-repeat;
- background-position: center center;
- background-size: cover;
- display: block;
- float: left;
- padding-top: 0px;
- }
- .navbar-toggler {
- font-size: 37px;
- padding-left: 0px;
- }
- }
- @media (max-width: 321px) {
- .row-c {
- height: 92vh;
- }
- }
- @media (max-width: 316px) {
- .row-c {
- height: 92vh;
- }
- }
- @media (max-width: 304px) {
- .row-c {
- height: 96vh;
- }
- .navbar-brand {
- width: 160px !important;
- height: 78px !important;
- margin-left: -16px !important;
- position: relative;
- margin-top: 10px;
- background-image: url(../img/index/animacion-index/logo_movil.png);
- background-repeat: no-repeat;
- background-position: center center;
- background-size: cover;
- display: block;
- float: left;
- padding-top: 0px;
- }
- .navbar-toggler {
- font-size: 33px;
- padding-left: 0px;
- }
- }
- @media (max-width: 292px) {
- .row-c {
- height: 102vh;
- }
- }
- @media (max-width: 290px) {
- .row-c {
- height: 107vh;
- }
- }
|