/*
Theme Name: Cargotrans
Theme URI: cargotrans.com.ni
Template: generatepress
Author: Oscar Arroliga
Author URI: cargotrans.com.ni
Version: 3.1.0.1644959268
Updated: 2022-02-15 21:07:48

*/

/* GeneratePress Site CSS */ /* navigation hover lift */

.main-navigation .main-nav ul li > a {
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
		-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.main-navigation .main-nav ul li:hover > a {
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
}

/* mobile header spacing */

.mobile-header-navigation {
padding: 10px;
box-sizing: border-box;
}

/* image rounded corners */

.image-style img {
	border-radius: 12px;
	margin: 10px 0px;
} 

/* post images rounded corners */

.featured-image img, .post-image img {
	border-radius: 12px;
}

/* wpsp read more underline */

.wpsp-read-more {
	text-decoration: underline;
}

/* wpsp image rounded corners */

.wp-show-posts-image img {
	border-radius: 12px;
} /* End GeneratePress Site CSS */

p{
	margin-bottom:0px;
}
.happyforms-styles .happyforms-part__label .label, .happyforms-styles .happyforms-part__label .happyforms-optional{
	color: #ffff !important
}

.happyforms-styles input[type=submit]:not(:hover):not(:active):not(.has-background){
	background:#ea7600 !important
}

.inside-site-info{
	display: none;
}

.foto{
	border-radius:7.5%;
}

//TABS PREGUNTAS FRECUENTES//

.container{
    display: flex;
    width: 100%;
    max-width: 600px;
    margin: auto;
    margin-top: 100px;  
}

.lbl-menu li{
    background: #ea7600;

}

.lbl-menu{
    width: auto;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    transition: all 400ms ease; 
  
}

.content{
  position: relative;
  align-items: center;
	display: inline-flex;
	height:500px;
  
}

.content div{
    position: absolute;
    line-height: 1.8;
    transition: all 900ms ease;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.90);
    padding: 50px;
    background: #fff;
    padding-bottom: 0px;
    min-width: 600px;
    min-height: 535px;
    margin-left: 20px;
}

#pregunta1, #pregunta2, #pregunta3, #pregunta4, #pregunta5, #pregunta6, #pregunta7{
    display: none;
}
#pregunta1:checked ~ .tab1,
#pregunta2:checked ~ .tab2,
#pregunta3:checked ~ .tab3,
#pregunta4:checked ~ .tab4,
#pregunta5:checked ~ .tab5,
#pregunta6:checked ~ .tab6,
#pregunta7:checked ~ .tab7
{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
label{
    display: block;
    cursor: pointer;
}
.card img{
	height:120px;
	width:120px;
	margin: auto;
}

input[type="submit"]{
	background-color:#ec7700;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select{
	border-color:#ec7700;
}

.work{
	padding:25px;
}

.contactanos{
	padding:25px;
}
#box-container{
	display:flex;
}

#box-2{
	margin:auto;
}

.btn-primary{
	color: white !important;
	display:grid;
	background:#001a70;
}

.inside-article a, .paging-navigation a, .comments-area a, .page-header a{
	color: #ea7600;
	
}

//SERVICIOS RESPONSIVE//
.imagen{
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}
.texto{
  padding-right: 25px;
}
.texto-mobile{
  padding: 0px 15px 0px 15px;
}
summary{
  background-color: #ec7600;
  border-style: solid;
  color: white;
  padding: 15px;
}

.iconos{
  width: 100px;
}
    .contenedor{
      max-width: 1240px;
      margin-top: 20px;;
      width: 100%;
      display: grid;
      grid-template-columns: 50% 50%;
      text-align: justify;
      
    }
    dl, ol, ul{
      margin-bottom: 0px;
    }

    @media only screen and (max-width: 600px) {
      .faq {
        display: none;
      }
    }

    @media only screen and (min-width: 600px) {
      .faq-mobile {
        display: none;
      }
    }

    .faq-mobile{
      text-align: justify;
    }

    .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
      background-color: white;
      color: orange;
    }
    p{
      margin-bottom: 0px;
    }
/*Botones contactar*/
.btn{
background-color: #001a70 !important;
}

.btn a{
color: white;
}
a{
color:white;
}

a:active {
  color: #001a70;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background: #001a70 !important;
	color: white !important;
	border-radius: 15px;

}