@import 'https://fonts.googleapis.com/css?family=Lato:300';


@font-face {
    font-family: 'klav';
    src: url('../fuentes/klavika-light-webfont.woff2') format('woff2'),
        url('../fuentes/klavika-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



.dropdown-menu
{
     background: #3a3a3a;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #00237f, #3a3a3a);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right,#006784, #00237f);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-family: 'klav';
    border-radius: 6px;
    box-shadow: 0px 0px 4px 2px rgba(255,255,255,255);
     font-size: 18px;
}
.dropdown-menu :hover
{
    background: #3a3a3a;
}
/*********************************/
.card-text1
{
    font-size: 16px;
    margin-top: 1px;
    margin-top: -38px !important;
}

.card-deck
{
    font-family: 'klav';
}
.card-body
{
    margin-top: -5px !important;
}

/*******************diagonal div************************/
/*******/


/*******************Nuestras marcas************************/
.jumbotron
{
   background: #3a3a3a;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right,#00237f,#00237f);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #006784,#0a0f44);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-family: 'klav';
    color:white;
}
.marcas h1 {
    font-family: 'klav';
    text-align: center;
}

.marcas .le {
    font-family: 'klav';
    text-align: center;
    font-size: 28px;
}

/********************card ********************/
.card-deck {
    font-family: 'klav';
}

/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

footer {
    background: #000000;
    /* fallback for old browsers */
     background: linear-gradient(to right,#006784, #00237f);
    /* Chrome 10-25, Safari 5.1-6 */
   background: linear-gradient(to right,#006784, #00237f);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: relative;
    padding-top: 80px;
    padding-bottom: 60px;
}

footer h2 {
    color: #ffffff;
}

.footer-link {
    margin: 0;
    padding: 0;
}

.footer-link li {
    display: block;
    list-style: none;
    margin: 5px 10px 5px 0;
}

footer p,
footer span,
.footer-link li a {
    color: #d9d9d9;
}

.copyright-text p,
.footer-bottom .phone-contact p {
    font-size: 14px;
}

.footer-info p {
    margin-right: 4em;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 5em;
    padding-top: 3em;
}

.footer-bottom .phone-contact,
.footer-bottom .social-icon {
    display: inline-block;
    vertical-align: top;
   
}

.footer-bottom .phone-contact {
    margin-right: 40px;
}

.footer-bottom .phone-contact span {
    font-weight: 500;
    display: inline-block;
    margin-left: 10px;
}




/***********************************************************************************************************/
.datos {
    width: 100%;
}

.datos h2 {
    font-family: Klav;
    text-align: center;
    padding: 20px;
}

/* Slider */

.slick-slide {
    margin: 0px 20px;

}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    font-family: Klav;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*********************************/


/*----- Genral Classes start ------*/



.list-unstyled {
    padding: 0px 125px;
	
	list-style: none;
}
.list-inline li {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
    padding:  5px;
}
/*---- Genral classes end -------*/

/*Change icons size here*/
.social-icons .fa {
	font-size: 1.8em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa{ 
	border-radius: 50%;
      
}



.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}
 

.social-icons .fa-facebook,.social-icons .fa-facebook-square{background-color:#3C599F;}  
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:#32CCFE;} 

 
/*****************/


/*footer*/
.col_white_amrc {
    text-align: center;
    font-family: 'klav';
    color: #ffff;
}



footer {
    width: 100%;
    background-color: #ffff;
    min-height: 250px;
    padding: 10px 0px 25px 0px;
    font-family: Klav;
     font-size: 19px;

}

.pt2 {
    padding-top: 40px;
    margin-bottom: 25px;
    
}

/**********datos de informacion de footer**********/
footer p {
    font-size: 13px;
    color: #fff;
    padding-bottom: 0px;
    margin-bottom: 8px;
    font-family: 'Klav';
     font-size: 19px;
}
footer li{
    font-size: 13px;
    color: #fff;
    padding-bottom: 0px;
    margin-bottom: 8px;
    font-family: 'Klav';
     font-size: 19px;
}

.mb10 {
    padding: 5px;
    padding-bottom: 15px;
    font-family: 'klav';
    text-align: justify;
    width: 100%;
}

.footer_ul_amrc {
    width: 100%;
    margin: 10px;
    list-style-type: none;
     font-size: 19px;
    padding: 0px 0px 15px 0px;
    font-family: 'Klav';
   
}

.footer_ul_amrc  ul{
    color:white;
    font-family: 'Klav';
   
}
.footer_ul_amrc  li{
    width: 100%;
    color:white;
    font-family: 'Klav';
   
}
.footer_ul_amrc  a
{
    color: white;
      font-family: 'Klav';
   
    
}
.footer_ul_amrc li {
    padding: 0px 0px 10px 0px;
}

.footer_ul_amrc .fab{
    z-index: 1000000;
    
}

.footer_ul_amrc li a:hover {
    color: #fff;
    text-decoration: none;
    font-family: 'Klav';
    font-size: 19px;
}

.fleft {
    float: left;
}

.padding-right {
    padding-right: 10px;
}

.footer_ul2_amrc {
    text-align: center;
    font-family: 'klav';
  font-size: 19px;
    margin:0px;
    list-style-type: none;
    margin-top: 30px;
    
   
}

.bottom_border {
    border-bottom: 2px solid #ffff;
    padding-bottom: 30px;
    
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.foote_bottom_ul_amrc li {
    display: inline;
}

.foote_bottom_ul_amrc li a {
    color: #fff;
    margin: 0 7px;
}

/******redes****/

.social_footer_ul {
    display: table;
    margin: 15px auto 0 auto;
    list-style-type: none;
}

.social_footer_ul .fb:hover {
    -webkit-transform: scale(0.9);
    transform: scale(1.1);
}

.social_footer_ul .tw:hover {
    -webkit-transform: scale(0.9);
    transform: scale(1.1);
}

.social_footer_ul li {
    padding-left: 20px;
    padding-top: 10px;
    float: left;
}

.social_footer_ul li .fb {
    color: #00237f;
    border: 1px solid #3a3a3a;
    padding: 8px;
    border-radius: 50%;
}

.social_footer_ul li i {
    width: 20px;
    height: 20px;
    text-align: center;
}

.text-center {
    font-family: 'klav';
    font-size: 19px;
}


/**************heder******************/



/* footer social icons */


.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
 {
  color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li i {
  margin: 0;
  line-height: 40px;
  text-align: center;
}



.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
    margin: 150px;
}

a {
  background-color: #D3D3D3;
}



/************Banner para todos************/

/*****************************/
.row .d-block, h3
{
    text-align: center;
    padding: 15px;
}
.row .d-block  {
    background:none!important;
    padding: 15px;
}
.col-lg-4 .img-fluid
{
    background:none!important;
    padding: 15px;
}
/*****************************/

/*****************************/
.row .d-block, h3
{
    text-align: center;
    padding: 15px;
}
.row .d-block  {
    background:none!important;
    padding: 15px;
}
.col-lg-4 .img-fluid
{
  
    background:none!important;
    padding: 15px;
}
