/**
 * @author 		Miguel Falcón <hola@miguelfalcon.es>
 * @copyright 	2020 Miguel Falcón Castro
 * @license		https://creativecommons.org/licenses/by-nc-nd/3.0/ Creative Commons (CC) BY-NC-ND 3.0
 * @version 	1.0.0
 * @since 		File available since Release 1.0.0
 * @deprecated 	File deprecated in Release 2.0.0
 */

/* Reset & Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
body { font: 400 16px/140% 'Montserrat', sans-serif; }

h1, h2, h3, h4, h5, h6 { text-transform: uppercase; font-weight: 700; }

/* Header */
.header1 { border-bottom: 20px solid #f1a72b; }

.navbar-brand img { width: 280px; max-width: 100%; }
.navbar-nav { flex-shrink: 0; }

/* Hero */
.hero { margin-bottom: 40px; }
.hero #formulario { width: 100%; max-width: 440px; margin: -20px 0 -40px; padding: 0; border-radius: 0 0 12px 12px; box-shadow: 0 5px 5px 0 rgba(0,0,0,.4); }
.hero #formulario .btn { display: inline-block; }

/* Iconos */
.iconos img { max-width: 120px; }

/* Checks */
.checks .caja { max-width: 100%; }
.checks .caja ul { list-style: none; max-width: 100%; margin: 0; padding: 0; }
.checks .caja ul li { margin: 0 0 10px; padding: 0; }
.checks .caja ul li:last-child { margin: 0; }
.checks .caja ul li img { display: inline-block; max-height: 16px; margin: 0 10px 0 0; }
