
/* ==========================================================================
   New Styles
   ========================================================================== */



.iconosimg{
 	margin-right:10px;
  }

.marginabout{
  margin-top: 75px;
  }

.about_bottom_content{
 margin-top: 100px;
}


.iconosize{
	width: 30px;
}

.marginforicons{
	margin-bottom: 25px;
}


/* ==========================================================================
      Slider
   ========================================================================== */
.h1slider{
    font-size: 50px;
    color: white;
    font-weight: bold;
    text-align: center;
    text-shadow: 3px 3px 12px black;
    background: #1661a2bd;
    padding: 20px;
    box-shadow: 0 0 20px 5px #00000057;
    border-radius: 3px;
}

/* ==========================================================================
      Features
   ========================================================================== */
#features{

}

.shadowfeatures{
  box-shadow: 14px 16px 20px 0px #6f6f6f61;
  background: #25315B;
}

.imgfeatures{
  width: 100%;
}

.margibligero{
  padding: 5px;
}

.paddinfetures{
  padding: 10px 0px 10px 20px;
}

.marginfeatures01{
  margin-top: 5%;
}

.clearpadding{
  padding: 0;
}

.h2features{
  font-weight: bold;
  font-size: 18px;
  color: white;
  border-bottom: 1px solid;
}

.pfeatures{
  font-size: 16px;
  color: #ccc;
}

.imgsvgfeatures{
  /*width: 170px;*/
  height: 100%;
}

.imgsvgfeatures01{
  font-size: 170px;
}

/* ==========================================================================
   Services
   ========================================================================== */

   .fondotexth3{
    background: #25315B;
   	padding: 10px;
   	font-family: 'Raleway', sans-serif;
   	font-weight: 700;
   	text-align: center;
   	color: white;
   }

.marginservices{
	margin-top: 170px;
}

.marginservices02{
	margin-top: 50px;
}

.modalmargin{
	margin-top:250px;
	margin-left: 46%;
}
/* ==========================================================================
  					Modal
   ========================================================================== */

.paddingboton{
	padding: 10px;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	background: #094B7F;
	color: white;
  width: 150px;
	box-shadow: 0px 0px 0px 6px #2f6594;
}




.w3-button:hover {
    color: #000;
    background-color: #ccc;
}

.intermodalh2{
	font-family: 'Raleway', sans-serif;
	text-align: center;
	background:#094B7F;  /* fallback for old browsers */
  	color: white;
    padding-top: 10px;

}

.w3-teal, .w3-hover-teal:hover {
    color: #fff!important;
    background-color: #094B7F !important;

}

.footermodal{
	margin: 0 auto;

}

.telefons{
	width: 70px;
	height: 70px;
	background: url(https://media.giphy.com/media/hbzn3szKbgCKk/giphy-downsized.gif)no-repeat;
	background-size: 70px 70px;
	float: left;


}

.atelefons{
	padding: 10px;
	margin-top: 10px;
	position: absolute;
	font-size: 18px;
}

.atelefons:hover{
	color:#052D4C;
}


.intermodal02h2{
	font-family: 'Raleway', sans-serif;
	text-align: center;
	background:#094B7F;  /* fallback for old browsers */
  	color: white;
  	font-weight: 500;
}

.alineacionitem{
	margin:0 0 0 35%;
}

.listawork li{
	list-style: none;
    font-size: 12px;
    font-weight: 700;
    color: black;
    box-shadow: inset 0px 0px 1px 0px #002198;
    text-align: left;
    padding: 5px;

}


.listawork ul{
	padding: 30px 0; 
}


/* ==========================================================================
            Section EXTRA
   ========================================================================== */

  #secextra{
    padding: 125px 0;
    background: red;
    height: 600px;
   
    background: url('../images/background/backsection.webp')no-repeat center center;
    background: cover;
  }


.divsection{

  position: relative;
  padding: 30px 0;
  top:25%;
  background: #094b7f94;
}

.h2section{
  text-align: center;
  color: white;

}

.spansection{
  font-size: 2.5em;
  color:white;
  text-shadow: 4px -1px 5px black;

  font-family: 'Anton', sans-serif; 


}

.psection{
  text-align: center;
   color: white;
   font-size: 18px;
   font-weight: 400;
  text-shadow: 2px 1px 1px black;
}




/* ==========================================================================
          Map Section
   ========================================================================== */


   .mapsec{
   
    width: 100%;
    height: 450px;    
  }




/* ==========================================================================
         Footer
   ========================================================================== */


   .h2footer{
    text-align: center;
    color: white;
   }
   .pfooter{
    text-align: center;
    color: white;

   }

   .marginfooter01{
        margin-bottom:20px;
   }

   .infomargin-top{
    margin-top: 50px;

   }

   .info-afooter{
    color:yellow;
   }
  
   


/* ==========================================================================
       Animation
   ========================================================================== */


.vaiven{
  
  -webkit-animation:1s vaiven 1 ;
  -moz-animation:1s vaiven 1 ;
  -ms-animation:1s vaiven 1 ;
  -o-animation:1s vaiven 1 ;
  animation:1s vaiven 1 ;
}

@-webkit-keyframes vaiven{
  

  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  
}

@-moz-keyframes vaiven{
  

  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  
}
@-o-keyframes vaiven{
  

  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  
}




/* ==========================================================================
       Animation
   ========================================================================== */