
/*
Template Name: Multi
Version: 1.0
Author: radio  primorosaShapeBootstrap
Author URL: http://shapebootstrap.net
*/
/*************************
*******Typography primorosa******
**************************/
body {
  padding-top: 0px;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #64686d;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #272727;

}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;

}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 5px;
}
.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #FF8000;
  border-color: #2a95be;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #000;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

  }
}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;


}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}


/*************************
*******logo******
**************************/
.navbar.navbar-default .navbar-brand {
  height: auto;

 }}

.navbar-brand {

    min-height: 80px;
}




/***********************
********* FONDO DEL MENU ******
************************/


@media only screen and (min-width: 268px) {
  #main-menu.navbar-default  {
background: url(https://i.ytimg.com/vi/tDO6J9ze8aw/maxresdefault.jpg) repeat-x top center;








    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.0);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.0);
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;

  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 37px;
    border-top: 3px solid #FF8000;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}





/***********************
********* banner y reductor
 de espacio en movil ******
************************/

#main-slider {
  overflow: hidden;
}
#main-slider .item {
  
}





/***********************
********* galeria frontal ******
************************/



/* Gallery */
.gallery {
	margin-top: 30px;
}

.gallery img:hover {
	opacity: 0.4;
}






/***********************
********* reproductor ******
************************/



.centrar-centrar {
  display: flex;
  justify-content: center;
}







.resp-textocentro {
    width: 100%;
    height: 10.1%;
    border: 0;
margin-top: px;  /********margen arriba*******/



}



/***********************
********* sombra texto 20 mas sonadas en menu******
************************/




w {
  text-shadow: 2px 2px 1px black;
}






/***********************
********* espacio entre baner y repro ******
************************/




#meet-team {
  padding: 1px 0;
}




/***********************
********* baner publicidad ******
************************/


@media only screen and (min-width: 768px) {
  
.imagenes{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;

}
}



/***********************
********* destacados imagen giratorias******
************************/



@-webkit-keyframes rotater {
30% { -webkit-transform:rotate(20deg) scale(1.4) }
}

a.advert    { width:125px; height:25px; display:inline-block; }
a.advert:hover { 
    /* safari / chrome */
    -webkit-animation-name:rotater; 
    -webkit-animation-duration:500ms; 
    -webkit-animation-iteration-count:1; 
    -webkit-animation-timing-function: ease-out;
    
}






/***********************
********* redondear los bordes******
************************/



    .redondearbordes {
       border-radius: 5px;
      }



/***********************
********* ocultar reprolunatel en el pc******
************************/


@media screen and (min-width: 600px) {
    .ocultar-div-en-pc{
        display:none;
    }
}





/***********************
********* ocultar reprolunapc en el tel******
************************/

@media screen and (max-width: 600px) {
    .ocultar-div-en-tel{
        display:none;
    }
}








/***********************
********* subir y bajar reprol-en la pc******
************************/


@media screen and (min-width: 600px) {
    .subir-y-bajar-en-pc-el-repro{
      
margin-top: 0px;  /********margen arriba*******/

    }
}





/***********************
********* subir y bajar reprol-en telc******
************************/


@media screen and (max-width: 600px) {
    .subir-y-bajar-en-pc-el-tel{
      
margin-top: 68px;  /********margen arriba*******/

    }
}







/***********************
********* subir y bajar barraprofesional-en la pc******
************************/


@media screen and (min-width: 600px) {
    .subir-y-bajar-barraprofesional-en-pc{
      
margin-top: -290px;  /********margen arriba*******/

    }
}





/***********************
********* subir y bajar estrellas en tel******
************************/


@media screen and (max-width: 600px) {
    .subir-y-bajar-en-cel-estrellas{
      
margin-top: -110px;  /********margen arriba*******/

    }
}






/***********************
********* subir y bajar titulo en el tel ******
************************/



@media screen and (max-width: 600px) {
    .subir-y-bajar-en-cel-divtitulo{
      
margin-top: -20px;  /********margen arriba*******/

    }
}





/***********************
********* ocultar barra tres marias en el tel ******
************************/



@media screen and (max-width: 600px) {
    .ocultar-en-cel-div{
        display:none;
    }
}





/***********************
********* subir y bajar 4oton descargar app arriba en el tel ******
************************/




@media screen and (max-width: 600px) {
    .subir-y-bajar-apparriba{
      
margin-top: -80px;  /********margen arriba*******/
margin-left: 0px;

    }
}




/***********************
********* izq y der app arriba en el la pc ******
************************/

@media screen and (min-width: 600px) {
    .subir-y-bajar-apparriba{
      
margin-top: -80px;
margin-left: -940px;

    }
}










/***********************
********* subir y bajar todo despues de barra tres marias en el tel ******
************************/




@media screen and (max-width: 600px) {
    .subir-y-bajar-en-cel-div{
        padding-top: 100px;
    }
}




/***********************
********* subir y bajar barrarriba en el tel ******
************************/




@media screen and (max-width: 600px) {
    .subir-y-bajar-en-cel-div2{
        padding-top: 0px;
    }
}




/***********************
********* subir y bajar barrarriba en la pc ******
************************/




@media screen and (min-width: 600px) {
    .subir-y-bajar-en-cel-div2{
        padding-top: 55px;
    }
}





/***********************
********* subir y bajar texto centro en el tel ******
************************/




@media screen and (max-width: 600px) {
    .subir-y-bajar-en-cel-divtc{
        margin: 0px;
    }
}





/***********************
********* Footer ******
************************/

#footer {
  display: table;
  width: 100%;
  height: 10vh;
  background: url(../edit/pie/pie.jpg) top center;
  background-size: cover;
}



#footer2 {
  display: table;
  width: 100%;
  height: 10vh;
  background: url(../edit/images/bocina/bocina.jpg) top center;
  f
}



#footer a {
  color: #fff;
}
#footer a:hover {
  color: #45aed6;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}







/***********************
********* SCROLL******
************************/


/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}


.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(243, 156, 18, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(243, 156, 18);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: '\203a';
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}




/***********************
********* recuadro en medio para el reproductor******
************************/



header,
.page,
recuadro {
  min-height: 720px;
border-radius:50px;
  background: #FF813E07;
border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;

}









/***********************
********* espacio entre caratula y el tema que suena******
************************/



#jq {
        
        
        margin: 0 15 0px;
border-radius: 15px;


    }










