/* 

Smoothy Template 

http://www.templatemo.com/tm-396-smoothy

*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700;900&display=swap');

html, body {
    font-family: "Lato", sans-serif;
	padding: 0px; 
	margin: 0px; 
	color: #8a8a8a;
}

a {
	color: #0F0947;
}

a:hover {
	text-decoration: none;
}

p {
	color: rgb(0, 0, 0);
}

.height10 { height: 10px; }
.height20 { height: 20px; }

h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", sans-serif;
	font-weight: 400;
}

h1	{	
	color: white;
	padding-bottom: 50px;
	font-size: 30px;
	font-weight: bold;
	text-align:center;
	}
	
h2	{ font-size: 24px; color: #333333; }

.templatemo_reasonbg h2, .templatemo_blog h2 { color: #ffffff; }

img {
  	max-width: 100%;
  	height: auto;
  	width:100%;
}
img.main{
  	max-width: 40%;
  	height: 40%;

}

/* Estilos generales */
#top-menu {
    justify-content:center;
    display: flex;
    background-color: white;
}

.mainMenu .nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.mainMenu .nav > li {
    position: relative;
}

.mainMenu .nav > li > a {
    display: block;
    padding: 15px 20px;
    color: #045b92;
    text-decoration: none;
}

.mainMenu .nav > li > a:hover {
    background-color: #065b90;
    color: white;
}

/* Submenú */
.submenu {
    display: none;
    position: absolute;
    top: 100%; /* Alinea el submenú debajo del elemento principal */
    left: 0;   /* Alinea el submenú al borde izquierdo del elemento principal */
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: white;
    min-width: 150px;
    z-index: 1;
}

.submenu li a {
    display: block;
    padding: 10px;
    color: #045b92;
    text-decoration: none;
}

.submenu li a:hover {
    background-color: #065b90;
    color: white;
}

/* Mostrar submenú al hacer hover en el elemento principal */
.nav > li:hover .submenu {
    display: block;
}


.clear	{ clear: both;}

.mWrapper {
  	width: 100%;
  	background-color: white;
  	z-index: 5000;
}

.templatemo_top	{
	position: fixed;
	z-index: 5000;
	background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 33%, rgba(15,9,75,1) 33%);
	width: 100%;
}

.templatemo_slider {
	top: 80px;
	position: relative;
}
.logo {

	background-color: white;
	padding:  0 0 0;
	width: 180px;
}
.mainMenu {

}


.fondo{
    max-height: 500px;
}




.btn-primary {
	background-color: #05008C;
	border-color: #272EB3;
}



