@font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.eot?v=4.7.0'); src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); *{ margin: 0; padding: 0; box-sizing: border-box; } :focus{ outline: none; } body{ font-family: 'Montserrat', sans-serif; margin: 0; background: #DBDBDB; } h1, h2, h3, h4, h5, h6{ margin: 0; } .container{ width: 100%; margin: auto; } .container--flex{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; } .column{ width: 100%; } .main-header{ width: 100%; } .logo{ font-size: 1.8em; color: #DE423A; padding: 10px; font-weight: 100; } .main-header__contactInfo__phone{ background: #f76a0b; color: white; margin: 0 auto; padding: 5px; } .main-header__contactInfo__address{ padding: 5px; margin: 0; } .main-header [class*="icon-"]:before{ position: relative; top: 2px; right: 5px; } .main-nav{ width: 100%; position: relative; z-index: 2000; padding: 10px; } .icon-menu{ display: block; color: white; border: 1px solid white; border-radius: 3px; width: 40px; height: 40px; line-height: 45px; text-align: center; cursor: pointer; font-size: 1.5em; } .social-icon{ display: flex; justify-content: space-between; } .social-icon [class*="icon-"]{ color: black; margin-left: 10px; display: flex; justify-content: center; align-items: center; font-size: 1.3em; width: 35px; height: 35px; background: white; border-radius: 50%; } .social-icon__link{ text-decoration: none; } .menu{ position: absolute; top: 60px; left: 0; width: 100%; background: #3e45cb; padding: 0; margin: 0; list-style: none; text-align: center; height: 0; overflow: hidden; transition: height .3s linear; } .menu__link{ display: block; padding: 7px; color: white; text-decoration: none; } .menu__link:hover{ background: #f76a0b; } .menu__link--select{ background: #f76a0b; } .mostrar{ height: 196px; } .banner{ margin-top: -55px; position: relative; } .banner:before{ content: ''; position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 1000; top: 0; } .banner__img{ width: 100%; height: 500px; object-fit: cover; } .banner__content{ width: 90%; color: white; text-align: center; position: absolute; z-index: 1500; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); font-size: 1.5em; font-weight: bold; } .group--color .container{ border: 2px solid; background: rgba(84, 97, 248, .30); color: black; padding: 10px; text-align: center; } .main__title{ margin: 15px 0; font-size: 1.8em; font-family: 'Montserrat', sans-serif; } .column__title{ font-size: 1.3em; } .main__about__description .column:nth-child(2){ padding: 10px; } .group__title{ font-family: 'Montserrat', sans-serif; text-align: center; font-size: 1.8em; margin: 30px; } .main-footer{ background: #3e45cb; color: white; padding: 10px; padding-top: 20px; padding-bottom: 20px; font-size: .8em; } .copy{ text-align: center; margin: auto; margin-top: 15px; } .main-footer [class*="icon-"]{ color: white; text-decoration: none; } .main-footer [class*="icon-"]:before{ position: relative; top: 3px; right: 5px; } @media screen and (min-width:220px){ .main-header__contactInfo{ text-align: right; } .main-header__contactInfo__phone{ background: none; } .main-header__contactInfo__address{ color: white; } .main-nav{ background: #3e45cb; } .banner{ margin-top: -155px; z-index: -1000; } .banner__content{ font-size: 2em; } .main{ padding-bottom: 15px; } .main-footer .container--flex{ align-items: flex-start; } .column--50{ width: 49%; } .column--33{ width: 32%; } } @media screen and (min-width:480px){ .main-header__contactInfo{ text-align: right; } .main-header__contactInfo__phone{ background: none; } .main-header__contactInfo__address{ color: white; } .main-nav{ background: #3e45cb; } .banner{ margin-top: -155px; z-index: -1000; } .banner__content{ font-size: 2em; } .main{ padding-bottom: 15px; } .main-footer .container--flex{ align-items: flex-start; } .column--50{ width: 49%; } .column--33{ width: 32%; } } @media screen and (min-width:768px){ .main__title{ font-size: 2.2em; } .main__about__description{ margin-top: 30px; } .column__title{ font-size: 1em; } } @media screen and (min-width:1024px){ .container{ width: 1300px; } .main-header__contactInfo__phone, .main-header__contactInfo__address{ padding-right: 0; font-size: 1.15em; } .main-nav{ padding: 0; } .banner__content{ font-size: 2.5em; } .icon-menu{ display: none; } .menu{ position: static; display: flex; height: auto; width: auto; } .menu__link{ padding: 20px; } .group--color .container{ margin-top: 30px; margin-bottom: 30px; padding: 20px; } .main__title{ font-size: 2.3em; } .main-footer{ padding-top: 30px; padding-bottom: 30px; } } @media screen and (min-width:1600px){ .container{ width: 1400px; } } .form_wrap{ max-width: 1170px; margin-left: auto; margin-right: auto; margin: 15px; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0px 0px 20px #3e45cb; } .cantact_info:before{ content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #f76a0b; opacity: 0.6; } .cantact_info{ max-width: 100%; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; background-image: url('../Imagenes/Contacto.PNG'); background-size: cover; background-position: center center; } .info_title, .info_items{ position: relative; z-index: 2; color: #fff; } .info_title{ margin-bottom: 30px; } .info_title span{ font-size: 50px; display: block; text-align: center; margin-bottom: 15px; } .info_title h2{ font-size: 20px; text-align: center; } .info_items p{ display: flex; align-items: center; font-size: 16px; font-weight: 600; margin-bottom: 10px; } .info_items p:nth-child(1) span{ font-size: 14px; margin-right: 5px; } .info_items p:nth-child(2) span{ font-size: 25px; margin-right: 5px; margin-left: 4px; } form.form_contact{ max-width: 100%; padding: 30px 40px; } form.form_contact h2{ font-size: 25px; font-weight: 600; color: #303030; margin-bottom: 30px; } form.form_contact .user_info{ display: flex; flex-direction: column; } form.form_contact label{ font-weight: 600; } form.form_contact input, form.form_contact textarea{ width: 100%; padding: 8px 0px 5px; margin-bottom: 20px; border: none; border-bottom: 2px solid #D1D1D1; color: #5A5A5A; font-size: 14px; font-weight: 400; } form.form_contact textarea{ max-width: 100%; min-width: 100%; max-height: 90px; } form.form_contact input[type="submit"]{ width: 180px; background: #f76a0b; padding: 10px; border: none; border-radius: 25px; align-self: flex-end; color: #fff; font-size: 16px; font-weight: 600; cursor: pointer; } form.form_contact input[type="submit"]:hover{ background: #3e45cb; } .modal_wrap{ width: 100%; height: 100vh; background: rgba(84, 97, 248, .60); position: fixed; top: 0; left: 0; z-index: 3; display: flex; justify-content: center; align-items: center; } .mensaje_modal{ background: #fff; box-shadow: 0px 0px 15px rgba(84, 97, 248, .30); width: 400px; padding: 30px 20px 15px; } .mensaje_modal h3{ text-align: center; font-size: 20px; font-weight: 400; } .mensaje_modal h3:after{ content: ''; display: block; width: 100%; height: 1px; background: #f76a0b; margin: 10px 0px 15px; } .mensaje_modal p{ font-size: 16px; color: #606060; } .mensaje_modal p:before{ content: "\f00d"; font-family: FontAwesome; display: inline-block; color: #f76a0b; margin-right: 8px; } #btnClose{ display: inline-block; padding: 3px 10px; margin-top: 10px; background: #3e45cb; color: #fff; border: 2px solid #3e45cb; cursor: pointer; float: right; border-radius: 25px; } .mensaje_modal{ background: #fff; box-shadow: 0px 0px 15px rgba(0,0,0,0.5); width: 400px; padding: 30px 20px 15px; } .mensaje_modal h3{ text-align: center; font-family: 'Ubuntu'; font-size: 20px; font-weight: 400; } .mensaje_modal h3:after{ content: ''; display: block; width: 100%; height: 1px; background: #C5C5C5; margin: 10px 0px 15px; } .mensaje_modal p{ font-size: 16px; color: #606060; } .mensaje_modal p:before{ content: "\f00d"; font-family: FontAwesome; display: inline-block; color: #E25151; margin-right: 8px; } #btnClose{ display: inline-block; padding: 3px 10px; margin-top: 10px; background: #E25151; color: #fff; border: 2px solid #B14141; cursor: pointer; float: right; } .mensaje-exito{ width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; } .mensaje-exito h1{ font-size: 35px; display: block; text-align: center; margin-bottom: 20px; } .mensaje-exito a{ display: block; padding: 10px 30px; background: #3e45cb; text-decoration: none; color: #fff; } .mensaje-exito a:hover{ background: #f76a0b; } @media screen and (min-width:1024px){ .form_wrap{ width: 1050px; height: 530px; margin: 50px auto; display: flex; box-shadow: 0px 0px 20px #f76a0b; } .cantact_info:before{ content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #3e45cb; opacity: 0.7; } .info_title h2{ font-size: 35px; text-align: center; } .info_title span{ font-size: 100px; display: block; text-align: center; margin-bottom: 15px; } .info_items p{ display: flex; align-items: center; font-size: 15px; font-weight: 600; margin-bottom: 10px; } .info_items p:nth-child(1) span{ font-size: 30px; margin-right: 5px; } .info_items p:nth-child(2) span{ font-size: 50px; margin-right: 15px; margin-left: 4px; } form.form_contact input[type="submit"]{ width: 180px; background: #3e45cb; padding: 10px; border: none; border-radius: 25px; align-self: flex-end; color: #fff; font-size: 16px; font-weight: 600; cursor: pointer; } form.form_contact input[type="submit"]:hover{ background: #f76a0b; } .cantact_info{ width: 35%;; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; background-image: url('../Imagenes/Contacto.PNG'); background-size: cover; background-position: center center; } form.form_contact{ width: 62%; padding: 30px 40px; } .info_title{ margin-bottom: 60px; } }