@charset "UTF-8";
/*
 * Modificaciones personales
 * El Archivo emovi.css contiene los estilos CSS personalizados del site.
 * @author Sergio Gabriel Navarro Márquez
 * eMovilidad, Soluciones en Tecnología
 * 
*/
/**********************************		Inicia Sección   */
/**********************************		Termina Sección   */
/**********************************		Inicia Sección Fonts */
@font-face {
  font-family: 'emoviFontNormal';
  src: url(../fonts/glyphicons-halflings-regular.ttf);
  font-stretch: extra-condensed;
  font-style: oblique; }

@font-face {
  font-family: 'museo300';
  src: url("../fonts/Museo300-Regular-webfont.woff2") format("woff2"), url("../fonts/Museo300-Regular-webfont.woff") format("woff"), url("../fonts/Museo300-Regular-webfont.ttf") format("truetype"), url("../fonts/Museo300-Regular-webfont.svg#museo300") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'museo500';
  src: url("../fonts/Museo500-Regular-webfont.woff2") format("woff2"), url("../fonts/Museo500-Regular-webfont.woff") format("woff"), url("../fonts/Museo500-Regular-webfont.ttf") format("truetype"), url("../fonts/Museo500-Regular-webfont.svg#museo500") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'museo700';
  src: url("../fonts/Museo700-Regular-webfont.woff2") format("woff2"), url("../fonts/Museo700-Regular-webfont.woff") format("woff"), url("../fonts/Museo700-Regular-webfont.ttf") format("truetype"), url("../fonts/Museo700-Regular-webfont.svg#museo700") format("svg");
  font-weight: normal;
  font-style: normal; }

/**********************************		Termina Sección Fonts */
/*html, body {height:100%}*/
html, body {
  height: 100%; }

html {
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*:not(img), *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body#emovihome {
  padding-top: 200px;
  padding-bottom: 0;
  font-family: "museo300", Arial, Gadget, sans-serif;
  color: #666666;
  font-size: 12px;
  background-color: #A6192E;
  overflow: scroll; }

body#emovihome h3 {
  color: #FFFFFF; }

h3.full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  color: #FFFFFF;
  font-family: "museo700", Arial, Gadget, sans-serif;
  letter-spacing: 1.5px;
  margin: 0; }

body#emovihome .container {
  height: 100%;
  /*overflow: hidden;*/ }

/******************************  Backgrounds */
.emovidemo {
  width: 75%;
  height: 500px;
  margin: auto;
  border-radius: 10px;
  background-color: #2d2d2d; }

.emovishad {
  margin: auto;
  position: relative;
  background: #002F5E;
  padding: 7px 7px;
  -webkit-box-shadow: inset 0px 0px 25px -1px rgba(0, 0, 0, 0.75), inset 0px 0px 25px -1px rgba(0, 0, 0, 0.75);
          box-shadow: inset 0px 0px 25px -1px rgba(0, 0, 0, 0.75), inset 0px 0px 25px -1px rgba(0, 0, 0, 0.75); }

.bckesquinared {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1000;
  background-color: #FFFFFF;
  background-image: url(../svg/bckgds/esquinared.svg);
  background-position: right bottom;
  /*background-attachment: fixed;*/
  background-size: 50vmin 50vmin;
  background-repeat: no-repeat; }

.bckchilesrojos {
  background-color: transparent;
  background-image: url(../images/backgds/bckchilesrojos.jpg);
  background-position: left center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat; }

.bckmanzanos {
  background-color: transparent;
  background-image: url(../images/backgds/bckmanzanos.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat; }

.bckmarypat {
  background-image: url(../svg/bckgds/marybck.svg);
  background-size: 43.281px 42.04px; }

.bckverde {
  background-color: rgba(68, 136, 62, 0.6); }

.bcknegro {
  background: black;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.75); }

.bckceniza {
  background-size: 60px 30px;
  background-image: url(../svg/bckgds/screen1.svg); }

.bcktramametal {
  background-size: 20px 20px;
  background-image: url(../svg/bckgds/tramametal.svg); }

.bckholes {
  background-size: 20px 20px;
  background-image: url(../svg/bckgds/holes.svg);
  height: 145px;
  background-color: #154734; }

/*																	Terminan Backgrounds*/
hr.dropshadow {
  height: 10px;
  border: 0;
  margin: 10px 0px;
  -webkit-box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.85);
          box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.85); }

/******************************  Inicia Sección Intro y define SVG */
svg#definesvg {
  position: absolute;
  top: -20000px;
  left: -20000px; }

/******************************  Sección Intro SVG*/
#introsvg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #A6192E;
  z-index: 1000; }

/******************************  PaddingHack svg Intro y others ****/
#wrapintro {
  position: relative;
  height: 0;
  width: 80%;
  padding-top: 60%;
  opacity: 0;
  *border: 1px #F9A136 solid;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000; }

