@charset "UTF-8";

/*----------------------------------------
SOBREESCRIBIENDO LOS ESTILOS DE BOOTSTRAP
------------------------------------------*/

.bg-primary {
    background-color: #fbfbfb !important;
}

.text-primary {
    color: #fbfbfb !important;
}

.btn-primary {
    background-color: #fbfbfb !important;
    border-color: #c8c8c8 !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #e2e2e2 !important;
}

.btn-primary:active {
    background-color: #c8c8c8 !important;
    border-color: #afafaf !important;
}

.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5) !important;
}

.bg-dark {
    background-color: #ffffff !important;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: #ffffff00;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    border-radius: 15px 15px 15px 15px;
    width: 176px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f8f9fa00;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
}

.card:hover {
    box-shadow: 0 0 10px #e9ecef;
}

.card-body {
    background-color: #ffffff;
}

.card:hover {
    box-shadow: 0 0 10px #0c0c0c3b;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-right-style: solid;
    border-right-width: 1px;
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-width: 1px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
}


/*--------------------------
ESTILOS DEL DISEÑO
---------------------------*/

html {
    font-size: 13px;
}

body {
    color: #44484a;
    font-family: "Open Sans", sans-serif;
}

hr {
    border: 0.1px solid #00abe3 !important;
    border-radius: 15px;
    width: 508px;
}


/*--------------------------
ESTILOS PERSONALIZADO
---------------------------*/

.img-logo {
    width: 170px;
    height: 60px;
}

.quien-soy {
    background-image: url("../img/HeaderStarts.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    width: 100%;
    height: 666px;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}

.proyectos {
    background-image: url("../img/benefit.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    width: 100%;
    height: 600px;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}

.modulos {
    background-image: url("../img/doctor.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    width: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}

.infor {
    background-image: url("../img/footer.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    width: 100%;
    height: 180px;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}

.text-colors {
    color: #44484a !important;
}

.text-colors-section {
    color: #00abe3 !important;
}

.margin-row {
    margin-top: 100px;
}

.list-group-items {
    position: inherit;
    display: inherit;
    background-color: #dee2e600;
    border: 1px solid rgba(0, 0, 0, 0);
}

.list-descrip {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-text {
    color: #000000;
    text-decoration: none;
}

.text-size {
    font-size: 1rem !important;
}

.element-contact {
    left: -30px;
    box-sizing: border-box;
    width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.input-decoration {
    border-radius: 30px;
    border-color: #49505787;
    box-shadow: none;
    background-color: transparent;
    color: #000000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.button-decoration {
    background-color: #4bbffd !important;
    border-radius: 50px;
    color: #ffffff !important;
    width: 210px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.button-decoration:hover {
    background-color: #4bbffd73 !important;
    color: #ffffff !important;
}

.contect-wrapp {
    height: 240px;
}

.wpb_wrapper {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

.wp-viws {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.cuadrado {
    width:25%;
    height:0;
    padding-top:25%;
    position:relative;
    background:red;
}

/*------------------------
SCROLL CSS
------------------------*/

.container::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}


/*------------------------
SHOW DE LOS MEDIAS QUERIES
------------------------*/

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    hr {
        width: 308px;
    }
    .quien-soy {
        height: 600px;
        background-position: center center;
    }
    .margin-row {
        margin-top: 30px;
    }
    .contect-wrapp {
        height: 315px;
    }
    .button-decoration {
        width: 400px;
    }
    .proyectos {
        height: 540px;
    }
}


/*# sourceMappingURL=estilos.css.map */