@import url('https://fonts.googleapis.com/css2?family=PT+-Sans:wght@400;700&family=Lora:wght@400;600;700&display=swap');

* {
  font-family: 'PT Sans', sans-serif;
}
html {
	background-color: #D4AC0D;
	overflow-x: hidden;
}
body {
  height: 100vh;
  width: 100%;
}

main {
  height: auto;
  background-image: url(../img/fondo.png);
  background-size: cover;
  padding-bottom: 2%;
  color: black;
}
h1 {
  font-family: 'Lora', serif;
}

button, button:focus {
  border: none !important;
  outline: none !important;
}
nav {
	background-color: black;
	border-bottom: 1px solid black;
}
.navbar-toggler-icon {
	position: absolute;
	left: 5%;
	top: 30%;
}
.navbar-toggler-icon i {
	color: #D4AC0D;
	font-size: 1.7rem;
	cursor: pointer;
}
.logo img{
	width: 100px;
	margin-left: 7%;
}
.radio-container {
	margin-top: 5%;
	height: 60vh;
	background-color: black;
}
.radio-title-up {
	visibility: hidden;
}
.social i {
  color: #D4AC0D !important;
  font-size: 2rem;
}
.social i:hover {
  color:  white !important;
  outline: none !important;
  text-decoration: none !important;
}
.navbar-nav {
	margin-left: 15%;
}
.nav-item {
	text-align: center;
}
.nav-item a {
	color: #D4AC0D !important;
	font-size: 1.2rem;
}
.nav-item a:hover, .nav-item a:active {
  color:  white !important;
  outline: none !important;
  text-decoration: none !important;
}
.active a{
	color: white !important;
}
.navbar-toggler-icon {
  background-image: none !important;
  color: #444;
}
.radio-banner-img {
	margin: 0 auto;
}
.radio-banner-img img{
	width: 100%;
	height: auto;
}
.radio-footer {
  display: flex;
  margin-top: -2%;
  flex-direction: row;
  background-color: #111111;
  color: whitesmoke;
}
.radio-footer a{
  color: white;
}
.divif1 {
  width: 35%;
}
.divif2 {
  width: 25%;
}
.divif3 {
  width: 25%;
}
.divif4 {
  width: 25%;
  margin-right: 50px;
}
@media screen and (max-width: 992px) {
  .radio-footer {
   display: flex;
   flex-direction: column;
	}
  .divif1,
  .divif2,
  .divif3,
  .divif4 {
   background-color: #111111;
   width: 100%;
	}
}
.line {
	 background: gray;
   position: relative;
   height: 2px;
   width: 95%;
   margin-bottom: 5%;
}
.line2 {
   background: rgb(95, 95, 95);
   position: relative;
   height: 1px;
   width: 95%;
}
.line:before {
   content: '';
   background: #D4AC0D;
   width: 20%;
	 height: 2px;
   position: absolute;
}
.pdd {
   padding: -6px;
}
i.fan {
	 display: inline-block;
   border-radius: 60px;
   box-shadow: 0px 0px 2px #888;
   padding: 12px;
   color: whitesmoke;
}
i.fan:hover {
   background-color: rgb(4, 187, 4);
}
.implementation {
  width:100%;
  margin: 0 auto;
  padding-top: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
  z-index: 10;
}
.fb-like-box {
  margin: 0 auto;
  padding: 10% 0;
  height: 700px;
}
#radio-content {
	width: 100%;
	position: relative;
	margin: 2% auto;
	text-align: center;
	display: flex;
}
#center-menu {
	padding: 0 10%;
	width: 72%;
}
#center-menu h2{
	padding: 5%;
	width: 100%;
}
#center-menu span{
	padding: 2%;
	background-color: red;
	color: white;
	border-radius: 10px;
}
#right-menu {
	width: 25%;
	padding: 20px !important;
	background-color: black;
	border-radius: 15px;
}
#right-menu img {
	padding: 0px !important;
}
#equalizer {
  position: absolute;
  top: 30%;
  left:5%;
  width: 600px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#horizontal {
  width: 100%;
  border: 1px solid rgb(223, 152, 0);
}