#svgintro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: transparent; }

#svgMenuWrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 10px;
  -webkit-transition: padding-top 375ms ease-out;
  transition: padding-top 375ms ease-out; }

svg.padhacksvg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: transparent;
  border: none; }

/******************************  Termina Sección de Vectores SVG ****/
/******************************  Inicia Sección Menú Principal  ****/
#emovinavbar {
  position: fixed;
  top: 0;
  left: 0;
  height: 200px;
  width: 100%;
  padding: 0px;
  background-color: #A6192E;
  background-image: url(../images/backgds/chillihdrback144.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 900;
  -webkit-transition: height 550ms ease-out;
  transition: height 550ms ease-out; }

#emovinavbar.oculta {
  height: 10px; }

#emovinavbar.oculta #svgMenuWrapper {
  padding-top: 10px; }

#emovinavmenu {
  background-color: transparent; }

#svgmenuppal {
  height: 100%;
  width: 100%; }

#alogoemovi {
  cursor: pointer; }

svg#marysvgmenuppal {
  position: absolute;
  top: 50%;
  margin-top: -120px;
  height: 240px;
  left: 50%;
  margin-left: -120px;
  width: 240px;
  display: block;
  overflow: visible; }

.menuOption {
  cursor: pointer; }

/******************************  Termina Sección Menú Principal  		***/
/*****************************			Inicia Sección main 			*******/
#main {
  height: calc(100% - 10px);
  /*background-color: rgba(255,255,255,0.26);*/ }

.seccion {
  position: relative;
  letter-spacing: 0.05em;
  height: calc(50% - 10px);
  /*border: 1px #c60000 solid;*/
  overflow: scroll;
  font-family: "museo500", Arial, Gadget, sans-serif;
  font-size: 20px;
  color: #000000; }

#footertemp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  color: #FFFFFF;
  font-family: "museo700", Arial, Gadget, sans-serif;
  letter-spacing: 1.5px;
  margin: 0;
  height: 200px;
  background-color: #A6192E;
  position: relative; }

/******************				Layout Grid Horizontal		*****************/
.gridh {
  /*Clase que genera un grid horizontal*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.gridh .ingridh1 {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  padding: 5px;
  margin: 5px;
  /*border: 1px #c60000 solid;*/ }

.gridh .ingridh2 {
  -ms-flex: 2;
  -webkit-box-flex: 2;
          flex: 2;
  padding: 5px;
  margin: 5px;
  /*border: 1px #c60000 solid;*/ }

.gridh .ingridh3 {
  -ms-flex: 3;
  -webkit-box-flex: 3;
          flex: 3;
  padding: 5px;
  /*border: 1px #c60000 solid;*/ }

/******************				Utilitarios Grids		*****************/
.centra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/******************************  Termina Sección main  		***/
/**********************************				Inicia Sección SlideShow		*/
#emovisliderwrapper {
  position: relative;
  overflow: hidden;
  z-index: 400;
  -webkit-perspective: 400px;
          perspective: 400px;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%; }

.emovi-slideshow {
  /* Estilos de la <ul> lista que contiene los spans de las imágenes o slides */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  list-style-type: none;
  padding: 0;
  background-color: #44883E;
  background-image: url(../images/sliderppal/sliderbck.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none; }

#sliderscreen {
  z-index: 431;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 100%;
  color: #FFFFFF;
  /*background-color: rgba(255, 255, 255, 0.2);*/
  background-color: rgba(0, 0, 0, 0.6); }

/*******************************************		Estilos Para los Captions ***/
.slide-capt {
  /*border: 1px #c60000 solid;*/
  z-index: 426;
  opacity: 0;
  position: absolute;
  top: 8%;
  left: 8%;
  right: 8%;
  bottom: 8%;
  text-align: center;
  font-family: "museo700", Arial, sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  background-color: transparent;
  padding: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/**********************************				Estilos para los SPANS		*/
.emovi-slideshow li {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.emovi-slideshow li > span {
  /* slides */
  z-index: 425;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 7px 7px; }

/**********************************				Imágenes de los Slides		*/
#span1 {
  background-image: url(../images/sliderppal/onwood.jpg);
  background-position: 100% 50%; }

#span2 {
  background-image: url(../images/sliderppal/spoons2.jpg);
  background-position: 0% 50%; }

#span3 {
  background-image: url(../images/sliderppal/spices.jpg); }

#span4 {
  background-image: url(../images/sliderppal/redchile.jpg); }

#span5 {
  background-image: url(../images/sliderppal/spoons.jpg); }

