
/*

Coloesde xmedia software

Azul: #8cd0f2
Naranja: #ff9901


*/

.naranja { color: #fb9c08; }
.azul_claro { color: #8cd4f4; }
.cafe { color: #825002; }
.ballena { color: #648ca4; }
.verde_aqua { color: #a0c4c4; }


body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
    color: #333333;
    margin: 0;
    margin-top: 80px;;
    padding: 0;
}

.container, .container-fluid{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/* Cambios a el navbar */

.navbar{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.navbar-brand{
    margin-right: 8px;
    margin-left: 8px;
}

.navbar-nav a
{
    display: flex;
    align-items: center; /* Centers the content vertically */
}

.navbar-nav a.active{
    font-weight: bold;
    color: #ffffff !important;
    background-color: #648ca4 !important;
}

.navbar-nav .nav-link.main-link{
    min-height: 80px;
}

@media (max-width: 991px) {
    .navbar-nav .nav-link {
        min-height: auto !important;
        padding-left: 10px !important;
    }

    .dropdown-menu .dropdown-submenu {
        display: none;
        position: relative;
        top:0px;
        left: 0px;
    }

    .navbar .dropdown-toggle::after {
        display: none;
    }

}

.navbar-nav .nav-link:hover{
    font-weight: bold;
    color: #ffffff !important;
    background-color: #648ca4 !important;
}

h1, h2, h3, h4, h5, h6{
    font-weight: bold;
    color: #222222;
}

.h2, h2{
    margin-bottom: 20px;
    text-align: center;
}
.h3, h3{
    font-size: 30px;
    margin-left: 30px;
}


#mainCarrousel{
    height: 400px;
    min-height: 400px;
}

#welcome_slider{
    background-image: url('../images/slider-man/slider1.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}


#texto_bienvenidos{
    font-size: 40px;
    font-weight: bolder;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
}

#texto_nombre{
    font-size: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

#texto_posicion{
    font-size: 24px;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

#texto_fecha_ult{
    font-size: 16px;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.dropdown-menu li {
  position: relative;
}



.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}





.dropdown-menu li:hover > .dropdown-submenu {
  display: block;
  background-color: #ffffff;
  list-style-type:none;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  padding-left: 0px;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.25em;
  vertical-align: 0.25em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  margin-left: 0.25em;
}

.experto{
    color: #ffffff;
    background-color: red;
    font-weight: bold;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.img-icon{
    width: 15px;
    height: 15px;
    margin-left: 0px;
    margin-right: 5px;
}

section{
    padding-top: 50px;
    padding-bottom: 50px;
}

#conocimiento  p{
    position: relative;
}

#contacto{
    background-image: url('../images/fondos/fondo_contacto.jpg');
    background-size: cover;
    background-position: center;
    color: white;

}

#contacto a{
    color: #ffd700;
    font-weight: bold;
}


/* Footer styles */


section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #007b5e !important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}


/* Fin footer */

/* Testimonials */
.testimonials blockquote {
    background: #f8f8f8 none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
}
.testimonials blockquote::before {
    width: 0; 
    height: 0;
	right: 0;
	bottom: 0;
	content: " "; 
	display: block; 
	position: absolute;
    border-bottom: 20px solid #fff;    
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}
.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #e63f0c transparent transparent transparent;
}
.testimonials .carousel-info img {
    height: 75px;
    padding: 3px;
    width: 75px;
}
.testimonials .carousel-info {
    overflow: hidden;
}
.testimonials .carousel-info img {
    margin-right: 15px;
}
.testimonials .carousel-info span {
    display: block;
}
.testimonials span.testimonials-name {
    color: #e6400c;
    font-size: 16px;
    font-weight: 300;
    margin: 23px 0 7px;
}
.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
}

#proyectos{
    background-color: #ffc400;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 400p;
}

#info_area{
    background-image:
url(../images/banners/banner_acerca_de_mi.jpg);
    background-size: cover;
    background-position: top center;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 300px;
    text-shadow: 2px 2px 2px rgba(0,0,0,1);

}

#myTabContentProyectos{
    padding: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 5rem !important; /* Adjust as needed (e.g., 2rem, 4rem, 5vw) */
  width: 5rem !important;  /* Must be the same value as height to maintain aspect ratio */
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  /* Aplica la sombra usando filter: drop-shadow */
  filter: drop-shadow(1px 1px 1px #000); /* Sombra negra, ajuste los valores según sea necesario */

}

.nav.nav-tabs .nav-item  button.nav-link{
    color: #648ca4;
}

.nav.nav-tabs .nav-item  button.nav-link.active {
    background-color: #648ca4;
    color: #ffffff !important;
}


@media (min-width: 992px) {
    .nav-item:hover > .dropdown-menu {
        display: block;
    }
}