#vertical-lines {
  position: absolute;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
}

.vertical {
  width: 5px;
  height: 100px;
  border-radius: 5px;
  background-color: #D4AC0D;
  animation-direction: alternate-reverse;
  margin: 1px;
}

@keyframes equalizer {
  from {
    height: 80%;
  }

  to {
    height: 5px;
  }
}
.screen-tv{
 display:block;
 width: 100vh;
 height: 55vh;
 float: left;
 border: 25px solid black;
 border-width: 20px 50px 20px 20px;
 border-radius: 15px;
}
.screen-tv iframe {
 width: 100%;
 height: 100%;
}
.container {
  width: 70%;
  margin: auto;
  position: relative;
  margin-bottom: 100px;
  border-bottom: #cccccc 1px solid;
  box-shadow: 0px 10px 0px transparent;
  border-radius: 5px;
  transition: box-shadow 0.5s ease;
}
.container .logo {
  background-color: black;
  display: inline-block;
  width: 64px;
  transform: skew(45deg, 0deg);
  transition: margin-left 0.5s ease, margin-right 0.5s ease;
}
.container .logo .fas {
  transform: skew(-45deg, 0deg);
  color: #D4AC0D;
}
.container .logo.logo-left {
  float: left;
  margin-left: -512px;
  padding: 20px 64px 20px 512px;
  transform: skew(45deg, 0deg);
}
.container .logo.logo-left .fas {
  transform: skew(-45deg, 0deg);
  margin-left: -70px;
}
.container .logo.logo-right {
  float: right;
  margin-right: -512px;
  padding: 20px 512px 20px 64px;
  transform: skew(-45deg, 0deg);
}
.container .logo.logo-right .fas {
  transform: skew(45deg, 0deg);
}
.container:hover {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
}
.container:hover .logo-left {
  margin-left: -448px;
}
.container:hover .logo-right {
  margin-right: -448px;
}
.container .title {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 4em;
  padding: 8.5px 0px;
  width: 100%;
  text-align: center;
  z-index: 5;
  border-radius: 5px 5px 0px 0px;
}
.container .text p {
  padding: 20px 10px;
  line-height: 1.5em;
  clear: both;
}
.two {
  padding-top: 10%;
  padding-left: 10%;
  z-index: 10;
  display: inline;
  position: absolute;
  top:30%;
  left: 60%;
  transform: translate(-50%,-50%);
  max-width: 70%;
  text-align: center;
}
.two h1 {
  text-transform: capitalize;
  font-size: 5rem;
  float: right;
  font-weight: 300;
  color: #D4AC0D;
}
.two span {
  font-size: 1rem;
  font-weight: 500;
  float: right;
  line-height: 4em;
  padding-left: 0.25em;
  color: white;
  padding-bottom: 10px;
}
.two span a{
  color: #D4AC0D;
}
.two span a:first-child{
  color: white;
}
.two span i{
  color: white;
}
.services-intro{
    margin-top:100px;
}
.services-intro i{
    font-size: 60px;
    color: black;
}
.services-intro h2{
    font-size: 20px;
    color:black;
}

.services-intro p{
    font-size: 16px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    color:#666;
}
.float-button {
    text-decoration: none;
    position: fixed;
    padding: 8px;
    padding-right: 15px;
    bottom: 30px;
    right: 35px;
    background-color: #50c65e;
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    font-family: arial;
    font-size: 18px;
    animation: whatsapp-animation 0.5s ease-in-out;
    transition: background-color 0.3s ease;
}
.float-button i{
    color: white;
}
.float-button span{
    color: white !important;
}
.float-button:hover {
    background-color: #90d573;
}

.fa-whatsapp {
    font-size: 20px !important;
    padding-right: 5px;
    padding-left: 5px;
}

