  @media (min-width: 1024px)
body {
    background-attachment: fixed;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    background: url(https://bootstrapmade.com/demo/templates/Maundy/assets/img/bg.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
  
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

*, ::after, ::before {
    box-sizing: border-box;
}

img {
height: auto;
max-width: 100%;
}

.arriba, .medio , .abajo {
    max-width: 1140px;
    
}

.arriba, .medio {
        margin-bottom: 5em;
    margin-top: 5em;
}

.abajo
{  
    margin-top: 5em;}

.medio, .abajo{
  text-align: center;
}

.arriba , .medio , .abajo{
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

.bi-facebook {color: #385898;}
.bi-facebook:hover {color: #2baae2;}

.logo {width: 50%;
    margin-right: auto;
    margin-left: auto;}

    h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
}

    h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #2baae2;
    bottom: 0;
    left: calc(50% - 25px);
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row>* {
      padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}


.puntos3 
{
    flex: 0 0 auto;
    width: 33.33333333%;
    text-align: center;
}

.title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

 .description {
    line-height: 24px;
    font-size: 14px;
}

.telefonos{
  width: 40%;

}
.telentro{    border-top: 3px solid #2baae2;
    border-bottom: 3px solid #2baae2;
    padding: 30px;
    background: rgba(255, 255, 255, 0.06);
    width: 100%;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);}

   .telentro i {
    font-size: 20px;
    color: #fff;
    float: left;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
} 

.telentro i:hover {background:#2baae2 ;}

 .telentro h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: -15px;
}

 .telentro p {
   padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
}

.formulario{
  width: 60%;
  background: whitw;
}

.address, .email, .cel
{
  text-align: left;
}

.bi-geo-alt::before {
    content: "\f3e8";
}

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.formi{
    width: 100%;
    border-top: 3px solid #2baae2;
    border-bottom: 3px solid #2baae2;
    padding: 30px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
}

  .form-group {
    padding-bottom: 8px;
}

label {
    display: inline-block;
}

 .form-group input {
    height: 44px;
}

 .form-group input,  .form-group textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.form-control
{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.left{text-align: left;}

 button[type=submit] {
    background: #2baae2;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

button[type=submit]:hover {
    background: none;
    border: 1px solid #2baae2;
    padding: 10px 24px;
    color: #2baae2;
    transition: 0.4s;
    border-radius: 50px;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

 .icon {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

 .icon i {
    color: #2baae2;
    font-size: 42px;
    line-height: 0;
}
.top {
    width: 100%;
    height: 30px;
    background: white;
    border-bottom: 2px solid #2baae2;
    position: fixed;
    top: 0px;
    z-index: 0;
}

.izq {
float: left;
color: #1877f2;
position: relative;
    top: 5px;
    margin-left: 2em;
}

.der {
    float: right;
    color: gray;
    position: relative;
    top: 5px;
    margin-right: 2em;
}

.whats { color: #25D366; }
.nos{margin-bottom: 5em;}
@media (min-width: 992px)
.arriba, .medio , .abajo {
    max-width: 960px;
}

@media (min-width: 768px)
.arriba, .medio , .abajo {
    max-width: 720px;
}

.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}

@media (min-width: 576px)
.arriba, .medio , .abajo {
    max-width: 540px;
}

