/*
Theme Name: Fenix Soluciones Logísticas
Theme URI: http://logisticafenix.com.co/
Author: Red Siete Colombia
Author URI: redsiete.co
Description: Tema para Wordpress y Woocommerce desarrollado para http://logisticafenix.com.co/ por Red Siete Colombia, con diseño adaptable, fullslider, sobrio y corporativo especialmente desarrollado para la marca, teniendo en cuenta estándares de calidad y diseño.
Version: 1.0
Tags:
Text Domain: Fenix Soluciones Logísticas S.A.S.
*/

body
{
  background-color: #fff;
  font-family: 'Nunito', sans-serif;
  font-size:16px;
  margin: 0 auto;
}

p{
	text-align: justify !important;
}


footer
{
  border-top: 8px solid #4d4d4d;
  background-color: #464444;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  padding: 40px 0 50px;
  color: #fffdf9;
}

footer p
{
  font-size: 0.9em;
  line-height: 1.7;
}

footer ul
{
  font-size: 0.9em;
  list-style: none;
  padding: 0;
}

footer ul a
{
  color: #fffdf9;
  text-decoration: none;
  transition: all ease 0.5s;
}

footer ul a:hover
{
  opacity: 0.8;
  margin-left: 5px;
}

footer ul li
{
  line-height: 2;
}

footer h4
{
  color: #fff;
  font-weight: 400;
}

footer h4:after
{
  border-bottom: 1px solid #ffffff;
  display: block;
  content: '';
  width: 20%;
  padding-top: 10px;
}

footer .col1
{
  display: inline-block;
  vertical-align: top;
  padding: 0 1%;
  width: 31%;
}

footer .col2
{
  display: inline-block;
  vertical-align: top;
  padding: 0 3%;
  width: 33%;
}

footer .more-link
{
	display: inline-block;
	background-color: rgba(255,255,255,0);
	border: solid 1px #fff;
	color:  #fff ! important;
	font-family: 'Nunito', serif;
	font-size: 0.87em;
	font-weight: 400 ! important; 
	padding: 10px 30px;
	text-decoration: none;
	margin: 7px 0;
	text-transform: uppercase;
	transition: all 0.5s ease;
}

footer .more-link:hover
{
 	background-color: rgba(255,255,255,0.3);
}