@keyframes whatsapp-animation {
    from {opacity: 0%;}
    to {opacity: 100%}
}

.circle {
  margin: 20px;
  display: inline-block;
  padding: 30px;
  padding-top: 50px;
  text-align: center;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 1px solid #2bb9ff;
}
.circle::before,
.circle::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.circle,
.circle::before,
.circle::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.circle {
  position: relative;
  z-index: 2;
  border: 1px solid #2bb9ff;
  color: #D4AC0D;
  line-height: 50px;
  overflow: hidden;
}
.circle {
  border: 0px solid #2bb9ff;
}
.circle a {
  text-decoration: none;
}
.service-title h2{
  margin: 2% 0 0 0;
  text-align: center;
  font-size: 2.8rem;
  color: white;
}
.service-title p{
  text-align: center;
  font-size: 1.3rem;
}
.service-footer{
  margin:0 auto;
  text-align: center;
}
.service-footer h3{
  margin:0 auto;
  text-align: center;
  font-size: 1.3rem;
  color: white;
}
.service-footer strong{
  color: red;
}
#service-table {
  width: 50%;
  margin: 2% auto;
  text-align: center;
}
main table{
  border: 2px solid black;
  border-radius: 10px;
}
#service-table td{
  padding: 20px;
}
#browser {
  margin: 5% auto;
  color: white;
  width: 80%;
  -webkit-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.5);
}
.arrow {
  position: absolute;
  right: 3px;
  top: 6px;
  font-size: 1.2em;
  color: #8e9699;
}

#content {
  background: black;
}
#content:after {
  content: "";
  display: table;
  clear: both;
}
#content #left, #content #right {
  height: 100%;
}
#content #left {
  float: left;
  width: 75%;
  background: black;
}
@media all and (max-width: 780px) {
  #content #left {
    width: 100%;
  }
}
#content #left #map {
  height: 388px;
  position: relative;
}
#content #left #map iframe {
  width: 100%;
  height: 96%;
}
#content #left #map p {
  text-transform: uppercase;
  padding-top: 20px;
  padding-left: 30px;
  font-size: 1.5em;
  font-weight: 600;
  color: #D4AC0D;
}
#content #right {
  float: left;
  width: 25%;
  background: black;
  font-size: 0.75em;
  padding: 15px;
}
@media all and (max-width: 780px) {
  #content #right {
    width: 100%;
  }
}
#content #right p {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #D4AC0D;
}
#content #right a:hover {
  color: white;
}
#content #right #social {
  display: table;
  width: 100%;
}
#content #right .social {
  display: table-cell;
  text-align: center;
}
#content #right form {
  border-top: solid thin #8e9699;
  border-bottom: solid thin #8e9699;
  margin: 20px 0;
  padding: 20px 0;
}
#content #right form input,
#content #right form textarea {
  background: #D4AC0D;
  padding: 8px;
  margin-bottom: 8px;
  width: 100%;
  color: white;
}
#content #right form input:last-of-type,
#content #right form textarea:last-of-type {
  margin-bottom: 0;
}
#content #right form input[type='submit'],
#content #right form textarea[type='submit'] {
  text-transform: uppercase;
  background: #D4AC0D;
  width: 50%;
  color: white;
  margin-top: 5px;
}
#content #right form input[type='submit']:hover,
#content #right form textarea[type='submit']:hover {
  background: #58b068;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#content #right form input[type='textarea'],
