*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Source Sans Pro', sans-serif;
}

.ewk_navbar{
    background-color: rgba(29, 46, 123, 0.7) !important;
}

.ewk_navbar div, .ewk_navbar ul{
    background-color: transparent !important;
}

.ewk_cont_sec_1{
    padding: 1%;
    background-color: rgba(21, 47, 165, 0.9);
    color: rgb(224, 224, 224);
}

.ewk_cont_sec_1 h2{
    font-size: 5vw;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.ewk_cont_sec_1 hr{
    border-top: 1px solid rgba(1, 1, 1, 0.4)
}

.ewk_cont_sec_1 img{
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;    
}

.img-zoom{
    transition: all 300ms;
}

.img-zoom:hover {
    transform: scale(1.1);
}

.text-zoom{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 3vh;
    text-decoration: none;
}

.text-zoom:hover{
    font-size: 4vh;
}

.text-color{
    color: #1d2e7b;
}

.boton1{
	border: 2px;
    border-color: #1d2e7b;
	background: #f69000;
	color: #fff;
	padding: 10px;
	font-size: 18px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	transition: all 500ms ease;
}

.boton1:before {
	content:"";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	background: rgba(255, 255, 255, 0.1);
	transition: all 1s ease;
} 

.boton1:hover:before {
 	height: 100%;
}

footer{
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.footer-top{
    padding: 1%;
    background-color: #202020;
    color: #fff;
}
.footer-top a{
    margin-right: 2%;
    text-decoration: none;
    color: #fff;
    font-size: 26px;
}

.footer-top a:hover{
    color: #f69000;
}

.footer-top h2{
    font-size: 16px;
}

.footer-top p{
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    font-size: 13px;
    color: #c7c7c7;
    display:inline-block;
}

.footer-top hr{
    border-top: 1px solid #c7c7c7;
    margin: 0px;
    padding: 0px;
    padding-bottom: 1%;
}

.footer-botton{
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    background-color: #101010;
    color: #c7c7c7;
}

.footer-botton p{
    font-size: 12px;
}

.footer-botton a{
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

.footer-botton a:hover{
    color: #f69000;
}

.menu-servicios{
    margin-top: 30%;
    margin-left: 0px;
}

.menu-servicios a{
    text-decoration: none; 
    display: block;
    padding: 15px 5px;   
    color: #1d2e7b;

}

.menu-servicios a:hover{
    background-color: rgba(103, 104, 105, 0.4)
}

.menu-servicios ul{
    list-style: none;
}

.menu-servicios hr{
    background-color: #f69000;
    margin: 0px;
    padding: 0px;
}

.item-servicios-link{
    font-weight: bold;
    float:left;
    width: 85%;
}

.item-servicios-plus{
    color:#f69000;
}

.item-activo{
    background-color:rgba(246,144,0,0.5);
}

.subitem-servicios-link{
    margin-left: 10%;
    float:left;
    width: 75%;
}

.servicios-contenido{
    margin-top: 7%;
    padding-left: 5%;
    color:rgba(1, 1, 1, 0.6)
}

.servicios_definicion{
    padding-top: 3%;
    padding-bottom: 2%;

}

.servicios_lineas{
    background-color: #f69000;
    border: 2px solid #ffd396;
    width: 75%;
    height: 2px;
    margin-bottom: 2%;
}

.formulario{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 1%;
    padding-left: 8%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.formulario input[type=text]{
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #f69000;
    margin-bottom: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
    color: #1d2e7b;
}

.formulario input[type=text]:focus{
    border: 1px solid #1d2e7b;
    background-color: rgba(246,144,0,0.3);
}

.formulario input[type=email]{
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #f69000;
    margin-bottom: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.formulario input[type=email]:focus{
    border: 1px solid #1d2e7b;
    background-color: rgba(246,144,0,0.5);
}

.formulario textarea{    
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #f69000;
    margin-bottom: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.formulario textarea:focus{
    border: 1px solid #1d2e7b;
    background-color: rgba(246,144,0,0.5);
}

.formulario input[type=submit]{
    width: 100%;
    border: 0px;
    border: 2px solid #f69000;
    background-color: #1d2e7b;
    margin-bottom: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
    color: #fff;
}

.formulario input[type=submit]:focus{
    border: 1px solid #1d2e7b;
    background-color: rgba(246,144,0,1);
    color: #1d2e7b;
}

::-webkit-input-placeholder { color: rgba(21, 47, 165, 0.6); } 
 
:-moz-placeholder { /* Firefox 18- */ color: rgba(21, 47, 165, 0.6); } 
 
::-moz-placeholder { /* Firefox 19+ */ color: rgba(21, 47, 165, 0.6); } 
 
:-ms-input-placeholder { color:rgba(21, 47, 165, 0.6); }

.form-contactenos{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    display: block;
}

.form-contactenos input{
    border: 0px;
    width: 60%;
    border-bottom: 1px solid #f69000;
    margin-bottom: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #1d2e7b;
}

.form-contactenos input:focus{
    border: 1px solid #1d2e7b;
    background-color: rgba(246,144,0,0.3);
}

.form-contactenos textarea{
    border: 0px;
    width: 60%;
    border-bottom: 1px solid #f69000;
    margin-bottom: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #1d2e7b;
}

.form-contactenos textarea:focus{
    border: 1px solid #1d2e7b;
    background-color: rgba(246,144,0,0.3);
}

.form-contactenos input[type=submit]{    
    width: 40%;
    border: 0px;
    border: 2px solid #f69000;
    background-color: #1d2e7b;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}

.form-contactenos input[type=submit]:focus{
    border: 1px solid #1d2e7b;
    background-color: rgba(246,144,0,1);
    color: #1d2e7b;
}

.form-usuario{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    display: block;
}

.form-usuario input{
    border: 0px;
    width: 30%;
    border-bottom: 1px solid #f69000;
    margin-bottom: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #1d2e7b;
}

.form-usuario input:focus{
    border: 1px solid #1d2e7b;
    background-color: rgba(246,144,0,0.3);
}

.form-usuario input[type=submit]{    
    width: 18%;
    border: 0px;
    border: 2px solid #f69000;
    background-color: #1d2e7b;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}

.form-usuario input[type=submit]:focus{
    border: 1px solid #1d2e7b;
    background-color: rgba(246,144,0,1);
    color: #1d2e7b;
}

.form-usuario p{  
    font-family: 'Source Sans Pro', sans-serif;
    color: #1d2e7b;
}

.form-cert{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: block;
    text-align: center;
    margin-bottom: 1%;
}

.form-cert input{
    border: 0px;
    width: 30%;
    border-bottom: 1px solid #f69000;
    margin-bottom: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #1d2e7b;
}

.form-cert input:focus{
    border: 1px solid #1d2e7b;
    background-color: rgba(246,144,0,0.3);
}

.form-cert select{
    border: 0px;
    width: 30%;
    border-bottom: 1px solid #f69000;
    margin-bottom: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #1d2e7b;
}

.form-cert select:focus{
    border: 1px solid #1d2e7b;
    background-color: rgba(246,144,0,0.3);
}

.form-cert input[type=submit]{    
    width: 15%;
    border: 0px;
    border: 2px solid #f69000;
    background-color: #1d2e7b;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}

.form-cert input[type=submit]:focus{
    border: 1px solid #1d2e7b;
    background-color: rgba(246,144,0,1);
    color: #1d2e7b;
}

.form-cert p{  
    font-family: 'Source Sans Pro', sans-serif;
    color: #1d2e7b;
}

.tabla-cert{
    margin: auto;
    margin-top: 3%;  
    font-family: 'Source Sans Pro', sans-serif;
    background-color: rgba(21, 47, 165, 0.3);
}

.tabla-cert th{
    border: 2px solid #1d2e7b;
    color: #1d2e7b;
}

.tabla-cert td{
    border: 2px solid #1d2e7b;
    background-color: rgba(246,144,0,0.5);
    color: #1d2e7b;
}

.toast-success {
    background-color: #11e002;
  }

.toast-error {
    background-color: #ea0808;
  }