.templatemo_caption p { color: #ffffff; background: rgba(0, 0, 0, 0.32); padding: 10px; font-size: 12px; }

.templatemo_caption	{
	margin-left: 20%;
	text-align: left;
	text-shadow: none;
	top: 25%;
	position: absolute;
	z-index: 20;
	width: 500px;
}

.templatemo_slidetitle	{
	font-size: 1em;
	background: #ffffff;
	padding: 5px 8px;
	color: #202224;
	float: left;
	margin-bottom: -10px;
	-webkit-box-shadow: 1px 3px 13px 0px rgba(158, 158, 158, 0.75);
	-moz-box-shadow:    1px 3px 13px 0px rgba(158, 158, 158, 0.75);
	box-shadow:         1px 3px 13px 0px rgba(158, 158, 158, 0.75);
}

.templatemo_lightgrey_about	{
	background: url(../images/lotaip-fondo.jpg)  no-repeat border-box;
	padding: 80px 0px 100px 0px;

}
.templatemo_lightgrey {
    background: url(../images/4872987.jpg)  no-repeat border-box;
	background-color: #e9e9e9;
	padding: 70px 0px;

}




        
			
			
    .fa{
        color: #0C0456;
        margin: auto;
    }
    td.header {
      background-color: #0C0456;
      color: white;
    }
    td.header:hover {
      background-color: #120682;
      color: white;
    }
    table{
        margin-top:40px;
        border-radius:10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra suave */
        border-collapse: separate;
        border-spacing: 10px 5px;
        background-color: #f2f2f2;
    }


.templatemo_paracenter { text-align: center; }

.templatemo_about_box {
	background: #ffffffb6;
	border-radius: 5px;
	padding: 20px 0px;
	max-width: 70%;
	text-align: center;
	font-weight: bolder;
	color: black;
}

.templatemo_about_box:hover{

  background-color: #fffff1;
  transform: scale(1.05);
}

.square_coner {
	margin: 0 auto;
	width: 30%;
	margin-bottom: 20px;
	
}
.square_coner1 {
	margin: 0 auto;
	width: 41%;
	margin-bottom: 20px;

}

/**.texts-a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px 30px;
	background: #02002A;
	border-radius: 5px;
	font-size: 32px;
	color: #ffffff;
}*/




.inner-hover-box p {
	color: #ffffff;
	padding: 15px 10px;
}

.templatemo_reasonbg {
	background: url(../images/templatemo_reasonbg.jpg) no-repeat;
	background-position: center;
	padding: 30px 0px 70px 0px;
	color: #ffffff;
	text-align: center;
}

.templatemo_reasonbg p { color: #ffffff; }

.templatemo_reasonbg div.fa {
	font-size: 40px;
	margin: 10px 8px;
}

.templatemo_portfolio {
	padding: 0px 0px;
	text-align: center;
	font-size: 25px;
	font-weight: bolder;
	color: black;
	background: url(../images/bg1.jpg)  no-repeat border-box;
}
.templatemo_portfolio .bloque1{
	padding-bottom: 80px;
	background: url(../images/bg1.jpg)  no-repeat border-box;
}	
.templatemo_portfolio p{font-size: 40px; font-weight: bolder; margin-bottom: 30px;}

.templatemo_portfolio .bloque1 p {font-size: 40px; font-weight: bolder; margin-bottom: 30px; }


.portfolio-thumb {width: 25rem; height: 25rem; overflow: hidden; position: relative; }

.portfolio-thumb img { width: 100%; height: auto; border-radius:3rem; display: flex; justify-content: center;}

.portfolio-thumb .overlay-p {justify-content: center; align-content: center; position:absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(100,174,235,1) 0%, rgba(15,9,75,1) 100%); visibility: hidden;text-align: center; opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; border-radius: 3rem;}

.portfolio-thumb .overlay-p a { position: absolute; top: 0; margin-top: 50px; left: 0; width: 100%; margin-left: 0; color: white; text-align: center; }


.portfolio-item:hover .overlay-p { visibility: visible; opacity: 1; }

.portfolio-title { width: 100%; text-align: center; }
.portfolio-title a { color: #0D0D63; font-size: 18px; text-transform: uppercase; }

.transparencia{
    padding:50px 50px;
    font-size:30px;
	width: 100%;
	color: #ffffff;
	text-align: center;
	background: url(../images/lotaip-fondo.jpg)  no-repeat border-box;
}

.templatemo_blog {
	width: 100%;
	padding: 80px 0px;
	color: #ffffff;
	text-align: center;
	background: url(../images/lotaip-fondo.jpg)  no-repeat border-box;
}
.templatemo_blog p { padding-bottom: 50px; }
.templatemo_wrapperblogbox	{	
	float: left;
}
.templatemo_wrapperblogbox a.fa	{ 
	padding: 8px;
	background: #020042;
	color: #ffffff;
	margin: 0px;
	text-align: left;
	float: left;
	font-size: 18px;
}

.templatemo_wrapperblogbox a.fa:hover {
	background: #05008C;
}

.templatemo_wrapperblogbox .tooltip1, .templatemo_wrapperblogbox .tooltip2, .templatemo_wrapperblogbox .tooltip3, .templatemo_wrapperblogbox .tooltip4 {
    display: inline;
    position: relative;
	opacity: 1.0;
	filter:alpha(opacity=100);
}

.templatemo_wrapperblogbox .tooltip1:hover:after, .templatemo_wrapperblogbox .tooltip2:hover:after,
.templatemo_wrapperblogbox .tooltip3:hover:after, .templatemo_wrapperblogbox .tooltip4:hover:after {
    background: #0D0D63;
    top: 33px;
    color: #fff;
    content: attr(title);
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
	font-size: 14px;
	white-space: nowrap;
}
.templatemo_wrapperblogbox .tooltip1:hover:after {
    left: 0px;
}
.templatemo_wrapperblogbox .tooltip2:hover:after {
    left: -33px;
}
.templatemo_wrapperblogbox .tooltip3:hover:after {
    left: -63px;
}

.templatemo_wrapperblogbox .tooltip4:hover:after {
    left: -94px;
}
.templatemo_wrapperblogbox img	{
	width: 100%;
}

.templatemo_blogtext	{
	width: 100%;
}

.templatemo_blogtext span.left	{
	text-align: left;
	width: 70%;
	float: left;
}
.templatemo_blogtext span.right	{
	text-align: right;
	width: 30%;
	float: left;
}
.templatemo_blogtext span.right	a i {
	padding-left: 5px;
	font-size: 9px;
	color: #ffffff;
}
.templatemo_blogtext span.right	a:hover i	{
	color: #05008C;
}

.templatemo_partner	{ padding: 80px 0px;}

.article{
    align-items:center;
}
.table{
    max-width: 50%;
    margin-left:auto;
    margin-right:auto;
}
#prev {
  width: 35px;
  height: 50px;
  position: absolute;
  top: -30%;
  left:0;
  text-indent: -9999px;
  background: url(../images/prev.png)0px -50px no-repeat;
}

#next {
  width: 35px;
  height: 50px;
  position: absolute;
  top: -30%;
  right: 0;
  text-indent: -9999px;
  background: url(../images/next.png)0px -50px no-repeat;
}