#content #right form textarea[type='textarea'] {
  min-height: 75px;
  vertical-align: text-top;
}
#content #right p.other {
  font-size: 0.7;
  margin-bottom: 5px;
  text-transform: lowercase;
  font-weight: 100;
}
#content #right p.other,
#content #right p.other a {
  color: #8e9699;
}
.advertising img{
  width: 320px;
  height: 500px;
  background-color: grey;
  padding-bottom: 30px;
}
@media screen and (max-width: 1800px){
  .radio-banner-img img{
    position: absolute;
    top: 15%;
  }
  .social i {
  font-size: 1.3rem;
  }
  .nav-item a {
    font-size: 1.2rem;
  }
  #right-menu{
  width: 35%;
  }
  .left-container img{
  width: 100%;
  }
  .fb-like-box iframe{
  margin: 0 auto;
  width: 80%;
  height: 700px;
}
}
@media screen and (max-width: 3040px) and (orientation: portrait) {
	#bar{
	display: none;
  }
  .Logo-img{
  	display: none;
  }
	.social i {
  color: #D4AC0D !important;
  font-size: 1.5rem;
	}
	.radio-banner-img {
	display: none;
	}
	.screen-tv{
	 display:block;
	 width: 100%;
	 height: auto;
	 margin: 0 auto;
	}
	.screen-tv iframe {
	 width: 100%;
	 height: 100%;
	}
	#right-menu{
   display: none;
  }
  #equalizer {
	  position: absolute;
	  top: 20%;
	  left:7%;
	  width: 90%;
	  height: 100px;
	}
	.social {
	  position: absolute;
	  top: 27%;
	  left: 23%;
	}
	.implementation {
	  width:100%;
	}
	.radio-container {
		width: 100%;
		height: 40vh;
	}
	.radio-title-up h2{
		position: absolute;
		top: 12%;
		left: 25%;
		color: #D4AC0D;
		font-size:2rem;
		font-weight:900;
		font-style:italic;
		visibility: visible;
		}
	#navbarNav {
	  color: #D4AC0D;
	  width: 100px;
	  background-color: black;
	  height: auto;
	  padding: 10px;
	  border-radius: 3px;
	  line-height: 100px;
	  text-align: center;
	  margin: auto;
	  display: none;
	}
	#icon:hover {
		color: white;
	}
	main h2 {
		text-align: center;
	}
	#vertical-lines {
	  width: 100%;
	  height: 100px;
	}
	#top{
		height: 70px;
	}
	#center-menu {
		padding: 5%;
		width: 100%;
	}
	#center-menu span{
		padding: 2%;
		background-color: red;
		color: white;
		border-radius: 10px;
	}
	.radio-footer {
	 	text-align: center;
    color: white;
	}
	.two {
    position: absolute;
    top: 15%;
    left: 37%;
    width: 100%;
  }
  .two h1 {
    font-size: 2.5rem;
  }
  .container .logo.logo-left {
	  display: none;
	}
	.container .logo.logo-right {
	  display: none;
	}
	.container .text p {
	  padding: 30% 10px;
	  text-align: justify;
	}
}
@media screen and (max-width: 768px) {
  .services-intro{
      margin-top:100px;
      width: 80%;
  }
  .social {
    flex-direction: column;
    width: 100vw;
    text-align: center;
    position: absolute;
	  top: 27%;
	  left: 2%;
  }
  .navbar-nav {
    margin: 3rem auto;
    text-align: center;
  }
  #equalizer {
    position: absolute;
    top: 25% !important;
    left:20% !important;
    width: 60% !important;
    height: 100px;
  }
  .radio-title-up h2{
    position: absolute;
    top: 12%;
    left: 38%;
    color: #D4AC0D;
    font-size:2rem;
    font-weight:900;
    font-style:italic;
  }
  .screen-tv{
	 display:block;
	 width: 100%;
	 height: 400px;
	 margin: 0 auto;
	}
}
@media screen and (max-width: 1024px) {
  .services-intro{
      margin-top:100px;
      width: 80%;
  }
  .social {
    flex-direction: column;
    width: 100vw;
    text-align: center;
    position: absolute;
	  top: 27%;
	  left: 2%;
  }
  .navbar-nav {
    margin: 3rem auto;
    text-align: center;
  }
  #right-menu{
	width: 35%;
  }
  .left-container img{
	width: 100%;
  }
  .fb-like-box iframe{
  margin: 0 auto;
  width: 80%;
  height: 700px;
}
  #equalizer {
    position: absolute;
    top: 20%;
    left:25%;
    width: 50%;
    height: 100px;
  }
  .screen-tv{
	 display:block;
	 width: 100%;
	 height: 400px;
	 margin: 0 auto;
	}
	.radio-banner-img {
	position:absolute;
	top: 20%;
	}
}
@media screen and (max-width: 1440px) {
  #equalizer {
    position: absolute;
    top: 30%;
    left:5%;
    width: 30%;
    height: 100px;
  }
}
@media screen and (max-width: 320px) {
  #equalizer {
    position: absolute;
    top: 20%;
    left:25%;
    width: 50%;
    height: 100px;
  }
  .social {
	  position: absolute;
	  top: 27%;
	  left: 18%;
	}
	.radio-title-up h2{
		position: absolute;
		top: 12%;
		left: 10% !important;
		color: #D4AC0D;
		font-size:2rem;
		font-weight:900;
		font-style:italic;
		visibility: visible;
	  }
	  .radio-title-up {
		visibility: visible;
	  }
}
@media screen and (max-width: 375px) {
  #equalizer {
    position: absolute;
    top: 20%;
    left:25%;
    width: 50%;
    height: 100px;
  }
  .social {
	  position: absolute;
	  top: 27%;
	  left: 18%;
	}
	.radio-title-up h2{
		position: absolute;
		top: 12%;
		left: 15% !important;
		color: #D4AC0D;
		font-size:2rem;
		font-weight:900;
		font-style:italic;
		visibility: visible;
	  }
	  .radio-title-up {
		visibility: visible;
	  }
}
@media screen and (max-width: 425px) {
  #equalizer {
    position: absolute;
    top: 20%;
    left:25%;
    width: 50%;
    height: 100px;
  }
  .social {
	  position: absolute;
	  top: 27%;
	  left: 18%;
	}
	.radio-title-up h2{
		position: absolute;
		top: 12%;
		left: 20%;
		color: #D4AC0D;
		font-size:2rem;
		font-weight:900;
		font-style:italic;
		visibility: visible;
	  }
	  .radio-title-up {
		visibility: visible;
	  }
}
.radio-ethic-pdf {
  width: 900px;
  margin: 20px auto;
}