#main_slider
{
  /*background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
  height: auto;
  vertical-align: top;
  width: 100%;
}

#main_slider p !important{
	text-align: justify;
}

#banner
{
	background: url(images/fndbanner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 380px;
	padding-top: 100px;
	vertical-align: top;
	width: 100%;
}

#banner .caja-texto
{
	margin: 0 25%;
	text-align: center;
  	width: 50%;
}

#banner h2
{
	color: #fff;
	font-size: 2.4rem;
	font-weight: 400;
	text-align: center;
	text-shadow: 2px 2px 2px #000000;
}

#banner h2:after
{
	border-bottom: 2px #fff solid;
	display: block;
	content: '';
	margin-left: 30%;
	width: 40%;
	padding-top: 10px;
}

#banner p
{
	color: #fff;
	font-size: 2.7rem;
	font-weight: 300;
	margin: 30px 0;
	padding: 15px 20px 3px;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
}

#banner p:after
{
	border-bottom: 1px rgba(255,255,255,0.5) solid;
	display: block;
	content: '';
	margin-left: 30%;
	width: 40%;
	padding-top: 30px;
}

#banner .more-link
{
	display: inline-block;
	border: solid 1px #98cde6;
	color:  #fff ! important;
	font-family: 'Poppins', serif;
	font-size: 1em;
	font-weight: 300;
	padding: 15px 30px;
	text-decoration: none;
	margin: 4px 0;
	text-transform: uppercase;
	transition: all 0.5s ease;
}

#banner .more-link:hover
{
	background-color: #026696;
}

#container-top
{
  background: url(images/fndTop.jpg);
	background-color: #992827;
	font-family: 'Poppins', sans-serif;
	height: 35px;
	width: 100%;

	-webkit-box-shadow: 0px 8px 13px -2px rgba(189,189,189,1);
	-moz-box-shadow: 0px 8px 13px -2px rgba(189,189,189,1);
	box-shadow: 0px 8px 13px -2px rgba(189,189,189,1);
}


/*Inicio Estilos para menus*/
#contmenu
{
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  float: right;
  height:50px;
  margin-top: 40px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
  /*width:100%;*/
}

.mi-menu  ul
{
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}
  .mi-menu  ul br { display:none; }

  /* cada item del menu */
  .mi-menu  ul li {
    display: block;
    float: left; /* la lista se ve horizontal */
    list-style: none;
    margin: 0 2px;
    position: relative;
    width: auto;
    z-index: 100;
  }
  .mi-menu ul li a {
    border-radius: 5px;
    color:  rgba(0,0,0);
    display: block;
    font-size: 0.9em;
    font-weight: 400; 
    text-align: center;
    padding: 12px 10px;
    text-decoration: none;
    transition: all 0.2s ease;

  }

  .mi-menu ul li:hover > a 
  { 
    background-color: #992827;
    border-radius: 5px;
  	color: #fff;
  }

  .mi-menu .dest 
  { 
  	background-color: #992827;
  	color: #fff;
  	transition: all ease 0.5s;

    border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  }

  .mi-menu .dest > a
  { 
    background-color: #992827;
    color: #fff;
  }

  .mi-menu .dest > a:hover
  { 
    background-color: #7a1514;
    color: #fff;
  }

  .mi-menu .dest:hover
  { 
  	background-color: #7a1514;
  	color: #fff;
  }

  /* Submenus */

.mi-menu ul ul{
	background-color: red;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 42px; 
  left:0;
  margin-top: 0;
  -moz-transition: opacity .25s ease .1s;
  -webkit-transition: opacity .25s ease .1s;
  -o-transition: opacity .25s ease .1s;
  -ms-transition: opacity .25s ease .1s;
  transition: opacity .25s ease .1s;
  z-index: 2;
}

.mi-menu ul ul li {
  background-color: #992827;
  display: inline-block;
  min-width: 200px;
  float: left;
  height: 0; /* no son visibles */
  overflow: hidden;
  padding: 0; 
  transition: all 0.3s ease; 
  width: auto;

  /* animamos su visibildiad */
  -moz-transition: height .25s ease .1s;
  -webkit-transition: height .25s ease .1s;
  -o-transition: height .25s ease .1s;
  -ms-transition: height .25s ease .1s;
  transition: height .25s ease .1s;
}

.mi-menu  ul ul li:hover {
  background-color: #7a1514;
}

.mi-menu ul ul li a { 
  color: #fff;
  border-right: 0;
  font-size: 0.85rem;
  font-weight: 400!important;
  padding: 0;
  padding: 5px 0;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
}

/* son visibes al poner el cursor encima */
.mi-menu ul:hover > ul ul { 
  opacity: 1; 
}

.mi-menu ul li:hover > ul li {
  height: auto; /* los mostramos */
  color: #fff;
  overflow: visible;
  padding: 8px 10px; 
  transition: all 0.3s ease;
}

.mi-menu ul li:hover > ul li a{
  color: #fff;
  opacity: 0.85;
}

/*Fin Estilos para menus*/

#destacado
{
	padding: 70px 0;
}


#destacado  h1
{
  font-family: 'Nunito', sans-serif;
  color: #000;
  font-size: 2.2em;
  font-weight: 700;
  margin: 0.6em 0;
}

#destacado  h1:after
{
  border-bottom: 5px #98292b solid;
  display: block;
  content: '';
  width: 100px;
  padding-top: 15px;
}

#destacado h4
{
	font-family: 'Montserrat', sans-serif;
	color: #9cb32a;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
}

#destacado h4
{
  font-family: 'Montserrat', sans-serif;
  color: #9cb32a;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

#destacado .contenido
{
	display: inline-block;
	padding: 0 3%;
	vertical-align: top;
	width: 45%;
}

#destacado .contenido h2
{
	font-family: 'Nunito', sans-serif;
	color: #000;
	font-size: 2.6em;
	font-weight: 700;
	margin: 0.4em 0;
}

#destacado .contenido h2:after
{
	border-bottom: 7px #98292b solid;
	display: block;
	content: '';
	width: 100px;
	padding-top: 15px;
}

#destacado .contenido p
{
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.6;
}

#destacado .contenido ul
{
	font-size: 1em;
	font-weight: 300;
	line-height: 1.6;
}

#destacado .contenido ul li
{
	font-size: 1em;
	font-weight: 300;
	line-height: 1.6;
}

#destacado .contenido p a
{
	color: #000;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.6;
	transition: all ease 0.5s;
}

#destacado .contenido p a:hover
{
	opacity: 0.6;
}

#destacado .imagen
{
	display: inline-block;
	padding: 10px 3% 0;
	vertical-align: top;
	width: 41%;
}

#destacado .imagen img
{
	height: auto;
	vertical-align: top;
	width: 100%;
}

#destacado .more-link
{
	display: inline-block;
	background-color: #98292b;
	color:  #fff ! important;
	font-size: 0.9em;
	font-weight: 600 ! important; 
	padding: 15px 50px;
	text-decoration: none;
	margin: 7px 0;
	text-transform: uppercase;
	transition: all 0.5s ease;
}

#destacado .more-link:hover
{
	background-color: #5e5e5e;
}


#headerMain
{
  height: 120px;
  width: 100%;
}

#logo
{
  display: inline-block;
  height: 80px;
  margin: 20px;
  width: 310px;
}


#marcas
{
	padding: 45px 0;
}

#marcas h2
{
	color: #000;
	font-family: 'Nunito', sans-serif;
	font-size: 1.6em;
	font-weight: 300;
	line-height: 1;
	margin:0;
	margin-bottom: 20px;
	text-align: center;
}

#marcas h2:after
{
  border-bottom: 2px solid #000;
  display: block;
  content: '';
  margin-left: 45%;
  padding-top: 10px;
  width: 10%;
}

#top-content
{
  display: inline-block;
  width: 80%;
}

#top-content p
{
  color: rgba(255,255,255,0.8);
  font-size: 0.85rem;
  letter-spacing: 0.3px;
  margin: 0;
  padding-top: 10px;
  text-align: right;
}

#top-social
{
  display: inline-block;
  margin: 8px 0 0 0;
  padding: 0;
  float:right;
  width: 19%;
}
#top-social ul
{
  float: right;
  margin: 0;
  padding: 0;
}
#top-social br { display:none; }

/* cada item del menu */
#top-social  li {
  display: inline-block;
  float: left; /* la lista se ve horizontal */
  height: 20px;
  list-style: none;
  margin: 0;
  position: relative;
  width: 20px;
  z-index: 100;
  overflow: hidden;
  margin-right: 5px;
  padding: 0;
  transition:all ease 0.2s;
}
#top-social  li:hover {
  opacity: 0.6;
}

  i.fas,
  i.fab {
    padding: 0 .6em;
  }

