/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05-09-2019, 15:54:16
    Author     : mflores
*/


body {
    color: #999;
    font-size: 15px;
    font-family: "Helvetica Neue","Open Sans",Arial,sans-serif;
    line-height: 1.80857;
    position:relative;
}

.navbar-brand img {
    float: left;
    margin-left: -12px;
    width: 200px;
}

.nav-item{
    cursor:pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;    
}

.actual-page{
    border-color: #fd6802 !important;
    border-radius: 25px 2px 25px 2px;
}

.nav-item .active{
    border-color: #fd6802;
    border-width: 1px;
    border-style: solid;
/*    color: #fff !important;
    background-color: #fff;*/
    border-radius: 25px 2px 25px 2px;
    /*box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);*/
}


.nav-link {
    border-color: #fff;
    border-width: 1px;
    border-style: solid;        
    padding: 10px 15px 10px 15px !important;
    line-height: 30px;
    border-radius: 25px 2px 25px 2px;
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus{
    border-color: #fd6802;
    border-width: 1px;
    border-style: solid;    
    color: #fff !important;
    background-color: #fd6802;
    border-radius: 15px 2px 15px 2px;
    box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
}


 
.navbar-light .navbar-toggler {
    border-color: #fd6802;
    background-color: #fd6802;
    color: #fff !important;
    border-radius: 15px 0px 15px 0px; 
        line-height: 30px;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  background-color: #fff; 
  color: #fd6802 !important;
}


a {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}


h1 {
  font-family:  "Arial Black", "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 74px;
  text-align: center;
  weight: bold;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
}

.Pol-elegantshd {
  top: 180px;
  height: 150px;
  color: #fff;
  margin: 100px 0 0 0;
  text-shadow: 1px -1px 0 #767676, -1px 2px 1px #000, -2px 4px 1px #000, -3px 6px 1px #000;
}

.divinicio {
    padding-top: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

.main{
    padding: 100px 0 100px 0;
}


.espanol{
    color: black; 
    font-style: normal;
}

.ingles{
    color: #669999;
   font-style: italic; 
}

.espanol-bold{
    color: black; 
    font-style: normal;
    font-weight: bold;
}

.ingles-bold{
    color: #669999;
   font-style: italic;
   font-weight: bold;
}

#secServicios{
    background-color: #FCF3EB;
}

.subtitulo{
    margin-top: 50px;
}

mb-0,.my-0{
    margin-bottom:0!important
}

.footer {
    padding: 90px 0 80px !important;
    color: #fff;
    background-color: #ED7800;
}

.footer .widget-title {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.footer .widget-title small {
    color: #999;
    display: block;
    padding: 0 58px;
    text-transform: uppercase;
}

.footer .widget-title h3 {
    color: #fff;
    font-weight: 500;
    font-size: 21px;
    padding: 0;
    margin: 0;
    line-height: 1 !important;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links a {
    color: #fff;
	display: block;
}

.footer-links.hov a span{
	opacity: 0;
	transition: all 1s ease-in-out;
}

.footer-links.hov a:hover{
	padding-left: 15px;
}
.footer-links.hov a:hover span{
	opacity: 1;
	padding-left: 10px;
	transition: all 1s ease-in-out;
}

.footer-links a:hover,
.footer a:hover {
    color: #FFF !important;
}

.footer-links li {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}

.copyrights {
    color: #999;
    background-color: #393939;
}

.dmtop {
    background-color: #393939;
    z-index: 100;
    width: 50px;
    height: 50px;

    position: fixed;
    bottom: -100px;
    border-color: #ED7800;
    border-style:solid;
    border-radius: 25px 0px 25px 0px;
    right: 20px;
    text-align: center;
    font-size: 28px;
    color: #ED7800 !important;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    opacity: 0.5;
}

.dmtop:hover {
	background-color: #ED7800;
        color:white !important;
        border-color: #393939;
        opacity:1; 
}

.dmtop.show {
    bottom: 20px;
}

.dmtop > i {
    position:relative;
    top:-5px;
}