/* CSS Document */


body {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	
	
}

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

.fondo-nav{
background-color: #e8e9f1;
	height: 120px;
	
	}

.bg-blanco{
	background-color: #e4e7f3;
	-webkit-box-shadow: 2px 3px 21px -2px rgba(0,0,0,0.5);
-moz-box-shadow: 2px 3px 21px -2px rgba(0,0,0,0.5);
box-shadow: 2px 3px 21px -2px rgba(0,0,0,0.5);
}



.lead{
	
	    margin-top: 25px;
	font-size: 1.1rem !important; 
}


.navbar{
    padding: 1.5%;
}


.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
    background-color: #02bee0;
	margin: 5px;
}




#logo{
	width: 30%;
    float: left;
    margin-right: 20%;
}

.logo-sent {
    width: 40%;
    margin: auto;
    height: auto;
    /* float: left; */
    /* min-height: 200px; */
    text-align: center;
    padding: 2%;
}


#leyenda{
	color: #015496;
	font-family: 'Merriweather', serif;
	font-size: 22px;
	float: left;
	width: 43%;
    padding: 2%;
}

#menu{
	width: 50%;
	float: left;
	border-top: 3px solid #015496;
}



#clientes{
	text-align: center;
}

.logos-clientes{
	font-size: 25px;
	padding: 10px;
}


#contacto{
	text-align: center;
	background-color: #02bee0;
	overflow: hidden;
	color: #fff;
	
}

#servicios{
	background-color: #dd9b23;
    padding: 3%;
	text-align: center;
}



#logos-clientes{
    text-align:center;
	list-style:none;
}
#logos-clientes li{
    display: inline-block;
	margin: 8px;
}

#logos-clientes li img {
	height: 50px;
}


#info-contacto{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
}

#datos-contacto{
	width: 33%;
	float: left;
		
}

#formulario{
	width: 33%;
	float: left;
background-color: #d4d1d1;
    padding: 1%;
}

#mapa{
	width: 100%;
	margin: 0%;
		
}


h3{
	color: #015496 !important;
	font-family: 'Merriweather', serif;
	font-size: 2rem;
}


h2{
	color: #015496 !important;
	font-family: 'Merriweather', serif;
	font-size: 1.2rem;
}


.servicios1{
	padding: 4%;
	
}

.servicios2{
	padding: 4%;
	background-color: #dcdcdc;
	
}


.titulo-servicios{
	color: #dd9b23;
	font-size: 2rem;
	line-height: 2.2rem;
	display: block;
}


.text-amarillo{
	color: #ffe9c1;
	}

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



.servicio{
	width: 23%;
    margin: 1%;
    float: left;
}



.centro{
	width: 100%;
	text-align:center;
	margin-bottom:20px;
	}



.card {
	
	text-align: left !important;
}












#myTab{
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0px;
}

.tab-content{
	width: 100%;
	height: auto;
	float: left;
	padding: 3%;
	overflow: hidden;
}

.nav-tabs .nav-link {
    border: 1px solid #fff;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background-color: #ccc;
    color: #da3400;
}




.text-primary {
    color: #e8e9f1!important;
}



.link1 {
    color: #015496;
	text-decoration: none;
	font-weight: 300;
}

.link1:hover {
    color: #ccc;
	text-decoration: none;
}




.btn-primary {
    color: #fff;
    background-color: #425175;
    border-color: #698de0;
}

.btn-primary:hover {
    background-color: #666;
	border-color: #333;

}


.mt-5, .my-5 {
    margin-top: 1rem!important;
}



/* IMAGE OVER EFFECT */

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #da3400;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
      text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    position: relative;
    font-size: 22px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: rgb(2,2,2,0.7);
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
	text-decoration: none;
}

.hovereffect a, .hovereffect p {
  color: #FFF;
line-height: 50px;
	font-size: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
	text-decoration: none;
}


.navbar-nav .active{
	color: #02bee0 !important;
}

.navbar-dark .navbar-nav .nav-link {
	/*background-image: linear-gradient(#3f4866, #e4e7f3);*/
   color: #02bee0;
    font-size: 16px;
    font-family: 'Merriweather', serif;
    text-align: center;
	   /* line-height: 100px;
    margin-right: 1px;*/
}


.navbar-dark .navbar-nav .nav-link:hover {
   color:#02bee0 ;
	
}

.dropdown-menu {   
    background-color: #02bee0;
	border: none;
	padding: 10px;	
}


.dropdown-item {

    color: #fff;

}


.dropdown-menu li a{   
    line-height: 30px;
	color: #fff;
	text-decoration: none;
}

.dropdown-menu li a:hover{   
	color: #da3400;
}



#servicios-maritimos{
	padding: 6% 0%;
	background:url(../imagenes/maritimos.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    overflow-x: hidden;
    width: 100%;

}

#servicios-terrestres{
	padding: 6% 0%;
	background:url(../imagenes/construccion2.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    overflow-x: hidden;
    width: 100%;

}


#trabajos-destacados{
	padding: 6% 0%;
	background:url(../imagenes/tuberias.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    overflow-x: hidden;
    width: 100%;

}


.base-color{
	background-color: rgba(255,255,255,0.7);
	padding: 4%;
	border-radius: 15px;

}