.wrapper
{ 
  margin: 0 auto;
  width: 1200px;
}

#interno{
  background-color: #fefefe;
  border-top: solid 1px #eaeaea;
  padding: 50px 0;
}

#interno p
{
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

#interno ul
{
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8;
}

#interno h1
{
  font-family: 'Nunito', sans-serif;
  color: #000;
  font-size: 2.6em;
  font-weight: 700;
  margin: 0.4em 0;
}

#interno h1:after
{
  border-bottom: 3px #992827 solid;
  display: block;
  content: '';
  width: 150px;
  padding-top: 15px;
}

#interno  h1
{
  font-family: 'Nunito', sans-serif;
  color: #000;
  font-size: 2.6em;
  font-weight: 700;
  margin: 0.4em 0;
}

#interno  h1:after
{
  border-bottom: 7px #98292b solid;
  display: block;
  content: '';
  width: 100px;
  padding-top: 15px;
}

#interno  h2
{
  font-family: 'Nunito', sans-serif;
  color: #000;
  font-size: 2.2em;
  font-weight: 700;
  margin: 0.2em 0;
}

#interno  h2:after
{
  border-bottom: 5px #98292b solid;
  display: block;
  content: '';
  width: 100px;
  padding-top: 15px;
}


#interno h3
{
  font-family: 'Montserrat', sans-serif;
  color: #9cb32a;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
}

#interno p a
{
  color: #000;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.6;
  transition: all ease 0.5s;
}

#interno p a:hover
{
  opacity: 0.6;
}

.center
{
  text-align:center !important;
}

.creditos{
    background-color: #e8e7e7;
    padding: 40px 0;
}

.creditos .frase{
    display:block;
    margin: 0 15%;
    width:70%;
}

.creditos p{
    font-family: 'Nunito', sans-serif;
  color: #656565;
  font-size: 1.4em;
  font-weight: 800;
  margin:0;
  text-align: center !important;
}

.destacados
{
  background-color: #fafafa;
  border-top: 1px solid #ececec;
  font-family: 'Poppins', sans-serif;
  height: auto;
  width: 100%;
  padding: 50px 0;
  text-align: center;
}

.destacados .descrip
{
  font-family: 'Poppins', sans-serif;
  height: auto;
  padding: 20px 0;
  text-align: center;
  color: #000;
  font-size: 1.3rem;
  text-transform:uppercase;
  font-weight:600;
}

.destacados .header
{
	margin-left: 20%;
	text-align: center;
	width: 60%;
}

.destacados .header h3
{
	color: #992827;
 	font-size: 2.6em;
 	font-weight: 600; 
  margin: 10px 0;
 	text-transform: uppercase;
}

.destacados .header ul
{
  margin: 0;
  padding: 0;
} 

.destacados .header ul li
{
  list-style: none;
}

.destacados .header ul li a
{
  color: #092c74;
  text-decoration: none;
}

.destacados .header h3:after
{
	border-bottom: 4px #992827 solid;
	display: block;
	content: '';
	margin-left: 40%;
	width: 20%;
	padding-top: 10px;
}

.destacados .header p
{
	margin: 0.5em;
 	font-size: 1.7em;
 	font-weight: 300; 
}

.destacados .more-link{
  background-color: #992827;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin: 1em 0;
  padding: 10px 40px;
  text-decoration: none;
  transition: all ease 0.5s;
  text-align: center;
  text-transform: uppercase;
}

.destacados .more-link:hover{
  background-color: #7a1514;
  border-radius: 5px;
}


.ico-cajas-destacados
{
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
}

.ico-cajas-destacados
  i.fas,
  i.fab {
  	color: #1c3b77;
  	font-size: 3.5em;
  }

.cajas-destacados
{
  background-color: #fff;
  border-radius: 5px;
  width: 280px;
  padding: 20px 40px;
  margin: 20px 10px;
  display: inline-block;
  border-right: solid 1px #ececec;
  vertical-align: top;

  -webkit-box-shadow: 0px 0px 10px 4px rgba(207,207,207,0.6);
  -moz-box-shadow: 0px 0px 10px 4px rgba(207,207,207,0.6);
  box-shadow: 0px 0px 10px 4px rgba(207,207,207,0.6);
}

.cajas-destacados .imgdest
{
  width: 100%;
}

.cajas-destacados .imgdest img
{
  height: auto;
  width: 100%;
}

.cajas-destacados:last-child
{
  border-right: none;
}

.cajas-destacados h3
{
    color: #992827;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
.cajas-destacados p
{
    color:  #313131;
    display: block;
    font-size: 0.95rem;
    font-weight: 300; 
    line-height: 1.4;
    margin: 15px 0px;
    text-align: center;
}

.cajas-destacados p a
{
	color: #313131;
 	font-weight: 400; 
 	text-decoration: none;
}

.cajas-destacados p a:hover
{
	color: #1c3b77;
}

.cajas-destacados p::selection
{
    background-color: #992827;
    color: #fff;
}

#responsive-menu-additional-content a{
    background-color:#992827;
    color:#fff;
    padding:10px;
    text-decoration: none; 
    transition:all ease 0.5s;
}

#responsive-menu-additional-content a:hover{
    background-color:#7a1514;
}

