html {
    font-size: 16px;
}

body {
    background-color: #EAEAEA!important;
}

/** fonts */
@font-face {
    font-family: "HelveticaRegular";
    src: url('../fonts/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaBold";
    src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.helvetica-regular {
    font-family: "HelveticaRegular", sans-serif;
}

.helvetica-bold {
    font-family: "HelveticaBold", sans-serif;
}

.icono-logo {
    width: 110px;
    height: 60px;
}

.bg-gray {
    background-color: #aaaaaa;
}

.bg-green {
    background-color: #5DB7AB;
}

.text-gray {
    color: #838383;
}

.text-pink {
    color: #BC7BAE;
}

.size-regular {
    font-size: 1rem;
}

.size-medium {
    font-size: 1.125rem;
}

.size-big {
    font-size: 1.25rem;
}

.size-large {
    font-size: 1.375rem;
}

.size-x-large {
    font-size: 1.5rem;
}

.size-title {
    font-size: 1.625rem;
}

.content-image {
    position: relative;
    top: 0;
    left: 0;
}

.home_background {
    width: 72%;
    height: 550px;
    float: right;
}

.image_radio {
    max-width: 100%;
    height: 320px;
}

.header_servicios {
    width: 130px !important;
    background-color: #BC7BAE !important;
}

.grid_servicios {
    overflow: hidden;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-row-gap: 2rem;
    place-items: center;
}

.contenedor_servicios div.card {
    width: 235px;
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 0 !important;
    border: none !important;
    padding: 0 1.25rem;
}

.contenedor_servicios div.card div.card-body {
    flex: 1 1 auto;
    padding: 0.625rem 0.5rem 2rem;
}

.contenedor_servicios div.card div.card-body  img {
    width: auto;
    height: 80%
}

.background_video {
    background-size: cover;
    background-image: url("../images/background_1.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.background_video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.background_video div.content-video {
    padding-top: 5rem;
    padding-bottom: 10rem;
}

.background_video div.content-video .fake-video {
    width: 100%;
    height: 100%;
    background-color: black;
}

div.content-contact div.card {
    padding: 2.5rem 1.5rem 1rem;
}

div.content-contact textarea {
    resize: none;
}

label.form-label {
    color: #838383;
    font-family: 'HelveticaRegular', sans-serif;
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
}

input.form-control,
textarea.form-control {
    border-color: #5DB7AB;
}

.btn-submit {
    background-color: #5DB7AB !important;
    border-color: #3C8178!important;
    color: white;
    font-family: 'HelveticaBold', sans-serif;
    font-size: 0.875rem;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.embed-responsive-item {
    width: 100%;
    height: 240px;
}

@media screen and (max-width: 576px) {
    .icono-logo {
        width: 90px;
        height: 40px;
    }

    .instagram-icon {
        width: 80%;
    }

    .image_radio {
        height: 250px;
    }

    .home_background {
        width: 90%;
        height: 450px;
    }
}

@media (min-width: 768px) and (max-width: 1124px) {
    .grid_servicios {
        grid-template-columns: repeat(2, 1fr);
        place-items: center;
        grid-auto-rows: auto;
    }

    .grid_servicios div.card {
        height: 100%;
    }

    .home_background {
        width: 85%;
        height: 640px;
    }
}

@media (min-width: 493px) and (max-width: 734px) {
    .grid_servicios {
        grid-template-columns: repeat(2, 1fr);
        place-items: center;
        grid-auto-rows: auto;
    }

    .grid_servicios div.card {
        height: 100%;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .container_about {
        padding-top: 2.5rem!important;
        padding-bottom: 3.75rem!important;
    }
}

@media (min-width: 493px) and (max-width: 600px) {
    .container_about {
        padding-top: 2.5rem!important;
        padding-bottom: 3.75rem!important;
    }
}

@media screen and (max-width: 492px) {
    .grid_servicios {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 1rem;
        place-items: center;
    }

    .grid_servicios div.card {
        height: 100%;
    }

    .image_radio {
        height: 70%
    }

    .container_about {
        padding-top: 2.5rem!important;
        padding-bottom: 3.75rem!important;
    }
}

@media screen and (max-width: 320px) {
    .image_radio {
        height: 120px;
    }

    .home_background {
        width: 80%;
        height: 400px;
    }
}

@media (min-width: 493px) and (max-width: 504px) {
    .grid_servicios {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 1rem;
        place-items: center;
    }
}

.notification.success > div.jGrowl-header,
.notification.warning > div.jGrowl-header,
.notification.error > div.jGrowl-header {
    font-size: 0.9rem;
    color: white;
}

.notification.light > div.jGrowl-header {
    font-size: 1rem;
    color: black;
}

.notification {
    font-size: 0.8rem;
    font-weight: bold;
    font-family: 'AvenirMedium', sans-serif;
}

.notification.success,
.notification.error,
.notification.warning {
    color: white;
}

.notification.success {
    background-color: #155724;
}

.notification.error {
    background-color: #721c24;
}

.notification.warning {
    background-color: #856404;
}

.notification.light {
    background-color: white;
    color: black;
}