:root{
		--verde :#5BAC26;	/* Verde nectar */
		--azul:#0079C8; 		/* Azul Sanitas */
	}

/* ********* CUSTOM DAVID ******** */

img.whatsapp-float {
    position: fixed;
    z-index: 1;
    bottom: 100px;
    right: 0;
    width: 5%;
    background-color: white;
    border-radius: 50%;
    margin: 5px;
}

i.far.fa-envelope, i.fab.fa-whatsapp {
	color: #0079c8;
	padding: 4px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #0079c8;
    font-weight: 600;
    font-size: 0.95em;
}

span.underline-title {
    color: #0079c8 !important;
    text-decoration: underline;
}

.btn-success {
    background: #c6007e;
    border: 2px solid #c6007e;
    color: white;
    text-transform: none !important;
    border-radius: 2px !important;
    padding: 10px 30px !important;
    margin-right: 20px;
    font-size: 1em !important;
    font-weight: 700;
    letter-spacing: 1px;
}

a.btn.btn-success:hover {
    background: none;
    color: #0c2e8a;
    border: 2px solid #c6007e;
}

a.btn.btn-warning {
    background: #0079c8;
    border: 2px solid #0079c8;
    color: white;
    text-transform: none !important;
    border-radius: 2px !important;
    padding: 10px 30px !important;
    margin-right: 20px;
    font-size: 1em !important;
    font-weight: 700;
    letter-spacing: 1px;
}

a.btn.btn-warning:hover {
    background: none;
    color: #0c2e8a;
    border: 2px solid #0079c8;
}

h5.text-center {
    background-color: #c6007e;
    padding: 28px;
    color: #fff;
    text-align: center;
    font-size: 2.2em;
    font-weight: 700;
}

ion-icon.md.hydrated {
    color: #0c2e8a;
    font-size: 1.3em;
    position: relative;
    top: 3px;
    margin-right: 2px;
}

article.bg-success.text-light.p-5.text-center.aos-init.aos-animate {
    background-color: #0079c8 !important;
}

.btn-download {
	font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff;
    background-color: #081e5b;
    text-decoration: none;
}

a.btn-download ion-icon {
    color: white !important;
}

a.btn-download:hover {
    background-color: #c6007e;
    color: white;
    text-decoration: none;
}

.col-md-6.box-que-incluye {
    padding: 40px;
    margin-bottom: 30px !important;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
    background: #fff;
	transition: 0.4s;
	max-width: 48%;
    margin: 10px;
}

.fa-user-md, .fa-medkit, .fa-hospital-o, .fa-heartbeat, .fa-volume-control-phone, .fa-desktop {
	color: #444; 
	font-size: 64px; 
	transition: 0.5s; 
	line-height: 0; 
	margin-top: 34px;
}

i.fa.fa-user-md:before, .fa-medkit:before, .fa-hospital-o:before, .fa-heartbeat:before, .fa-volume-control-phone:before, .fa-desktop:before {
    background: linear-gradient(45deg, #0079c8 0%, #0c2e8a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

p.condiciones-generales a {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff;
	background-color: #081e5b;
	text-decoration: none;
}

p.condiciones-generales {
	text-align: center;
	margin-top: 40px;
}

p.condiciones-generales ion-icon {
    color: white !important;
}

p.condiciones-generales a:hover {
    background-color: #c6007e;
}

p.contacto-info {
    text-align: left;
}

p.contacto-info a {
    text-decoration: none;
    color: black;
}

input.form-control {
    border-radius: 0px;
    padding: 20px 15px;
}

textarea.form-control {
    height: 100px;
    padding-top: 10px;
}

button.btn.btn-success.btn-block {
    width: 18%;
    padding: 10px !important;
    border-radius: 3px !important;
    margin: 0 auto;
}

button.btn.btn-success.btn-block:hover {
    background-color: #0c2e8a;
    border: 2px solid transparent;
}

.social-box {
    display: flex;
    float: right;
    margin-right: 10px;
}

.social-box i {
    color: #0079c8;
    font-size: 1.5em;
}

/* ********* ORIGINAL RETOCADO ******** */

li.nav-item.item-custom {
    border: 2px solid #c6007e;
}

li.nav-item {
    padding: 5px 0px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0 121 200);
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 0.95em;
	color: #555;
	padding: 0px 12px;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding-top: 12px;
}

.logos img {
    max-width: 100px;
    margin-right: 10px;
    width: 100%;
}
.banner .btn{ text-transform: uppercase; }
.banner {
    background: url(../img/1.png);
    background-size: cover;
    background-position: center center;
}
.contacto{
	color: white;
    background-size: cover;
    background-position: center center;
}
.overlay{
	padding: 120px 100px;
	text-align: center;
	min-height: 70vh;
}
.banner h1{
	font-size: 3em !important; 
	margin-bottom: 40px;
	font-weight: lighter;
	color: white;
}
.banner h1 span{
	color: #0c2e8a;
    margin-bottom: 30px;
    font-size: 64px;
    font-weight: 700;
}
.banner .btn{
	font-size: 1.2em;
	padding:10px 30px;
}
.contactos {
    padding: 20px 0 7px 0;
    border-bottom: 1px solid #7FBCE3;
}
.contactos a{
    color: #555;
    font-size: 0.95em;
	padding-left: 12px;
	text-decoration: none;
}

.contactos a:hover {
    color: #0079c8;
}

.contactos span{
	color: #7FBCE3;
    padding: 0px 0px;
    font-weight: 100;
    padding-left: 12px;
}
#coberturas ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.fa-hospital {
	font-size: 6em;
	background: -webkit-gradient(linear, left top, left bottom, from(var(--verde)), to(#204608));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h4.titulo {
	font-weight: bold;
    color: #0c2e8a;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.2em;
}
#coberturas {
    border: none;
    border-radius: 0px;
}
.fa-check-circle {
    color: var(--azul);
}
.acompanamos span {
    font-size: 0.9em;
    font-weight: lighter;
    font-style: italic;
}
.acompanamos i{margin-right: 20px; font-size: 2em; width: 50px; margin-bottom: 15px}
.acompanamos p{
	padding:15px 20px
}
.contacto label{
	font-weight: bold;
	font-size: 0.9em;
}
.contacto .card {
    background: #0000;
    text-align: center;
    border: none;
}
.contacto h3 {
    font-weight: bolder;
    font-size: 3em;
    color: var(--verde);
    text-shadow: 1px 1px 1px black;
    margin-bottom: 30px;
}

@media screen and (max-width: 480px){
	.overlay {
	    padding: 40px 20px;
	    min-height: 50vh;
	}
	.fa-hospital{ margin-top: 20px; }
	.logos {
	    text-align: center;
	}
	.contactos a{ display: block }
	.contactos span {
	    display: none;
	}
	.fluid-container {
	    overflow-x: hidden;
	}
	.banner .btn {
	    min-width: 250px;
	    margin-bottom: 20px;
	}

}

@media screen and (max-width: 425px){
	
    .social-box {
        display: flex;
        float: none;
        margin-right: 10px;
        justify-content: center;
        margin-top: 6px;
    }

    iframe {
        width: 100%;
    }

    h1 font {
        font-size: 0.9em !important;
    }

    button.btn.btn-success.btn-block {
        width: 100%;
    }

    .col-md-6.box-que-incluye {
        max-width: 100%;
    }

    .col-md-6.box-que-incluye > div > div {
        text-align: center;
        margin-bottom: 12px;
    }

}