﻿.header-area.header-area-style-three {
  
    background-color: transparent !important;
}

.desktop-nav  {
    background-color: transparent !important;
}

.btn-a {
    font-family: 'Ubuntu';
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #fff;
    width: 92px;
    height: 92px;
    line-height: 92px;
    text-align: center;
    background: #21baed;
    margin-bottom: 44px;
    border-radius: 50%;
    transition: all 500ms ease;
    -webkit-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
}

.btn-b {
    font-family: 'Ubuntu';
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #fff;
    width: 92px;
    height: 92px;
    line-height: 92px;
    text-align: center;
    background: #fed417;
    margin-bottom: 44px;
    border-radius: 50%;
    transition: all 500ms ease;
    -webkit-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
}

.btn-c {
    font-family: 'Ubuntu';
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #fff;
    width: 92px;
    height: 92px;
    line-height: 92px;
    text-align: center;
    background: #e40e7f;
    margin-bottom: 44px;
    border-radius: 50%;
    transition: all 500ms ease;
    -webkit-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
}

.google-map-section {
    position: relative;
    display: block;
    width: 100%;
}

#contact-google-map {
    position: relative;
    width: 100%;
    height: 745px;
}

.btn-rounded-a {
    background: #21baed;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 30px;
    padding: 8.5px 48.5px;
    cursor: pointer;
    transition: all 500ms ease;
}

.btn-rounded-b {
    background: #fed417;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 30px;
    padding: 8.5px 48.5px;
    cursor: pointer;
    transition: all 500ms ease;
}

.btn-rounded-c {
    background: #e40e7f;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 30px;
    padding: 8.5px 48.5px;
    cursor: pointer;
    transition: all 500ms ease;
}

.tituloBoxes {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 120px;
    color: #87cee5
}