#prev:hover, #next:hover {
  background-position: 0px 0px;
}

.partnerWrap {
  margin: 50px 0;
  position: relative;
}
.slideshow { 
  margin: auto;
  width: 80%;
}
.slideshow img { padding: 2px; }
.templatemo_clientwrapper	{
	margin: 0 auto;
	float: none;
	width: 500px;
}

.templatemo_clientimage {
	float: left;
	margin-left: 10px;
	margin-top: 80px;
}

.templatemo_clientimage img{
	width: 80px;
	height: 80px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
}
.templatemo_clientimage img:hover { border: 3px solid #69a541; }

.templatemo_clientdes {
  position: absolute;
  top: 0;
  bottom: 50px;
  left: 0;
  right: 0;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  width: 100%;

}
.templatemo_clientimage:hover .templatemo_clientdes {
  visibility: visible;
  opacity: 1;

}
.templatemo_clientimage	div.fa	{font-size: 12px; position: absolute;}
.templatemo_clientimage:hover div.fa{ color: #69a541; font-size: 12px; }
.templatemo_clientimage	div.mleft1	{ left: 40%;}
.templatemo_clientimage	div.mleft2	{ left: 43%;}
.templatemo_clientimage	div.mleft3	{ left: 46%;}
.templatemo_clientimage	div.mleft4	{ left: 49%;}
.templatemo_clientimage	div.mleft5	{ left: 52%;}

.templatemo_maps {
  margin: 50px 0;
  display: block;
  overflow: hidden;
  height: 400px;
}

.fluid-wrapper {
    position: relative;
    /* padding-bottom: 56.25%;  16:9 */
    height: 0;
}
.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    border: none;
}
.addr {

}
.addr ul {
  padding-left: 0;
}
.addr ul li {
  list-style-type: none;
} 
.addr ul li i {
  width: 14px;
  margin-right: 10px;
  margin-bottom: 15px;
  color: #00ACE9;
  font-size: 18px;
  text-align: center;
}
.templatemo_footer	{
	padding: 40px 0px;
}

.templatemo_footer ul {
	float: left;
	margin: 0px;
	padding: 0px;
}

.templatemo_footer ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.templatemo_footer ul li:before {
    content: "\002022 ";
    color: #05008C; 
	font-size: 2.5em;
    vertical-align: middle;
	line-height: 30px;
	margin-right: 5px;
}
.templatemo_morelink a{
	float: left;
	color: #5d9e30;
	text-indent: 15px;
}

.templatemo_footer span.left {
	float: left;
	color: #72b842;
	font-size: 1.5em;
	text-align: left;
	line-height: 30px;
}
.templatemo_footer span.right {
	float: left;
}
.templatemo_footer .col-xs-1 {
	padding: 0px;
}
.templatemo_footer .col-xs-11	{
	padding: 0px 0px 0px 10px;
}
.templatemo_footer span.left.fa-envelope { font-size: 1.2em;}

.templatemo_bottom	{ 
	padding: 0px 0px; 
	width: 100%; 
	background: #02002A;
	}
	.templatemo_bottom	a{ 
		color:#00ACE9
		}
.templatemo_bottom .left { float: left;}
.templatemo_bottom .right { float: right;}
.templatemo_bottom .right fa { padding: 15px;}
.templatemo_bottom .right div.soc {
	width: 28px;
	height: 28px;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	background: #c6cfd3;
	color: #02002A;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
}

.templatemo_bottom .right a:hover div.soc{
	background: #0D0D63;
}

#templatemo_flicker	{}
#templatemo_flicker ul li:before {
    content: none;
    vertical-align: middle;
}

