/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family: 'ralewayregular';
    src: url('../webfonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../webfonts/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Cocomat Light';
  src: url('../webfonts/cocomat-light-font.woff2') format('woff2'),
       url('../webfonts/cocomat-light-font.woff') format('woff'),
       url('../webfonts/cocomat-light-font.eot') format('embedded-opentype'),
       url('../webfonts/cocomat-light-font.svg') format('svg'),
       url('../webfonts/cocomat-light-font.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --white-color:                  #FFFFFF;
  --primary-color:                #0576b7;
  --section-bg-color:             #effafe;
  --dark-color:                   #000000;
  --grey-color:                   #fcfeff;
  --text-secondary-white-color:   rgba(255, 255, 255, 0.98);
  --title-color:                  #b90715;
  --p-color:                      #717275;
  --over-color:                   #0576b7;
  --blue-color:                   #052DCC;
  --active-color:                 #CC0000;

  --body-font-family:          'ralewayregular', sans-serif;

  --h1-font-size:               52px;
  --h2-font-size:               28px;
  --h3-font-size:               22px;
  --h4-font-size:               20px;
  --h5-font-size:               18px;
  --h6-font-size:               22px;
  --p-font-size:                20px;
  --small-font-size:            16px;
  --copyright-text-font-size:   14px;
  --custom-link-font-size:      12px;

  --font-weight-light:          300;
  --font-weight-normal:         400;
  --font-weight-bold:           700;
  --font-weight-black:          900;
}

body, html { height: 100%;}
html{font-size:1em;line-height:1.4;}
::-moz-selection{background:#b3d4fc;text-shadow:none;}
::selection{background:#b3d4fc;text-shadow:none;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
audio,canvas,iframe,img,svg,video{vertical-align:middle;}
fieldset{border:0;margin:0;padding:0;}
textarea{resize:vertical;}
body{font-size: 18px; padding:0;margin:0;font-family: var(--body-font-family);font-weight:400;line-height:1.5;background-color: var(--white-color);color:var(--dark-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
a:link, a:visited{text-decoration: none; color: var(--dark-color); /*font-weight: bold;*/  }
a:hover{color: var(--p-color); }
.smallest{font-size: 0.8em;}
h2{font-family:Cocomat Light;}
section h2{color: var(--title-color); }
.border-bottom {border-bottom: var(--bs-border-width) var(--bs-border-style) var(--title-color) !important;}
.text-justify{ text-align: justify; }
dd{ margin: 0 0 20px 20px; }

/*Header*/
.navbar, .navbar-brand{ padding:0  }
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .dropdown.active {color: var(--active-color);}

/*Home*/
.home {display: table;width: 100%;height: 90vh;color:var(--white-color);font-family:Cocomat Light;}
.home .hometxt, .sections .hometxt{display: table-cell;margin: 0;padding: 0;text-align: center;vertical-align: middle;text-shadow: 2px 2px 7px #808080; }
.home .hometxt h2.heading{ font-size: 4em;/*letter-spacing: 5px; */}
.home .hometxt .subheading{ font-size: 3em;}


.iconos{color: var(--dark-color); font-size: 0.9em; }
.iconos.fas{ font-size: 4em; }
.services, .interior{ font-size:0.9em;}
.services a:link, .services a:visited{color: var(--dark-color);font-size: 0.8em; font-weight: bold; }
.services a:hover{color: var(--p-color);}
.services.color-1 {background: #1089ff; }
.services.color-2 {background: #048998; }
.services.color-3 {background: #00a8b5; }
.services.color-4 {background: #ff5959; }
.services.color-5 {background: #A24400; }

.home-destination{background-color: var(--section-bg-color);}

/*Sections*/
.sections {display: table;width: 100%;height: 60vh;color:var(--white-color);font-family:Cocomat Light;}
.sections .hometxt h3.heading{ font-size: 8em;}
.interior .iconos{ font-size: 3em; color: var(--title-color); }
.interior a:link, .interior a:visited{color: var(--title-color);font-size: 0.9em; font-weight: bold; }
.interior a:hover{color: var(--p-color);}

@media (max-width: 768px) {
  .navbar-brand img{ max-width: 200px; }
  .home .hometxt h2.heading, .sections .hometxt h3.heading {font-size: 2em;;}
  .home .hometxt .subheading{ font-size:1.1em;}
}

/*Services*/
/*custum check mark*/
/* The container */

.contenedor1 {display: block;position: relative;/*bottom: 17px;right: 35px;*/cursor: pointer;/*font-size: 22px;*/-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
/* Hide the browser's default checkbox */
.contenedor1 input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
/* Create a custom checkbox */
.checkmark1 {position: absolute;top: 0;left: 0;height: 20px;width: 20px;background-color: #ccc;border-radius: 50%; }
/* On mouse-over, add a grey background color */
.contenedor1:hover input ~ .checkmark, .contenedor1:hover input ~ .checkmark1 {background-color: #90CAF9;cursor: pointer;}
/* When the checkbox is checked, add a blue background */
.contenedor1 input:checked ~ .checkmark, .contenedor1 input:checked ~ .checkmark1 {background-color: #90CAF9;}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark1:after {content: ""; position: absolute; display: none;}
/* Show the checkmark when checked */
.contenedor1 input:checked ~ .checkmark:after, .contenedor1 input:checked ~ .checkmark1:after {display: block;}
/* Style the checkmark/indicator */
.contenedor1 .checkmark:after, .contenedor1 .checkmark1:after {left:9px;bottom: 3px;width: 10px;height: 30px;border: solid #0576B7;border-width: 0 4px 5px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.contenedor1 label{ margin-left: 30px; }




/*Footer*/
.footer{ font-size: 0.9em;background-color: var(--section-bg-color); }
.copyright{ font-size: 0.7em; }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