.email-bt {
  background:#F95C18;
  border:2px solid #F95C18;
  border-radius:50%;
  box-shadow:0 8px 10px rgba(249,92,24,0.3);
  cursor:pointer;
  height:68px;
  text-align:center;
  width:68px;
  position: fixed;
  right: 2%;
  bottom: 13%;
  z-index:999;
}

.email-bt .text-call{
  height:68px;
  width:68px;        
  border-radius:50%;
  position:relative;
  overflow:hidden;
}

.email-bt .text-call span {
  text-align: center;
  color:#F95C18;
  opacity: 0;
  font-size: 0;
  position:absolute;
  right: 4px;
  top: 22px;
  Line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity .3s linear;
  font-family: 'montserrat', Arial, Helvetica, sans-serif;
}
.email-bt:hover {
  z-index:1;
  background:#fff;
  transition:.3s;
}
.email-bt:hover i {
  color:#F95C18;
  transition:.3s;
}
.email-bt i {
  color:#fff;
  font-size:29px;
  transition:.3s;
  line-height: 66px;
}

.email-bt i  {
        -webkit-animation: opsimple 3s infinite;
        animation: opsimple 3s infinite;
}

@-webkit-keyframes email-an {
        0% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 0 rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 15px rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 26.7px rgba(249,92,24,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 40px rgba(249,92,24,0.0)
}
}@keyframes email-an {
        0% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 0 rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 15px rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 26.7px rgba(249,92,24,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 40px rgba(249,92,24,0.0)
}
}

@keyframes opsimple {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}

80% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}

@-webkit-keyframes opsimple {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}
80% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}