.form-title{
    color: #F58220;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 16px 0px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle  {
    color: #fff;
    background-color: #F58220;
    border-color: #F58220;
}

.america {
  display:block;
  width:100%;
  overflow:hidden;
  position:relative;
  height:450px;
}

@media (min-width: 576px) {
  .america {
    display:block;
    width:100%;
    overflow:hidden;
    position:relative;
    height:455px;
  }
}

@media (min-width: 768px) {
  .america {
    display:block;
    width:100%;
    overflow:hidden;
    position:relative;
    height:576px;
  }
}

@media (min-width: 992px) {
  .america {
    display:block;
    width:100%;
    overflow:hidden;
    position:relative;
    height:378px;
  }
}

@media (min-width: 1200px) {
  .america {
    display:block;
    width:100%;
    overflow:hidden;
    position:relative;
    height:480px;
  }
}

.america-item {
  display:inline-block;
  position:absolute;
  width:100%;
}

.dropdown-menu {
  border:none;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:4px;
  border-top:2px solid #F58220;
  border-radius:0px;
}

.dropdown-item {
  display:block;
  width:100%;
  padding:.25rem 0rem;
  clear:both;
  font-weight:400;
  font-size: 0.7em;
  color:#212529;
  text-align:inherit;
  white-space:nowrap;
  background-color:transparent;
  border-bottom:1px solid #B6BFC5;
}

/* .dropdown-item.text-uppercase.no-subline {
  border:none;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}
*/

.webmail {
  margin-top:48px;
  font-weight:bold;
}

.text-bold {
  font-weight:bold;
}

.img-logo-360 {
  width:140px;
  height:auto;
}

@media (min-width: 992px) {
  .img-fluid.d-block.img-logo-360.mx-auto {
    float:right;
  }
}

@media (min-width: 300px) {
  section.first-section {
    margin-top:208px;
  }
}

@media (min-width: 576px) {
  section.first-section {
    margin-top:109px;
  }
}

@media (min-width: 768px) {
  section.first-section {
    margin-top:69px;
  }
}

.breadcrumb-item + .breadcrumb-item:before {
  content:'>';
}

a {
  color:inherit;
  text-decoration:none;
}

body {
  color:#606060;
}

a:hover {
  color:#606060;
  text-decoration:none;
}

a:visited{
  color:#606060;
}

#form-contact label {
  font-weight:bold;
}

.nav .dropdown {
  margin-right:40px;
}

.nav .dropdown:last-child {
  margin-right:0px;
}

.carousel-indicators li {
  height:16px;
  width: 16px;
  border-radius:32px;
}

.carousel-indicators li.active {
  background-color:#EF7D00;
}

h4.title-section {
  color:#f58220;
  border-bottom:1px solid #f58220;
  padding-bottom:4px;
  margin-bottom:20px;
}

.link-block {
  display:block;
  width:100%;
}

.dropdown-item{
  padding-left: 4px;
  padding-right: 4px;
}

.dropdown-item:hover{
  font-weight: bold;
}

.dropdown-item.active {
  background-color:#f2f2f2;
  font-weight: bold;
  color: black;
}

.dropdown-item:active {
  background-color:#f2f2f2;
  font-weight: bold;
  color: rgba(0,0,0,.9);
}

.invalid-feedback p{
  margin-bottom: 4px;
}

.flash-message{
  display: inline;
}

/* Boton Online */

/* .online-store{
  position: fixed;
  top: 112px;
  z-index: 1032;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0px;
  right: 0px;
} */

.btn-online-store{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  background-color: black;
  border-radius: 48px;
  width: 236px;
  height: 77px;
  margin-top: -12px;
  transition: background-color 120ms linear;
}

.btn-online-store:hover{
  background-color: #F58220;
}

.btn-online-store-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 100%;
  width: 77px;
  height: 77px;
  margin-left: -10px;
  border: 3px solid white ;
}

.btn-online-store-icon-bg{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid black;
  width: 100%;
  height: 100%;
  transition: border 120ms linear;
}

.btn-online-store-icon svg{
  width: 33px;
  height: 33px;
  fill: black;
  transition: fill 120ms linear;
}

.btn-online-store-content{
  padding: 8px 24px 8px 8px;
  text-align: center;
}

.btn-online-store-content p{
  color: white;
  text-transform: uppercase;
  margin: 0px;
}

.btn-online-store-content p:first-child{
  font-size: 1.4em;
  font-weight: bold;
}

.btn-online-store-content div{
  background-color: white;
  height: 1px;
}

.btn-online-store .btn-online-store-icon{
  animation-name: rotate-online-store-car-left;
  animation-duration: 0.5s;
}

.btn-online-store:hover .btn-online-store-icon{
  animation-name: rotate-online-store-car-right;
  animation-duration: 0.5s;
}

.btn-online-store:hover .btn-online-store-icon-bg{
  border: 2px solid #F58220;
}

.btn-online-store:hover .btn-online-store-icon svg{
  fill: #F58220;
}

@keyframes rotate-online-store-car-left {
  from { transform: rotateZ(360deg); }
  to { transform: rotateZ(0deg); }
}

@keyframes rotate-online-store-car-right {
  from { transform: rotateZ(0deg); }
  to { transform: rotateZ(360deg); }
}

@media only screen and (max-width: 756px)  {
  .btn-online-store{
    margin: auto;
    margin-top: 16px;
  }
}

.sombra {
  width: 140px;
  height: 200px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
}