.responsive-avaluo{
    background-color:#992827;
    color:#fff;
    padding:10px;
    text-decoration: none;
    transition:all ease 0.5s;
}

.responsive-avaluo:hover{
    background-color:#7a1514;
}

/*Noticias*/


#noticias
{
	background-color: #fafafa;
	border-top: 1px solid #ececec;
	font-family: 'Nunito', sans-serif;
	padding: 60px 0;
  text-align: center;
}

#noticias .titulo{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

#noticias .titulo h2{
	color: #992827;
	font-size: 1.8rem;
	font-weight: 300;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: 700;
  text-transform: uppercase;
}

#noticias h3
{
  color: #98292b;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
}

#noticias h3:after
{
  border-bottom: 3px #98292b solid;
  display: block;
  content: '';
  margin-left: 40%;
  width: 20%;
  padding-top: 15px;
}

#noticias img
{
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  transition:all ease 0.5s;

  -webkit-box-shadow: 10px 10px 0px 0px rgba(232,232,232,1);
  -moz-box-shadow: 10px 10px 0px 0px rgba(232,232,232,1);
  box-shadow: 10px 10px 0px 0px rgba(232,232,232,1);
}

#noticias p
{
  color: #858585;
  font-size: 0.95em;
  line-height: 1.4;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

#noticias p::selection
{
    background-color: #992827;
    color: #fff;
}

#noticias .notas
{
  display: inline-block;
  margin: 20px 1%;
  vertical-align: top;
  width: 31%;
}

#noticias .more-link{
  background-color: #636363;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin: 0.3em 0;
  padding: 12px 40px;
  text-decoration: none;
  transition: all ease 0.5s;
  text-transform: uppercase;
}

