/**
* Template Name: Arquines SAC - v1.0
* Template URL: https://www.arquinessac.com
* Author: FCG498
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --font-default: 'Montserrat', sans-serif;
  --font-primary: 'Montserrat', sans-serif;
  --font-secondary:'Montserrat', sans-serif,Montserrat italic;
}

/* Colors */
:root {
  --color-default: #006778;
  --color-primary: #0D4680;
  --color-secondary: #1497D1;
}

.overview {
  background-color: #7CB43E;
    padding: 15px;
    text-align: center;
    border-left: none;
    border-right: none;
}

.overview2 h2{
    background-color: #7CB43E;
    display: flex;
    text-align: center;
    width: 100vw;
    height: 100px;
    font-size: 1.5rem;
    
    justify-content: center;
    align-items: center;
}

.overview h4{
  border-bottom:2px solid #fff ;
  padding: 0 0px 20px 0;
}

.overview .col {
  background-color: #7CB43E;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 20px;
    font-size: 10px
}

.overview .icon {
    text-align: center;
    display: block;
    width: 70px;
    margin: 5px auto;
    font-size: 2rem;
}

.text__icon{
    font-size: 1.2rem;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.747);
}

.text-float{
  display: flex;
  justify-content: center;
  font-family: var(--font-secondary);
}