﻿      
        .mb-0, .my-0 {
            margin-bottom: 0 !important;
        }
        .text-uppercase {
            text-transform: uppercase !important;
        }
    
       

        .img-avatar-circle2 {
	    width: 80px;
	    height: 80px;
       

	    border-radius: 50%;
	    border: solid 5px #fff;
	    box-shadow: 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.2), 0 1px 8px 0 rgba(0,0,0,.12);
	    margin: 0 auto;
	    display: block;
	    transform: translateY(40px) rotate(0deg);
	    transition: all ease .5s;
	    position: relative;
       z-index: 1
  }

        
        
    .intro-video {
	position: fixed;
	height: auto%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0
}
.intro-fixed .intro-fixed-content {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

/* FONT NUEVOS */
/* FONT NUEVOS */
/* FONT NUEVOS */

@font-face {
    font-family: 'notalistic'; font-style: normal; 
    src: url('../fonts/notalistic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/notalistic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/notalistic.woff2') format('woff2'), /* Modern Browsers */
        url('../fonts/notalistic.woff') format('woff'), /* Modern Browsers */
        url('../fonts/notalistic.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/notalistic.svg') format('svg'); /* Legacy iOS */
    font-weight: 700;
    font-style: normal;
}

 .font-notalistic {
            font-family: "notalistic", serif;
            font-size: 6.2em;
            font-weight: 600;
        }

.font-notalistic2 {
            font-family: "notalistic", serif;
            font-size: 1.4em;
            font-weight: 700;
        }
.font-notalistic3 {
            font-family: "notalistic", serif;
            font-size: 4.2em;
            font-weight: 600;
        }

.font-notalistic4 {
            font-family: "notalistic", serif;
              font-size: 2.2em;
	        font-weight: 700;
        }

.font-notalistic5 {
            font-family: "notalistic", serif;
            font-size: 4.4em;
	        font-weight: bold;
        }
.mt-0 {
  margin-top: 0 !important;
} 

.font-nota5 {font-style: italic !important;
           font-family: Droid Serif, "Montserrat", sans-serif;
            font-size: 20px;
            font-weight: 700;
            font-weight: bold;
        }
.font-nota4 {font-style: italic !important;
            font-family: Droid Serif, "Montserrat", sans-serif;
            font-size: 2.2em;
            font-weight: 600;
        }

.font-nota3 {font-style: italic !important;
            font-family: Droid Serif, "Montserrat", sans-serif;
            font-size: 3.2em;
            font-weight: 600;
        }

.font-nota2 {font-style: italic !important;
            font-family: Droid Serif, "Montserrat", sans-serif;
            font-size: 5.2em;
            font-weight: 600;
			 font-weight: bold;
        }

.font-nota {font-style: italic !important;
           font-family: Droid Serif, "Montserrat", sans-serif;
            font-size: 15px;
            font-weight: 700;
            font-weight: bold;
        }
 
.font-italic {
            font-style: italic !important;
        }

.font-italic2 {
            font-style: italic !important;
            font-size: 2.2em;
	        font-weight: bold;
        }

.font-1 {
            font-family: "Montserrat", sans-serif;
        }

.font-2 {
            font-family: "Droid Serif", serif;
        }


 .fs-1 {
            font-size: .75019rem !important;
        }

 .fs-2 {
            font-size: 1.77689rem !important;
        }

 .fs-4 {
            font-size: 3.15733rem !important;
        }
       

.fs-5 {

  font-size: 1.875em; /* 30px/16=1.875em */
 }

.fs-6 {
  font-size: 0.875em; /* 14px/16=0.875em */
}

.font-Tnota {font-style: normal !important;
           font-family: Droid Serif, "Montserrat", sans-serif;
            font-size: 17px;
            font-weight: 700;
            font-weight: bold;
        }

/*BOTON WATHSAPP */
/*BOTON WATHSAPP */
/*BOTON WATHSAPP */
.btn-whatSFloat {
        display:block;
        width:70px;
        height:70px;
        color#fff;
        position: fixed;
        right:20px;
        bottom:20px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}