﻿body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    font-family: Arial;
}

.bg-dark {
    background-color: transparent !important;
    border-color: white !important;
}

h4 {
    font-weight: bolder;
    color: #00A887;
    text-align: center;
}

/*.navbar {
    color: #FFFFFF;
    border-color: white !important;
}*/

/*.collapse:not(.show) {
    display: inline;
}*/

/*.navbar-collapse {
    display: inline;
}*/

.navbar-toggler {
    border-color: #FFFFFF !important;
    box-shadow: none;
    outline: none;
}



.header {
    background-color: #00A887;
    width: 100%;
    height: 100%;
    padding: 10px 0;
}

    .header span.legend {
        float: right;
        font-size: 8pt;
        color: #FFFFFF;
        vertical-align: middle;
        text-align: left;
        margin-top: 0.5%;
        text-shadow: 1px 1px 1px rgba(102,102,102, 1);
    }

        .header span.legend a {
            color: #FFFFFF;
            text-decoration: none;
            font-size: 11pt;
        }

.footer {
    background-color: #002169;
    width: 100%;
    height: 100%;
    /*padding: 10px 0;*/
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(102,102,102, 1);
}

    .footer img {
        float: right;
        width: 50%;
        margin: 6% 0;
    }

.contenido h2 {
    font-weight: bold;
    font-size: 18pt;
}

.contenido p {
    line-height: 1.9em;
}

.contenido a.link {
    color: #00A887;
    text-decoration: underline;
    font-weight: bold;
}

.contenido span {
    color: #00A887;
    font-weight: bold;
}

.btn-verde {
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #00A887;
    text-align: center;
    width: 200px;
    padding: 7px 10px;
    border: none;
    outline: none;
}

    .btn-verde:hover {
        text-decoration: none;
        color: #FFFFFF;
    }

.btn-azul {
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #002169;
    text-align: center;
    width: 200px;
    padding: 7px 10px;
    border: none;
    outline: none;
}

    .btn-azul:hover {
        text-decoration: none;
        color: #FFFFFF;
    }

.btn-verdedos {
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #76BC21;
    text-align: center;
    max-width: 200px;
    padding: 7px 10px;
    border: none;
    outline: none;
}

    .btn-verdedos:hover {
        text-decoration: none;
        color: #FFFFFF;
    }

.link-azul,
.link-azul:hover {
    color: #002169;
    font-weight: bolder;
    text-decoration: none;
}

.subtitle {
    font-weight: bold;
    text-transform: uppercase;
}

/*.menu-prim {
    padding: 0;
    list-style: none;
    text-align: center;
}

    .menu-prim li {
        margin: 0;
        padding: 0;
        display: inline-block;
        border-right: 1px solid #FFFFFF;
        max-width: 120px;
        transition: 0.3s ease-out;
        height: 50px;
        vertical-align: top;
    }

        .menu-prim li a {
            display: table;
            width: 100%;
            height: 100%;
            font-size: 10pt;
            color: white;
            text-decoration: none;
            letter-spacing: 1px;
            line-height: 1.5em;
            text-align: center;
            padding: 0 5px;
            text-shadow: 1px 1px 1px rgba(102,102,102, 1);
        }

            .menu-prim > li > a > span {
                display: table-cell;
                vertical-align: middle;
            }

        .menu-prim li:last-child {
            margin: 0 !important;
            border: none;
        }

        .menu-prim li a:hover {
            background-color: #76BC21;
        }

        .menu-prim li a.disabled {
            pointer-events: none;
            color: #303030;
        }

        .menu-prim li a.active {
            background-color: #76BC21;
            color: white;
            text-shadow: 1px 1px 1px rgba(102,102,102, 1);
        }*/

.cssTooltip {
    color: red;
}

/*ACTUALIZACIONES DE CSS*/
.btn-primary,
.btn-primary:hover {
    background-color: #002169;
    border-color: #002169;
    border-radius: 0px !important;
}

.btn-success,
.btn-success:hover {
    background-color: #00A887;
    border-color: #00A887;
    border-radius: 0px !important;
}

.form-control {
    border-radius: 0px !important;
    outline: none !important;
    box-shadow: none !important;
}

    .form-control:focus {
        border: 1px solid #00A887;
    }
/*ACTUALIZACIONES DE CSS*/

/*PHONES*/
@media (max-width: 768px){
    body {
        font-size: 10pt;
    }

    .header img {
        width: 52%;
    }

    .header span.legend {
        font-size: 7pt;
        margin-top: 1.5%;
    }

        .header span.legend a {
            font-size: 9pt;
        }

    .contenido h2 {
        font-weight: bold;
        font-size: 14pt;
    }

    .contenido p {
        line-height: 1.7em;
    }

    .contenido img {
        width: 100%;
    }

    .footer h3 {
        font-size: 12pt;
    }

    .footer p,
    .footer h6 {
        font-size: 8pt;
    }

    .footer img {
        width: 100%;
        margin: 10% 0;
    }

    .collapse:not(.show) {
        display: none;
    }

    .menu-prim{
		padding: 0;
		list-style: none;
		text-align: center;
	}

	.menu-prim li{
		margin: 0;
		display: block !important;	
		border: none !important;
		max-width: 100%;
		width: 100%;
		float: none;
		transition: 0.3s ease-out;
		height: 100%;
	}

	.menu-prim li a{
		display: table!important;	
		width: 100%;
		font-size: 10pt;
		color: white;
		text-decoration: none;
		transition: 0.3s ease-out;
		vertical-align: middle;
		letter-spacing: 1px;
		text-align: center !important;
        padding: 0.5em 0;
	}
	
	.menu-prim li a span{
		display: table-cell;
		vertical-align: middle;
		text-align: center !important;
	}

	.menu-prim li:last-child{
		margin: 0 !important;
		border: none;
	}

	.menu-prim li a:hover{
		background-color: #76BC21;
	}
}