#templatemo_flicker.ddsmoothmenu ul li a {
	width: 55px;
	height: 55px;
	margin-right: 0px;
}

.carousel {
    position: relative;
    width: 80%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.carousel-images {
     width: calc(33.33%); /* Mostrar 3 imágenes, con un espacio de 20px */
    margin-right: 20px; /* Espacio entre las imágenes */ 
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-images img {
    width: 100%;
    height: auto;
}

.carousel-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


ul.nobullet { margin: 0; padding: 0; list-style: none }
ul.nobullet li { margin: 0; padding: 0 }

ul.list_bullet { margin: 10px 0 10px 15px; padding: 0; list-style: none }
ul.list_bullet li { color:#555; margin: 0 0 7px 0; padding: 0 0 0 20px; background: url(images/templatemo_bullet.png) no-repeat scroll 0 5px  }
ul.list_bullet li a { color: #555; font-weight: normal; text-decoration: none }
ul.list_bullet li a:hover { color: #555 }

ul.footer_gallery li { display: block; float: left; margin: 0 5px 5px 0 }
ul.footer_gallery li img { }

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-width : 480px) {
	/*.mainMenu li a {		
		font-size: 8px;
	}
	#top-menu li a {		
		font-size: 8px;
	}*/
	#top-menu li a	{ padding: 0px;}
	#top-menu li.active a {
    color: #ffffff;
	background: #05008C;	
	}
	.templatemo_col12	{
		align-content: center;
		width: 100%;
		margin-bottom: 5px;
	}

	.hover-box {
    left: 3%;
    width: 94%;
	}
	.templatemo_bottom span.left	{ width: 90%; margin-left: 10px;}
	.templatemo_bottom span.right { width: 90%; float: left; margin: 10px;}
}
@media (max-width:600px){
	.templatemo_caption {
		display: none;
	}
}
@media(min-width:500px) and (max-width: 650px){
	.hover-box {
    left: 5%;
    width: 90%;
	}
}
@media(max-width:767px){
	.templatemo_col9	{ padding: 0px;}
	.templatemo_slider	{ top: 0;}
	.templatemo_lightgrey_about	{ padding-top: 50px;}
	.templatemo_portfolio	{ padding-top: 50px; }
	.templatemo_blog	{ padding-top: 50px;}
	.templatemo_partner	{ padding-top: 50px;}
	.templatemo_lightgrey	{ padding-top: 50px;}
	.templatemo_bottom { padding: 15px; }
	.templatemo_margintop10	{
	margin-top: 10px;
	}
	.mailme {
		
	}
	.socials ul {
		float: none;
		text-align: center;
	}
	.mainMenu ul {
		float: none;
		text-align: center;
		line-height: 40px;
	}
	.mainMenu li a {
	padding: 8px 7px;

	}
	#top-menu ul {
		float: none;
		text-align: center;
		line-height: 40px;
		margin-left: 15px;
	}
	#top-menu li {
    float: left;
	line-height: 40px;
}
	#top-menu li a {
	padding: 8px 7px;

	}
	#top-menu li.active a {
    color: #ffffff;
	background: #05008C;
	line-height: 40px;
	}
	
  .teamInfo ul li {
    width: 50%;
  }
  .imgWrp {
    height: 220px;
  }
  .imgWrp:hover {
      height: 220px;
      opacity: 1;
      margin-top: 0px;
  }
  .txtarea {
    margin: 20px 0;
  }
  .info3 {
    margin-bottom: 30px;
  }


  .templatemo_top { position: static; }

}