#noticias .more-link:hover{
  background-color: #972a2e;
}

/*Noticias Fin*/


#titInterno
{
	background-color: #494949;
	border-bottom: solid 5px #fff;
	padding: 40px 0;
	font-family: 'Poppins', sans-serif;

  -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.75);
  box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.75);
}

#titInterno h1
{
	color: #fff;
	font-size: 2.4em;
	font-weight: 400;
	margin: 0;
	text-align: center;
  text-transform: uppercase;
}

#titInterno h1:after
{
	border-bottom: 4px #fff solid;
	display: block;
	content: '';
	margin-left: 45%;
	width: 10%;
	padding-top: 10px;
}

#titInterno h2
{
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

#titInterno ul
{
  margin: 0;
  padding: 0;
}

#titInterno ul li
{
  list-style: none;
}

#titInterno ul li a
{
  color: #fff;
  font-size: 2.4em;
  text-decoration: none;
}

#titInterno h2:after
{
  border-bottom: 1px #fff solid;
  display: block;
  content: '';
  margin-left: 45%;
  width: 10%;
  padding-top: 10px;
}

.breadcrumb
{
  background-color: #efefef; 
  display: inline-block;
  border-radius: 5px;
	color: #8a8a8a!important;
	font-weight: 300;
	font-size: 0.8em;
	margin: 0;
	padding: 8px 25px;
}

.breadcrumb a
{
	color: #8a8a8a!important;
	font-weight: 400!important;
	transition: all ease 0.5s;
}

.breadcrumb a:hover
{
	opacity: 0.8;
}



/*Redes inicio*/
.facebook
{
  background: url("images/redes/facebook.png");
  background-repeat: no-repeat; 
}
.youtube
{
  background: url("images/redes/youtube.png");
  background-repeat: no-repeat;   
}
.linkedin
{
  background: url("images/redes/linkedin.png");
  background-repeat: no-repeat; 
}
.twitter
{
  background: url("images/redes/twitter.png");
  background-repeat: no-repeat; 
}

.instagram
{
  background: url("images/redes/instagram.png");
  background-repeat: no-repeat; 
}

.linkedin, .youtube, .facebook, .twitter, .instagram
{
  width: 20px;
  height: 20px;
  transition: all 0.5s ease;
}
.youtube:hover, .facebook:hover, .linkedin:hover, .twitter:hover, .instagram:hover
{
  opacity: 0.5;
}
.youtube a, .facebook a, .linkedin a, .twitter a, .instagram a
{
  color: rgba(255,255,255,0.0);
  cursor: pointer;
}
/*Redes fin*/


/*Contact Form*/

/* Contact Form 7 Input CSS 
 ---------------------------*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
 textarea {
     font-size: 16px;
     background-color: #f5f5f5;
     border: none;
     width: 95%;
     padding: 2%;
 }

/* Contact Form 7 Submit Button 
 -------------------------------*/
.wpcf7 input[type="submit"] {
     color: #ffffff;
     font-size: 0.9em;
     font-weight: 400;
     background: #992827;
     padding: 10px 25px;
     border: none;
     border-radius: 5px;
     width: auto;
 }
.wpcf7 input:hover[type="submit"] {
     background: #7a1514;
     transition: all 0.4s ease 0s;
 }
.wpcf7 input:active[type="submit"] {
     background: #7a1514;
 }

 /*Contact form*/