.bg-imagen{
	padding: 6% 0%;
	background:url(../imagenes/fondo5.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    overflow-x: hidden;
    width: 100%;

}

.frase{
	background-color: #015496;
	font-family: 'Merriweather', serif;
	width: 100%;
    text-align: center;
    padding: 5%;
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;  
    font-style: italic;
}




.carousel-caption {
   bottom: 25% !important;
    background-color: rgba(99, 105, 117, 0.7);
    padding: 1px 10px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    font-style: italic;
	border-radius: 12px;
}

/*
.carousel-caption h5 {
    
}*/




.texto2{
	color: #02bee0;
	font-family: 'Merriweather', serif;
	
}



.titulo-seccion{
	text-align: center;
	margin-bottom: 30px;
	
}

section {
    padding: 50px 0;
}


.puertos{
background-color: #02bee0;
    padding: 5%;
    color: #fff;
    text-align: center;
	font-size: 17px;
	border-radius: 12px;
}




/*==========  accordion  =============*/
.card {
    background-color: #da3400;
    margin: 2px;

}


.card-body {
 
    background-color: #e4c48a;
    border: none;
	padding: 5%;
}


.btn-servicios{
	background: none;
	margin: 0% 1.5%;
}

#inicio p{
	text-align: justify;
}


.btn-link2 {
    color: #02bee0;

    background-color: transparent;
    border-color: transparent;
	text-decoration: none;
}

.btn-link2:hover {
    color: #ccc;

    background-color: transparent;
    border-color: transparent;
	text-decoration: none;
}


#footer{
	width: 100%;
	float: left;
	padding-bottom: 20px;
	height: auto;
	overflow: hidden;
	background-color: #343a40!important;
}

.pb-5, .py-5 {
    padding-bottom: 5rem!important;
}





/*==========  FORMULARIO  =============*/

#contact-form{
	    /*background-color: #a6abc3;*/
    margin: 1%;
    padding: 2%;
    color: #fff;
	text-align: left;
}

.text-muted {
    color: #ffffff!important;
}




	.medio{
	width: 44%;
    margin: 3%;
    float: left;
}






/*==========  media query  =============*/

@media (max-width: 600px) {
	
	.logo-sent {
    width: 80%;
    margin: auto;
    height: auto;
    /* float: left; */
    /* min-height: 200px; */
    text-align: center;
    padding: 2%;
}
	
	
	
	
	#menu{
	width: 100%;
	float: left;
		text-align: right;
		border-top: none;
		
}	
	
	#slider{
margin-top: 250px;
}
	
	.servicio,
	.medio{
	width: 94%;
    margin: 3%;
    float: left;
}
	
	
	.base-color{
		margin: 3%;

	padding: 5%;
		width: 94%;

}

	
	
	
#datos-contacto,
	#mapa{
	width: 100%;
	float: left;
		
}
	
	
#formulario{	
	padding: 5%;
	width: 100%;
	float: left;
		
}
	
	
	
	#slider {
    margin-top: 230px;
}

	
.nav-item	{		
	background-color: #015496;
    text-align: center;
    border-bottom: 1px solid #fff;
	color: #fff
		}

	.service-box{
		border-bottom: 1px solid #dcbe87;
    padding-bottom: 20px;
	}
	
	
	h2 {
    font-size: 1.1rem;
}
	.servicios1,
	.servicios2{
		padding: 8%;

	}
	
	.fa-4x {
    font-size: 2em !important;
}

	
	#footer-left{
		width: 100%;
		text-align: center;	
		padding: 1%;
		margin-top: -3%;
	}
	
	
	#footer-right{
		width: 100%;
		color: #ccc;
		text-align: center;	
		padding: 2% 1%;
		padding-bottom: 10px;
		line-height: 20px;
	}
	
	
	
	.frase{
    padding: 10%;
	}
	
	
}




@media (min-width: 601px) and (max-width: 900px){
	
	
	#logo,
	#leyenda,
	#menu{
	width: 33%;
	float: left;
		
}
	
	
	.base-color{
	background-color: rgba(255,255,255,0.7);
	padding: 5%;

}
	
	
	#slider{
margin-top: 180px;
}
	
	.servicio{
	width: 46%;
    margin: 2%;
    float: left;
}
	
	#formulario,
#datos-contacto{
	width: 50%;
	float: left;
		
}
	

#mapa{
	width: 100%;
	float: left;
		
}
	
	.servicios1,
	.servicios2{
		padding: 8%;

	}
	
	.nav-item	{		
	background-color: #015496;
    text-align: center;
    border-bottom: 1px solid #fff;
		}
	
	.service-box{
		border-bottom: 1px solid #dcbe87;
    padding-bottom: 20px;
	}
	
	#footer-left{
		width: 100%;
		text-align: center;	
		padding: 1%;
		margin-top: -3%;
	}
	
	
	#footer-right{
		width: 100%;
		color: #ccc;
		text-align: center;	
		padding: 2% 1%;
		padding-bottom: 10px;
		line-height: 20px;
	}
	
	
	


}

@media (min-width: 901px) {

	#slider{
	margin-top: 120px;
	}
	
	#footer-left{
	color: #ccc;
	width: 50%;
	float: left;
	text-align: left;
	padding: 1%;
	margin-top: -1%;
}

#footer-right{
	color: #ccc;
	width: 50%;
	float: right;
	text-align: right;	
	padding: 1%;
	margin-top: -1%;
	padding-bottom: 20px;
}
	
}

@media (max-width: 992px) {
#menu {
		width: 100%;
    float: right;
    border-top: 0px;
    text-align: center;
	}
	
		#logo{
	width: 80%;
	float: left;
	margin: 0% 10%;
		
}
	
	#slider {
    margin-top: 90px;
		
		}
	
	.w-200 {
    width: 250%!important;
}
	
	img {
    max-width:none;
    height: auto;
}
	
	
	
}