@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);


body {
    /* background: url(../images/utilerias/bg1.png) no-repeat;
    background-attachment: fixed; */
    background-color: #fff !important;
    /* background-image: -webkit-linear-gradient(35deg, #fff 50%, #fff 50%); */
    background-size: cover;
    background-position: 50% 50%;
    font-family: 'Open Sans', sans-serif;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

ul,ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: #616161;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 21px;
}


.btn-primary {
    /* border-color: #FF432E;
    background-color: #FF432E; */
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    /* border-color: #ea321e; */
    background-color: none !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #FF432E;
    background-color: #FF432E;
}


/**** Start Section Title Section ****/

.section-title h3{
   /*  color: #666 !important; */
    //font-style: italic;
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    text-transform: none;
}

.section-title p {
    padding-bottom: 60px;
    color: #666 !important;
    font-size: 18px;
    //font-style: italic;
    font-weight: 700;
}


/**** Start Logo Section ****/

#logo-section {
    
}

.logo h1 {
    font-family: 'Lobster', cursive;
    color: #fff;
    font-size: 60px;
}

.logo span {
    color: #999;
}



/**** Start Background Color ****/
.rey{
    background: #0d47a1;
    background-image: -webkit-linear-gradient(35deg, #0d47a1 80%, #fff 50%);
    opacity: .93;
}
.color-pink2{
    color: #880e4f;
}
.pink2{
    background: #880e4f;
    opacity: .93;
}
.pink22{
    background: #880e4f;
    background-image: -webkit-linear-gradient(35deg, #880e4f 80%, #fff 50%);
    opacity: .93;
}
.pink2-border{
    border: 1px solid #880e4f;
}
.verde{
    background: #007E33;
    background-image: -webkit-linear-gradient(35deg, #007E33 80%, #fff 50%);
    opacity: .93;
}
.pink{
    background: #e91e63;
    background-image: -webkit-linear-gradient(35deg, #e91e63 80%, #fff 50%);
    /* min-height: 520px; */
    opacity: .93;
}
.gris{
    background: #2E2E2E;
    background-image: -webkit-linear-gradient(35deg, #2E2E2E 80%, #fff 50%);
    opacity: .93;
}
.red1
{
    background:#ef5350;
}
.red2
{
    background:#e53935;
}
.red3
{
    background:#d50000;
    background-image: -webkit-linear-gradient(35deg, #d50000 80%, #fff 50%);
    opacity: .93;
}
.esmeralda {
    background: #004d40;
    background-image: -webkit-linear-gradient(35deg, #004d40 80%, #fff 50%);
    opacity: .93;
}
.cafe{
    background: #3e2723;
    background-image: -webkit-linear-gradient(35deg, #3e2723 80%, #fff 50%);
    opacity: .93;
}

.amarillo {
    background: #ffc400;
}

.blue {
    background: #28ABE3;
}

.green {
    background: #72bf48;
}

.red {
    background: #FF432E;
}

.light-red {
    background: #FB6648;
}

.light-orange {
    background: #FA6900;
    background-image: -webkit-linear-gradient(35deg, #FA6900 80%, #fff 50%);
    opacity: .93;
}

.color {
    background: #0ECEAB;
}


.rowchino{
    position:inherit;
    z-index: 10000;
    /* border: 3px solid #fff; */
    left: 0px;
    /* color: #2E2E2E; */
    /* padding-bottom: 30px; */
    background-color: #fff !important;
    /* background-image: -webkit-linear-gradient(35deg, #0d47a1 50%, #fff 50%);
    min-height: 230px;
    width: 100%; */
    margin-top: -2%;
    max-height: 10px;
}

.car-inicio{
    position:absolute;
    bottom: 25%;
}

.rowchino2{
    position:fixed;
    left: 0px;
    background-color: #fff !important;
    bottom: 80px;
    max-height: 10px;
    max-width: 20%;
}

/**** Start Main Body Section ****/

.mainbody-section {
    margin-top: 25%;
    padding-top: 50px;
    padding-bottom: 30px;
}

.menu-item {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
}

.menu-item a {
    color: #fff;
    display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.menu-item a p {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.menu-item a i {
    font-size: 50px;
    padding-bottom: 20px;
}

.menu-item:hover a{
    text-decoration: none;
    //color: #333;
    transform:scale(1.4);
	/* animation: wobble;
            -webkit-animation: wobble;
            animation-duration: 800ms;
            -webkit-animation-duration: 800ms; */
}

@media only screen 
and (min-width : 600px) 
and (max-width : 991px) {
    
    .menu-item {
        display: inline-block;
        width: 32.8%;
    }
    
    .menu-item.responsive {
        width: 49.5%;
        float: left;
        margin-right: 3px;
    }
    
    .menu-item.responsive-2 {
        width: 49.5%;
        float: right;
    }
    
}



@media only screen 
and (min-width : 992px) 
and (max-width : 1199px) {
    
    .menu-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .menu-item a i {
        font-size: 32px;
    }
    
    .menu-item a p {
        font-size: 16px;
    }
    
}

.home-slider img {
    width: 100%;
    height: auto;
    max-height: 500px;
    /*height: auto; */
}

.home-slider .carousel-indicators {
    position: absolute;
    bottom: 8%;
}

.carousel-indicators >li
{
    background-color: #fff;
    width: 18px;
    height: 18px;
}

.home-slider .carousel-indicators .active {
	background-color: #FF8800;
    width: 20px;
    height: 20px;
}


.copyright {
    /* background: rgba( 0, 0, 0, 0.7); */
    background: #FF8800;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
/* -------------      CINTA FRASE       ------------------------- */
/*.Text-rowfrase {
  animation-duration: 8s;
  animation-name: slidein;
  animation-iteration-count: infinite;
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}*/

.rowfrase{
    background-color: #FF8800;
    width: 100%;
    height: 205px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.36), 0 3px 6px rgba(0,0,0,0.63);
    margin-top: 28%;
   margin-bottom: -17%;
}

.rowfrase>.Text-rowfrase
{
  margin: auto;
  width: 60%;
  text-align: center;
  font-family: 'Lobster';
  color: #fff;
  padding:20px;
}
.rowfrase>.Text-rowfrase>h1
{
  font-size: 3em;
}
.rowfrase>.Text-rowfrase>blockquote>footer{
    color: #fff;
}

.frase-footer
{
  margin: auto;
  width: 60%;
  text-align: center;
  font-family: 'Lobster';
  color: #757575;
  padding:20px;
}

.frase-footer>h1
{
  font-size: 3em;
}


/* -------------      MENÚ DE BOTONES       ------------------------- */
.botons-green{
    background: #00C851;
    border: 8px solid #007E33;
}
.letra-green{
    color:#007E33 !important;   
}

.botons-orange{
    background: #FF8800;
    border: 8px solid #FA6900;
}
.letra-orange{
    color:#FA6900;   
}

.botons-red{
    background: #c62828;
    border: 8px solid #CC0000;
}
.letra-red{
    color:#CC0000;   
}

.botons-pink{
    background: #ec407a;
    border: 8px solid #e91e63;
}
.letra-pink{
    color:#e91e63;   
}

.botons-brown{
    /* background: #aa66cc;
    border: 8px solid #9933CC; */
    background: #4e342e;
    border: 8px solid #3e2723;
}
.letra-brown{
    color:#3e2723;   
}

.botons-blue{
    background: #1e88e5;
    border: 8px solid #0d47a1;
}
.letra-blue{
    color:#0d47a1;   
}

.botons-morado2{
    background: #ad1457;
    border: 8px solid #880e4f;
}
.letra-morado2{
    color:#880e4f;   
}

.botons-rey{
    background: #1a237e;
    border: 8px solid #1c2331;
}
.letra-rey{
    color:#1c2331;   
}

.botons-yellow{
    background: #ffc400;
    border: 8px solid #ffab00;
}
.letra-yellow{
    color:#ffab00;   
}

.botonF1{
  width:140px;
  height:140px;
  border-radius:100%;
  outline:none;
  color:#FFF;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition:.4s;
  /*padding-top: 20px;
  padding-bottom: 20px;*/
  margin-bottom: 10%;
  z-index: 200000;
}
.botonF1>span>i{
  margin: auto;
  text-align: center;
  font-size:4em;
}
.botons-green:hover {
  transform:scale(1.3);
  background: #007E33;
}
.botonF1.botons-orange:hover {
  transform:scale(1.3);
  background: #FA6900;
}
.botons-red:hover {
  transform:scale(1.3);
  background: #CC0000;
}
.botons-pink:hover {
  transform:scale(1.3);
  background: #e91e63;
}
.botons-brown:hover {
  transform:scale(1.3);
  background: #3e2723;
}
.botons-blue:hover {
  transform:scale(1.3);
  background: #0d47a1;
}
.botons-rey:hover {
  transform:scale(1.3);
  background: #1c2331;
}
.botons-morado2:hover {
  transform:scale(1.3);
  background: #880e4f;
}
.botons-yellow:hover {
  transform:scale(1.3);
  background: #ffab00;
}


.page-loader-wrapper {
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* background: #fff; */
  background-image: -webkit-linear-gradient(270deg, #fff 75%, #007E33 95%);
  overflow: hidden;
  text-align: center; }
  .page-loader-wrapper p {
    font-size: 13px;
    margin-top: 10px;
    font-weight: bold;
    color: #444; }
  .page-loader-wrapper .loader {
    position: relative;
    top: calc(30% - 30px); }


/* -----------------------------  MODAL DE MENU ------------------------*/
.col-center{
    float: none;
    margin: 0 auto;
}
/*botonmenu-contacto*/
.contacto{
  background-color: #FF8800 !important;
  background-image: -webkit-linear-gradient(376deg, #FF8800 50%, #fff 50%);
  max-height: 100%;
  /*min-height: 1200px;*/
}
.pie-contacto{
  height: 85px;
  background-color: #FF8800 !important;
}
.item-contacto{
  border-top: 5px solid #FF8800;
  background-color: #fafafa !important;
  padding: 30px;
  width: 100%;
  padding-bottom: 85px;
}
.item-contacto textarea {
  min-height:235px;
}
.noresize {
  resize: vertical; 
}

.forma-boton{
  display: inline-block;
  width:80px;
  height:80px;
  border-radius:100%;
  padding: 12px;
  text-align: center;
  font-size: 2em; 
  font-weight: bold;
  color: #fff;
  margin: 20px;
}

.btn-aceptar {
    text-transform: uppercase;
    font-weight: 300;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact .normal {
  background-color: #FA6900;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  border: 2px solid #fff;
}
.contact .normal:hover {
  border: 2px solid #FA6900;
  background: #FF8800;
}

/* -----------  MODAL DESTACADOS  ---------- */
/*botonmenu-destacados*/
.destacados{
  background-color: #3e2723 !important; 
  background-image: -webkit-linear-gradient(376deg, #3e2723 50%, #fff 50%);
  max-height: 100%;
}
.pie-destacados{
  height: 85px;
  background-color: #3e2723 !important;
}
.item-destacados{
  border-top: 5px solid #3e2723;
  background-color: #fafafa !important;
  /* background-color: #fff !important; */
  padding: 30px;
  width: 100%;
  padding-bottom: 85px;
}
.plan-price>.img-responsive{
  margin: auto !important;
  text-align: center !important;
}
.row-separ
{
  margin-bottom: 6%;
}

.descrip {
    padding-left: 7%;
    padding-right: 7%;
}

.descrip p {
    font-size: 16px;
    font-weight: 500;
}

/* -----------  MODAL verificacion  ---------- */
/*botonmenu-verificacion*/
.verificacion{
  background-color: #e91e63 !important;
  background-image: -webkit-linear-gradient(376deg, #e91e63 50%, #fff 50%); 
  max-height: 100%;
}
.pie-verificacion{
  height: 85px;
  background-color: #e91e63 !important;
}
.item-verificacion{
  /* background-color: #fff !important; */
  border-top: 5px solid #e91e63;
  background-color: #fafafa !important;
  padding: 30px;
  width: 100%;
  padding-bottom: 85px;
}
.item-verificacion .descrip p, .item-verificacion .tab-pane ul p{
    font-size: 18px;
    font-weight: 500;
}
/* -----------  FIN MODAL verificacion  ---------- */


/* -----------  MODAL requisitos  ---------- */
/*botonmenu-requisitos*/
.requisitos{
  background-color: #007E33 !important;
  background-image: -webkit-linear-gradient(376deg, #007E33 50%, #fff 50%); 
  max-height: 100%;
}
.pie-requisitos{
  height: 85px;
  background-color: #007E33 !important;
}
.item-requisitos{
  /* background-color: #fff !important; */
  border-top: 5px solid #007E33;
  background-color: #fafafa !important;
  padding: 30px;
  width: 100%;
  padding-bottom: 85px;
}
.item-requisitos .descrip p {
    font-size: 18px;
    font-weight: 500;
}
/* -----------  FIN MODAL requisitos  ---------- */


/* -----------  MODAL tarifas  ---------- */
/*botonmenu-tarifas*/
.tarifas{
  background-color: #ffab00 !important;
  background-image: -webkit-linear-gradient(376deg, #ffab00 50%, #fff 50%); 
  max-height: 100%;
}
.pie-tarifas{
  height: 85px;
  background-color: #ffab00 !important;
}
.item-tarifas{
  /* background-color: #fff !important; */
  border-top: 5px solid #ffab00;
  background-color: #fafafa !important;
  padding: 30px;
  width: 100%;
  padding-bottom: 85px;
}
.item-tarifas .descrip p {
    font-size: 18px;
    font-weight: 500;
}
/* -----------  FIN MODAL tarifas  ---------- */


/* -----------  MODAL CONOCENOS  ---------- */
/*botonmenu-conocenos*/
.conocenos{
  background-color: #1e88e5 !important;
  background-image: -webkit-linear-gradient(376deg, #1e88e5 50%, #fff 50%); 
  max-height: 100%;
}
.pie-conocenos{
  height: 85px;
  background-color: #1e88e5 !important;
}
.item-conocenos{
  /* background-color: #fff !important; */
  border-top: 5px solid #1e88e5;
  background-color: #fafafa !important;
  padding: 30px;
  width: 100%;
  padding-bottom: 85px;
}

.veri{
  padding: 40px;
  background-color: #f5f5f5 !important;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  -o-border-radius:6px;
  border-radius:6px;
  margin-bottom: 40PX;
}

.veri .carousel-indicators {
    position: absolute;
    bottom: 8%;
}

.veri .carousel-indicators .active {
  background-color: #1e88e5;
    width: 20px;
    height: 20px;
}
/*.veri .carousel:hover>.carousel-inner>div>img {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform:scale(1.4);
  transform:scale(1.4);
}

.carousel-inner>div>img {
  overflow:hidden;
}*/

/*.veri:hover .imgveri >img {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform:scale(1.4);
  transform:scale(1.4);
}

.imgveri {
  overflow:hidden;
}
*/
.veri-datos{
  padding: 15px;
  background-color: #fff !important;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -o-border-radius:4px;
  border-radius:4px;
}

.veri-datos>div>ul>li{
  font-size: 1.3em !important;
  color: #616161 !important;;
  }

.veri-datos>div>ul>li>i{
  color: #1e88e5 !important;
}

.MapsItem{
  position: absolute;
  z-index: 999;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: none;
  color: #1e88e5;
  text-align: right;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  background-color: #fff !important;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
}
.MapsItem>i{
  cursor: pointer;
  padding: 10px;
}
.MapsItem>iframe{
  width: 100%;
  height: 85%;
  padding: 16px;
  -webkit-transition: box-shadow .4s ease-in-out;
  -moz-transition: box-shadow .4s ease-in-out;
  -o-transition: box-shadow .4s ease-in-out;
  transition: box-shadow .4s ease-in-out;
}

/* -----------  MODAL PREGUNTAS ---------------  */
/*botonmenu-dudas*/
.dudasmodal{
  background-color: #b71c1c !important;
  background-image: -webkit-linear-gradient(376deg, #b71c1c 50%, #fff 50%); 
  max-height: 100%;
}
.pie-dudas{
  height: 85px;
  background-color: #b71c1c !important;
}
.item-dudas{
  border-top: 5px solid #b71c1c;
  background-color: #fafafa !important;
  /* background-color: #fff !important; */
  padding: 30px;
  width: 100%;
  padding-bottom: 85px;
}

#dudas-modal .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
}

#dudas-modal .box > i {
  position: inherit;
  color: #ef9a9a;
  float: right;
  margin-top: -30px;
  margin-right: -24px;
  font-size: 2.6em;
}

.respuestas {
  font-size: 18px;
  font-weight: 500;
}

.item-dudas .carousel-indicators {
    position: absolute;
    bottom: 0px;
}

.item-dudas .carousel-indicators >li
{
    background-color: #ef9a9a;
    width: 20px;
    height: 20px;
}

.item-dudas .carousel-indicators .active {
  background-color: #CC0000;
}

/* -----------  MODAL DIRECTORIO  ---------- */

.directorio{
  background-color: #ad1457 !important;
  /* background-image: -webkit-linear-gradient(95deg, #ad1457 10%, #fff 105%); */
  min-height: 500px;
}
.item-directorio{
  background-color: #fff !important;
  padding: 30px;
  width: 100%;
}
.feature-content>p{
  color: #880e4f !important;
  font-size: 1.3em !important;
  padding: 25px;
}

.itemdir i {
    background: #ad1457 !important;
    text-align: center;
}
.itemdir:hover i,
.itemdir:active i,
.itemdir:focus i {
        
    -webkit-transition: box-shadow .4s ease-in-out;
    -moz-transition: box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
    box-shadow: 0 0 0 0 #ad1457 !important;
}
.feature-content>h3{
  text-transform: uppercase;
}
.item-directorio>.row>div>a:hover{
  color: #ad1457 !important;
  text-decoration: none;
}
.item-directorio>.row>div>a:hover{
  color: #ad1457 !important;
}

.item-directorio>.row>div>a:hover>div>div>p{
  color: #fff !important;
  background-color: #ad1457 !important;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

/*.MapsItem{
  position: absolute;
  top: 0px;
  width: 94%;
  height: 90%;
  margin: auto;
  display: none;
  color: #ad1457;
  text-align: right;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  background-color: #fff !important;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
}
.MapsItem>i{
  cursor: pointer;
  padding: 10px;
}
.MapsItem>iframe{
  width: 100%;
  height: 85%;
  padding: 16px;
  -webkit-transition: box-shadow .4s ease-in-out;
  -moz-transition: box-shadow .4s ease-in-out;
  -o-transition: box-shadow .4s ease-in-out;
  transition: box-shadow .4s ease-in-out;
}*/


/* -----------------------------  MODAL DE MENU ------------------------*/

/**** Start Modal Section ****/

.section-modal .modal-content {
    padding: 100px 0 !important;
    min-height: 100%;
    border: 0 !important;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #888;
    font-weight: 300;
}



.section-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.section-modal .close-modal:hover {
    opacity: .3;
}

.section-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}






/**** Start Feature Section ****/


.feature, .feature-2 {
    padding-bottom: 80px;
}

.feature {
    text-align: center;
}
.feature h4{
    font-size: 15px;
    color: #666;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}

.feature-2 h4{
    font-size: 15px;
    color: #444;
    padding-bottom: 10px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}

.feature p, .feature-2 p {
    color: #444;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
}


.feature i {
   font-size:3.5em;
   color:#fff;
    background: #FF432E;
    width: 100px;
    height: 100px;
   padding:25px;
    margin-bottom: 10px;
   -webkit-border-radius:70%;
   -moz-border-radius:70%;
   -o-border-radius:70%;
   border-radius:70%;
   position: relative;
	box-shadow: 0 0 0 30px transparent;
	-webkit-transform: translate3d(2, 2, 2);
	-moz-transform: translate3d(2, 2, 2);
	-o-transform: translate3d(2, 2, 2);
	transform: translate3d(2, 2, 2);
	-webkit-transition: box-shadow .6s ease-in-out;
	-moz-transition: box-shadow .6s ease-in-out;
	-o-transition: box-shadow .6s ease-in-out;
	transition: box-shadow .6s ease-in-out;
}
.no-touch .feature:hover i,
	.no-touch .feature:active i,
	.no-touch .feature:focus i {
        
		-webkit-transition: box-shadow .4s ease-in-out;
		-moz-transition: box-shadow .4s ease-in-out;
		-o-transition: box-shadow .4s ease-in-out;
		transition: box-shadow .4s ease-in-out;
		box-shadow: 0 0 0 0 #FF432E;
}


.feature-2 i {
    color:#FF432E;
   font-size:3em;
   padding:1px 10px 0 1px;
   position: relative;
	
}



/**** Start Portfolio Section ****/

.portfolio-item {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-item .portfolio-details {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.portfolio-item .portfolio-details h4 {
    padding-top: 20%;
    padding-bottom: 10%;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.portfolio-item .portfolio-details a i {
    font-size: 30px;
}

.portfolio-item:hover .portfolio-details {
    opacity: 1;
    animation: pulse;
    -webkit-animation: pulse;
    animation-duration: 300ms;
    -webkit-animation-duration: 300ms;
}


/**** End Portfolio Section ****/


/**** Start ABout Us Section ****/

.about-text {
    padding-bottom: 50px;
}
.about-text p {
    color: #777;
    text-align: justify;
}
.about-text ul {
    margin-top: 30px;
    font-size: 13px;
}
.about-text li {
    margin-bottom: 10px;
    color: #999;
}
.about-text li i {
    padding-right: 10px;
    color: #FF432E;
}


/* progress bar */

.skill {
    padding-bottom: 5px;
}

.skill p {
  margin-bottom:7px;

}

.progress {
  background: #fff;
  overflow: visible;
  height: 20px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar {
    background: #FF432E;
  float: left;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  position:relative;
}

 .progress-bar-span { 
 opacity:1;
 position:absolute;
 top:-5px;
 background:#ACB2B8;
 padding:3px 10px;
 color:#FFF;
 border-radius: 0px;
 right:0px;
    -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; 
 }

.skill:hover .progress-bar-span {
  opacity:1;
    -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}


/* Custom Tab */

.custom-tab .nav-tabs.nav-justified > .active > a, 
.custom-tab .nav-tabs.nav-justified > .active > a:hover, 
.custom-tab .nav-tabs.nav-justified > .active > a:focus {
    border-radius: 0;
    //border-left-color: transparent;
    color: #fff;
    border-bottom-color: #ddd;
    background: #e91e63 !important;
}

.custom-tab .nav-tabs.nav-justified {
    margin-bottom: 20px;
}

.custom-tab .nav-tabs.nav-justified > li {
    border-right: 1px solid #f1f1f1;
}
.custom-tab .nav-tabs.nav-justified > li:last-child {
    border-right: none;
}

.custom-tab .nav-tabs.nav-justified > li > a {
    padding: 10px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    border: 1px solid #f1f1f1;
}

.custom-tab .nav-tabs.nav-justified > li > a:hover {
    border-radius: 0;
    color: #333;
}

.custom-tab .tab-content .tab-pane p {
    font-size: 16px;
    text-align: justify;
    color: #777;
    font-weight: 500;
}

.tab-content > .tab-pane > ul > li > p{
  font-size: 16px;
  /*color: red;*/
  font-weight: 500;
}

.tab-pane > ul > li > h3 >a{
  color: #e91e63;
  font-weight: 800;
}

.fondo-calendario
{
  margin-top: 35px;
}

.fondo-calendario >.table-striped
{
  background: #eeeeee !important;
}

#calendario > tbody>tr:hover
{
  background: #e0e0e0 !important;
}

@media only screen 
and (min-width : 320px) 
and (max-width : 991px) {
    
    .custom-tab {
		margin-top: 30px;
	}
  .rowfrase>.Text-rowfrase,.frase-footer
  {
    width: 100%;
  }
  .rowfrase>.Text-rowfrase>h1,.frase-footer>h1
  {
    font-size: 2em;
  }
    
}







/*** Start Pricing Section ****/


.pricing-section {
    padding: 80px 0;
    background: #f5f5f5;
}

.pricing-table {
    text-align: center;
    background: #fff;
}

@media only screen 
and (min-width : 320px) 
and (max-width : 991px) {
    
    .pricing-table {
		margin-bottom: 30px;
	}
    
}



.plan-name {
	padding: 15px 0;
    background: #FF432E;
}

.plan-name h3 {
	font-weight: 300;
	color: #fff;
}

.plan-price {
	padding: 25px 0;
}

.plan-price .price-value {
	font-size: 38px;
	line-height: 40px;
	font-weight: 600;
	color: #444;
}

.plan-price .price-value span {
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
}

.plan-price .interval {
	line-height: 14px;
}

.plan-list li {
	padding: 13px;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}

.plan-list li:first-child {
	border-top: 1px solid #eee;
}

.plan-signup {
	padding: 25px 0;
  background: #4e342e;
  border-radius: 2px;
  /* background: #FF432E; */

}

.plan-signup,.plan-signup a {
	text-transform: uppercase;
  color: #fff;
}


/**** Start Team Member Section ****/


.team-member {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.team-details {
    font-family: 'Open Sans', sans-serif;
    padding-left: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
}

.team-member img {
    width: 100%;
    height: auto;
}

.team-details h4 {
    font-size: 25px;
    font-weight: 300;
    color: #FF432E;
    font-family: 'Oswald', sans-serif;
    text-transform: none;
    text-align: center;
    padding-top: 20%;
}

.team-details .designation {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

.team-details ul {
    padding-top: 40%;
}
.team-details li {
    display: inline-block;
    list-style: none;
    padding-right: 10px;
}

.team-details li a {
    padding: 5px 8px;
    background: #FF432E;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.team-member:hover .team-details {
    opacity: 1;
    -webkit-animation: pulse;
    animation: pulse;
    animation-duration: 300ms;
    -webkit-animation-duration: 300ms;
}



/**** Start Latest News Section ****/


.latest-post {
    padding-bottom: 20px;
}

.latest-post h4 {
    padding-top: 20px;
    padding-bottom: 5px;
}

.latest-post h4 a {
    color: #FF432E;
}

.latest-post .post-details li {
    color: #FF432E;
    display: inline;
    font-size: 13px;
    color: #999;
    padding-right: 10px;
}

.latest-post .post-details li i {
    padding-right: 5px;
    color: #FF432E;
}

.latest-post p {
    padding: 15px 0;
    color: #999;
    font-weight: 300;
    text-align: justify;
}



/**** Start Contact Section ****/


.footer-contact-info {
    /* background: #FF432E; */
    color: #fff;
    padding: 20px 30px;
    //margin-top: 80px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.footer-contact-info >ul{
  overflow: auto;
}

.footer-contact-info >ul>li>a{
  color: #fff;
}

@media only screen 
and (min-width : 320px) 
and (max-width : 991px) {
    
    .footer-contact-info {
		margin-bottom: 30px;
		margin-top: 30px;
	}
    
}

.footer-contact-info ul {
    padding-bottom: 10px;
}

.footer-contact-info h4 {
    padding-bottom: 10px;
}

.footer-contact-info li strong {
    font-weight: 600;
}


.footer-social {
    padding: 68px 0;
    /* border: 1px solid #FF432E; */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.footer-social li {
    display: inline-block;
    padding: 0 10px;
}

@media only screen and (max-width : 360px) {
    
    .footer-social li {
		padding: 0 5px;
	}

  .rowfrase>.Text-rowfrase,.frase-footer
  {
    width: 100%;
  }
  .rowfrase>.Text-rowfrase>h1,.frase-footer>h1
  {
    font-size: 2em;
  }
    
}

.footer-social li a {
    /* background: #FF432E; */
    padding: 8px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    /* border: 1px solid #FF432E; */
    
}

.footer-social li i {
    font-size: 15px;
    width: 20px;
    height: 20px;
}

.footer-social li:hover a {
    background: #fff;
    //border: 1px solid #FF432E;
    color: #666;
}



.contact .btn-primary {
    padding: 20px;
    font-size: 16px;
}

.contact .btn-primary:hover {
    background: transparent;
}

.contact .section-title h3{
    /* color: #fff; */
}

.contact .section-heading {
    color: #fff;
}

.contact .form-group {
    margin-bottom: 25px;
}

.contact .form-group input,
.contact .form-group textarea {
    padding: 20px;
}

.contact .form-group input.form-control {
    height: auto;
}

.contact .form-group textarea.form-control {
    height: 100%;
}

.contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

/* ---------- COLOR DE TEXTO PARA MENSAJES DE ERROR ------------- */
.contact .text-danger {
    color: #FA6900;
}

.contact button {
    font-weight: 400;
    margin-top: 30px;
}

.contact .btn-primary {
    padding: 20px;
    font-size: 16px;
}

.contact .btn-primary:hover {
    background: transparent;
    color: #000;
    /* color: #FF432E; */
}



/**** Start Testimonial Section ****/

.testimonial {
    margin-bottom: 80px;
}

.testimonial h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px;
}

.testimonial .speech {
    background: #FF432E;
    padding: 20px;
    color: #fff;
}
