.ancho-maximo {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}
.cont100, .floatl100 {
    float: left;
    width: 100%;
}
.seccion-portada {
  padding: 100px 0 !important;
}
a {
    color: #3982ad;
}
.oculto {
  display: none;
}
.t {
	transition-duration: 0.5s;
}
.t2 {
	transition-duration: 2s;
}
.fuente52 {
    font-size: 52px;
}
.fuente20 {
    font-size: 20px;
}
.fuente22 {
  font-size: 22px;
}
.mayusculas {
    text-transform: uppercase;
}
.negrita {
    font-weight: 700;
}
.medio-negrita {
  font-weight: 500;
}
.fcblanco {
    color:#fff;
}
strong {
  font-weight: 500;
}
.margen-s-40px {
    margin-top: 40px;
}
.margen-i-40px {
    margin-bottom: 40px;
}
.padding-s-40px {
    padding-top: 40px;
}
.padding-i-40px {
    padding-bottom: 40px;
}
.netto {
    font-family: netto;
}
.nettobold {
    font-family: nettobold;
}
.nettolight {
    font-family: nettolight;
}
.bcgris {
  background: #f4f4f4;
}
.bcnegro {
    background-color: #212121ff;
}
.fcblanco {
    color: #fff;
}
.alinea-izquierda {
  text-align: left;
}
.alinea-derecha {
  text-align: right;
}
.alinea-centro {
    text-align: center;
}
.alinea-justificado {
    text-align: justify;
}
.bcazul-aldimesa {
    background: #3982ad;
}
.fcazul-aldimesa {
    color: #3982ad;
}
.boton-volver {
  display: inline-block;
  border-radius: 5px;
  margin: 40px auto;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  background-color:#3882ae
}
.animated {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  
  .animated.hinge {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  
  .animated.hinge2 {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
  .boton {
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    background-color: #01c2d4;
    color: #fff;
  }
  .select2-container {
    text-align: left !important;
}

.select2-selection__rendered {
    line-height: 41px !important;
}

.select2-container .select2-selection--single {
	border: none !important;
	height: 45px !important;
	box-shadow: 0 2px 2px #cdcdcd !important;
}
.select2-selection__arrow {
    height: 44px !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #888 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #2f3640 !important;
  margin-left: 38px;
}

.select2-selection--single, .select2-selection--multiple {
	border-radius: 5px !important;
	border-width: 0 0 2px 0 !important;
	height: auto !important;	
}
.select2-container--default .select2-selection--multiple {
	border-color: #fafafa !important;
}
.select2-search, .select2-search--inline {
	border-bottom: none !important;
	width: auto !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	border: none !important;
	padding-left: 15px !important;
	/*padding: 10px !important;*/
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 4px !important;
    color: #c0392b !important;
    font-size: 14px !important;
    position: absolute;
    top: 0;
    left: 4px;
    width: 100%;
    height: 100%;
	z-index: 1;
} 
  
  
  
  
  
  @-webkit-keyframes bg-scrolling-reverse {
    100% { background-position: 500px 0px; }
  }
  @-moz-keyframes    bg-scrolling-reverse {
    100% { background-position: 500px 0px; }
  }
  @-o-keyframes      bg-scrolling-reverse {
    100% { background-position: 500px 0px; }
  }
  @-ms-keyframes         bg-scrolling-reverse {
    100% { background-position: 500px 0px; }
  }
  @keyframes         bg-scrolling-reverse {
    100% { background-position: 500px 0px; }
  }
  
  @-webkit-keyframes bg-scrolling {
    0% { background-position: 500px 0px; }
  }
  @-moz-keyframes    bg-scrolling {
    0% { background-position: 500px 0px; }
  }
  @-o-keyframes      bg-scrolling {
    0% { background-position: 500px 0px; }
  }
  @-ms-keyframes         bg-scrolling {
    0% { background-position: 500px 0px; }
  }
  @keyframes         bg-scrolling {
    0% { background-position: 500px 0px; }
  }
  