/*******************************************		Accesorios Slide ***/
.sliderindx {
  position: absolute;
  height: 35%;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 1px);
  transform: translate3d(0, -50%, 1px);
  left: 5%;
  right: 5%;
  bottom: auto;
  background-color: transparent;
  z-index: 500;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.slidepointer {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: #FFFFFF;
  cursor: pointer;
  z-index: 500;
  -webkit-transform: translateZ(200px);
          transform: translateZ(200px); }

#slide-01.slidepointer {
  background-color: #F0B129; }

#slide-05 {
  right: 25px;
  bottom: 15px; }

#slide-04 {
  right: 25px;
  bottom: 45px; }

#slide-03 {
  right: 25px;
  bottom: 75px; }

#slide-02 {
  right: 25px;
  bottom: 105px; }

#slide-01 {
  right: 25px;
  bottom: 135px; }

/**********************************				Termina Sección Slideshow		*/
/**********************************				Forma Contacto		*/
#contacto {
  position: relative;
  letter-spacing: 0.05em;
  height: calc(100% - 125px);
  /*border: 1px #c60000 solid;*/
  overflow: scroll;
  font-family: "museo500", Arial, Gadget, sans-serif;
  font-size: 20px;
  color: #FFFFFF; }

#contacto header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  height: 20%;
  z-index: 10;
  /*padding:5%;*/
  /*border:1px solid #4DE208;*/ }

.effect-pantalla {
  background: rgba(255, 175, 0, 0) url("../images/effects/pattern.png") repeat scroll 0 0;
  /*background-color: rgba(0, 0, 0, 0.9);*/
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

#emoviform {
  position: absolute;
  color: #FFFFFF;
  font-size: 20px;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 100%;
  width: 100%;
  height: 80%;
  padding: 0 5px;
  z-index: 10;
  /*border:1px solid #4DE208;*/ }

#emoviform .formgroup {
  text-align: left;
  margin-bottom: 15px; }

#emoviform .formcontrol {
  display: block;
  width: 100%;
  height: 68px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #FFFFFF;
  background-color: #5A626C;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: none;
  border: none;
  border-radius: 4px; }

#emoviform .formcontrol:focus {
  border-color: #C71B00;
  background-color: rgba(90, 98, 108, 0.75);
  outline: 0; }

#emoviform .formcontrol::-moz-placeholder {
  color: #FFFFF0;
  opacity: 1; }

#emoviform .formcontrol:-ms-input-placeholder {
  color: #FFFFF0; }

#emoviform .formcontrol::-webkit-input-placeholder {
  color: #FFFFF0; }

#emoviform .formcontrol::-ms-expand {
  background-color: transparent;
  border: 0; }

#emoviform .formcontrol[disabled],
#emoviform .formcontrol[readonly],
fieldset[disabled] .formcontrol {
  background-color: #eee;
  opacity: 1; }

#emoviform .formcontrol[disabled],
fieldset[disabled] .formcontrol {
  cursor: not-allowed; }

#emoviform textarea.formcontrol {
  min-height: 204px; }

#form-submit span.glyphicon {
  margin-right: 15px; }

#emoviform .btn {
  margin: 0 0 15px 0;
  color: #FFFFFF;
  background-color: #011993;
  border-color: #011993; }

#emoviform .btn:focus,
#emoviform .btn.focus,
#emoviform .btn:hover {
  color: #878787;
  text-decoration: none; }

#emovimsjerr {
  text-align: center;
  margin-top: 20px;
  display: none;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2; }

#emovimsjerr.msjexito,
#emovimsjerr.msjerror {
  display: block; }

.msjexito {
  color: #011993; }

.msjerror {
  font-family: "emoviFontNormal", Arial, sans-serif;
  letter-spacing: 2px;
  font-weight: 100;
  font-size: 20px;
  color: #C71B00;
  /*background-color:rgba(255, 255, 255, 0.25);*/ }

#emoviform input[type=checkbox] {
  margin: 0 15px 15px 0; }

/**********************************				Termina Sección Formato Contacto		*/
/*****************************			Inicia Sección   Footer       *****/
.footer {
  position: fixed;
  border-top: 5px solid #B10029;
  bottom: 0;
  height: 45px;
  width: 100%;
  background-color: #fff;
  overflow: visible;
  z-index: -10; }

.footer-left,
.footer-right {
  float: left;
  width: 50%;
  height: 100%; }

.footer svg {
  background-color: #FFFFFF;
  float: right;
  height: 100%;
  width: 41px;
  border-right: 1px #002F5E solid;
  padding: 10px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: transform 200ms;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms; }

.footer svg:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px); }

/*****************************			Termina Sección  Footer 			******/
/*******************************************	Inicia Sección Utilitarios	***/
section#tools {
  /*display:none;*/
  font-family: "museo700", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1px; }

#adjustline,
#topline {
  margin: 0;
  border: 1px solid #c60000;
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1000; }

