﻿body {
    background-image: url('../../images/guacamayo_col.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    image-rendering: -webkit-optimize-contrast; 
    image-rendering: crisp-edges; 
}

.content-wrapper {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
}

.half-screen {
    height: 50vh;
}

.four-images {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.form-section {
    display: flex;
    justify-content: space-between;
}

.form-container {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


header img {
    max-height: 50px;
}

.header-text {
    color: white;
    padding-right: 5%;
}

.left-images {
    display: flex;
    flex-wrap: nowrap;
}

    .left-images img {
        width: 25%;
        margin-bottom: 10px;
    }

.right-text {
    color: white;
}

.white-box {
    background-color: white;
    padding: 20px;
}

.btn-outline-primary {
    background-color: white;
    color: #004884;
    border: 1px solid #004884;
    border-radius: 20px;
    width: 30%;
}

    .btn-outline-primary:hover {
        background-color: #004884;
        color: white;
    }

.btn-primary {
    background-color: #004884;
    border-color: #004884;
    border-radius: 20px;
    width: 30%;
}

    .btn-primary:hover {
        background-color: #003366;
        border-color: #003366;
    }

@media (max-width: 767px) {
    .responsive {
        margin-top: 8% !important;
    }
}

@media (max-width: 767px) {
    .responsive-text {
        text-align: center !important;
    }
}


@media (max-width: 767px) {
    .ambiente {
        width: 60% !important;
        padding: 0% 0% 7% 0%;
    }
}


@media (max-width: 767px) {
    .colombia {
        width: 50% !important;
        padding: 0% 0% 7% 0%;
    }
}


@media (max-width: 767px) {
    .vital {
        width: 80% !important;
        padding: 0% 0% 7% 0%;
    }
}


@media (max-width: 767px) {
    .centertext {
        text-align: center !important;
    }
}



@media (max-width: 767px) {
    .centerimg {
   
    max-width: 45% !important;
    height: auto;
    margin: auto !important;

    }
}

@media (max-width: 767px) {
    .borde {
   
    border-radius: 20px 20px 20px 20px !important;

    }
}


@media (max-width: 767px) {
    .ancho {
  
      width: 96% !important;
    margin: auto !important;

    }
}





.ancho {
    width: 73%;
    margin: auto;
}
