/** Estilos adicionales para sitio COL **/
/**
Copyright 2011-2019 canchasOnline
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Droid+Sans');
@import url('https://fonts.googleapis.com/css?family=Arimo');
@import url('https://fonts.googleapis.com/css?family=Roboto');

@font-face {
    font-family: "Helvetica Neue bold";
    src: url("../fonts/especiales/helveticaneue-bold-webfont.eot");
    src: 
        url("../fonts/especiales/helveticaneue-bold-webfont.woff") format("woff"),
        url("../fonts/especiales/helveticaneue-bold-webfont.ttf") format("truetype"),
        url("../fonts/especiales/helveticaneue-bold-webfont.svg#svgFontName") format("svg");
  }

  @font-face {
    font-family: "Helvetica Neue ultra light";
    src: url("../fonts/especiales/HelveticaNeue-UltraLight.eot");
    src: 
        url("../fonts/especiales/HelveticaNeue-UltraLight.woff") format("woff"),
        url("../fonts/especiales/HelveticaNeue-UltraLight.ttf") format("truetype"),
        url("../fonts/especiales/HelveticaNeue-UltraLight.svg#svgFontName") format("svg");
  }

body {
  font-family: 'Open Sans',Arial,Helvetica,Sans-Serif !important;
}

#intro { 
	background: url(../img/bckgrnd-imgs/Fondo-col-PLX-02.jpg) 50% 0 fixed;
	height: auto;  
	margin: 0 auto; 
	width: 100%; 
	position: relative; 
}

.imgContainer{
  float:left;
}

/******************************/
/****** CUSTOM BORDERS ********/
/******************************/

.borderAll {
  border: 1px solid #d4d4d4;
}

.borderGrisAllRound3px {
	border:1px solid #d4d4d4;
	border-radius:3px;
}

.borderAzulGrisAllRound3px {
	border:1px solid #AAB7C4;
	border-radius:3px;
}

.borderGrisAllRound5px {
	border:1px solid #d4d4d4;
	border-radius:5px;
}

.borderBottomGris {
	border-bottom:1px solid #d4d4d4;
}

.borderTopGris {
	border-top:1px solid #d4d4d4;
}

.borderBottom {
  border-bottom: 1px solid #D4D4D4;
}

.borderBottomVerde {
	border-bottom: 2px solid #72c02c;
}

.borderTopVerde {
  border-top: 1px solid #72c02c;
}

.borderTopVerdeDotted {
	border-top: 1px dotted #72c02c;
}

.borderBottomVerdeDotted {
	border-bottom: 1px dotted #72c02c;
}

.borderTop {
  border-top: 1px solid #D4D4D4;
}

.borderLeftGris2px {
  border-left: 2px solid #cccccc;
}

.borderLeftGris4px {
  border-left: 4px solid #cccccc;
}

.bordeSup {
  border-top: 1px solid white;
  padding-top: 15px;
}

.bordeInf {
  border-bottom: 1px solid white;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

/******************************/
/*** FIN CUSTOM BORDERS *******/
/******************************/

/******************************/
/***** ESTILOS CAROUSEL *******/
/******************************/

.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 70%;
      margin: auto;
  }
/******************************/
/*** FIN ESTILOS CAROUSEL *****/
/******************************/

/* Estilos para Footer */
footer { background-color:#0c1a1e; min-height:350px; font-family: 'Open Sans', sans-serif; }
.footerleft { margin-top:50px; padding:0 36px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footerleft p { color:#fff; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footerleft p i { width:20px; color:#999;}


.paddingtop-bottom {  margin-top:50px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 
 .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
 .icon-ul li { line-height:75px; width:100%; float:left;}
 .icon { float:left; margin-right:5px;}
 
 
 .copyright { min-height:40px; background-color:#000000;}
 .copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
 .heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
 .post p { font-size:12px; color:#FFF; line-height:20px;}
 .post p span { display:block; color:#8f8f8f;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}
 /* cierre Estilos para Footer */