hr.separalog1 {
  height: 5px;
  background-color: #4DE208;
  border: 0;
  margin: 3px 0px; }

hr.separalog2 {
  height: 2px;
  background-color: #FBFA9B;
  border: 0;
  margin: 3px 0px; }

#emoviinfo {
  /*display:none;*/
  font-family: "emoviFontNormal", Arial, sans-serif;
  letter-spacing: 1px;
  color: #FBFA9B;
  position: fixed;
  bottom: 0;
  left: 0px;
  width: 300px;
  min-height: 90px;
  max-height: 750px;
  overflow: scroll;
  z-index: 10031; }

#infolog {
  /*display:none;*/
  color: #FDBB30;
  position: fixed;
  top: 0;
  right: 0;
  left: 75%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  overflow-x: scroll;
  overflow-y: scroll;
  z-index: 1000; }

#toolsbtn {
  /*display:none;*/
  font-family: "emoviFontNormal", Arial, sans-serif;
  letter-spacing: 1px;
  color: #FAFB9B;
  position: fixed;
  bottom: 5px;
  left: 320px;
  min-width: 200px;
  height: 2em;
  border-radius: 5px;
  z-index: 1000; }

#svgshow {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1; }

#svgshow div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin: 10px;
  background-color: #0066CC;
  display: -webkit-flex;
  -webkit-justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#svgshow div.showchillipatt {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 90%;
          flex: 1 0 90%;
  margin: 0px;
  background-color: #A6192E; }

#svgshow svg {
  width: 80%;
  height: 80%;
  -ms-flex: 0 0 80%;
  -webkit-box-flex: 0;
          flex: 0 0 80%; }

/*******************************************	Termina Sección utilitarios	***/
/*****************************			Inicia Sección media queries  *****/
/*****************************			Bootstrap Medium col-md 			*****/
/********** 992 <= ancho Pantalla < 1200 			*****/
/**********/
/* Termina media Medium (992 <= screen < 1200px) */
/********** 	 Bootstrap Small (iPads) 			*****/
/********** 768 <= ancho Pantalla < 992 			*****/
/********** (Windows IE) 			*****/
/**********/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .videowrapper {
    width: 75%;
    /*padding-top:28.125%; /* 50% */
    padding-top: 42.18%;
    /* 75% */
    /*padding-top:56.25%;  100% */ } }

/* Termina media small (768 <= screen < 992px) */
/**********
 ********** Bootstrap Xtra Small
 ********** 504 <= ancho Pantalla < 768
 ********** el ancho donde se despliegan los elementos de las listas es 30px menor al ancho del viewport
 **********
 **********/
@media screen and (min-width: 504px) and (max-width: 767px) {
  .videowrapper {
    width: 75%;
    /*padding-top:28.125%; /* 50% */
    padding-top: 42.18%;
    /* 75% */
    /*padding-top:56.25%;  100% */ } }

/* Termina media xs-1 (504 <= screen < 768px) */
/**********
 ********** Bootstrap Xtra Small2
 ********** 414 <= ancho Pantalla < 504
 ********** iPhone 6Plus (414 x 736)
 **********
 **********/
@media screen and (min-width: 414px) and (max-width: 503px) {
  .videowrapper {
    width: 100%;
    /*padding-top:28.125%; /* 50% */
    /*padding-top:42.18%;   75% */
    padding-top: 56.25%;
    /* 100% */ } }

/* Termina media xs-2 (414 <= screen < 504px) */
/**********
 ********** Bootstrap Xtra Small3
 ********** 375 <= ancho Pantalla < 413
 ********** iPhone 6Plus Display Zoom (414 x 736)
 ********** iPhone 6 (375 x 667)
 **********/
@media screen and (min-width: 375px) and (max-width: 413px) {
  .videowrapper {
    width: 100%;
    /*padding-top:28.125%; /* 50% */
    /*padding-top:42.18%;   75% */
    padding-top: 56.25%;
    /* 100% */ } }

/* Termina media xs-3 (375 <= screen < 414px) */
/**********
 ********** Bootstrap Xtra Small4
 ********** 0 <= ancho Pantalla < 374
 ********** iPhone 6 (Display Zoom), iPhone 5, 5s (320 x 568)
 ********** iPhone 4, 4s, 3G, 3GS, 2G  (320 x 480)
 ********** Barra emovi = 50
 **********/
@media screen and (max-width: 374px) {
  #wrapmiembros {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .videowrapper {
    width: 100%;
    /*padding-top:28.125%; /* 50% */
    /*padding-top:42.18%;   75% */
    padding-top: 56.25%;
    /* 100% */ } }

/* Termina media xs-4 (screen < 375px) */
/*****************************			Termina Sección Media Queries 			*******/