@media(min-width:768px){
	.rmargin	{ right: 10%;}
   .socials ul {
    float: none;
    text-align: center;
  }
  .imgWrp {
    height: 160px;
  }
  .imgWrp:hover {
      height: 160px;
      opacity: 1;
      margin-top: 0px;
  }
  .txtarea {
    margin: 20px 0px;
  }
  #box-img_testimonial a {
    width: 40px;
  }
  .opener span:before,
  .opener span:after {
    width: 30%;
  }
  .info3 {
    margin-bottom: 30px;
  }

}
@media(min-width:600px) and (max-width:769px){
	h1	{ font-size: 1em;}
	.templatemo_slidetitle { font-size: 0.8em;}
	.templatemo_caption	{ font-size: 12px; top: 170px;  width: 90%; margin-left: 5%; }
	.rmargin	{ right: 3%; }
	.btn	{ font-size: 12px; padding: 3px 5px;}
	}
@media(min-width:768px) and (max-width:992px){
	 h1	{ font-size: 1em;}
	.templatemo_slidetitle { font-size: 0.8em;}
	.templatemo_caption	{ font-size: 12px; margin-left: 15%; top: 18%;}
	.btn	{ font-size: 13px; padding: 3px 5px;}
	.templatemo_container {
	width: 100%;
	}
	
	.templatemo_container .mainMenu li a { 
	padding: 10px;
	}
	.templatemo_margintop10	{
	margin-top: 10px;
	}
}
@media(min-width:992px) {
  .imgWrp {
    height: 190px;
    opacity: 0.5;
  }
  .imgWrp:hover {
      height: 220px;
      opacity: 1;
      margin-top: -15px;
  }
  .txtarea {
    margin: 0;
  }
  #box-img_testimonial a {
    width: 50px;
  }
  .opener span:before,
  .opener span:after {
    width: 45%;
  }
  .socials ul {
    float: right;
  }
}

@media only screen 
and (min-device-width : 320px) 
and (max-width : 540px)	{
	.templatemo_clientwrapper	{ width: 320px; font-size: 12px;}
	.templatemo_clientwrapper .next{ margin-top: 20px;}
	.templatemo_marginleft50	{ margin-left: 50px;}
	.templatemo_clientimage	div.fa	{ display: none;}
	.templatemo_portfolio .container .col-xs-6{
		display: flex;
		align-content: center;
		size: 2rem;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	#slider-direction-nav,
	#slider-control-nav { opacity: 1; }
}
