@font-face {
    font-family: 'Future';
    src: url('BigCarrier/css/fonts/FontsFree-Net-e86e005b-c319-4573-b1ee-610601819702.ttf');
}

@font-face {
    font-family: 'Kohinoor';
    src: url('D/BigCarrier/css/fonts/KohinoorBangla.ttf');
}

h1{
	text-align: center;
	font-size: 70px;
	font-family: 'Future';
	
}
h2{
	font-family: 'Kohinoor';
}

img{
	margin: auto;
	display: block;
}

#text-menu{
	color: white;
}

#borde{
	margin-bottom: : 5px;
	border-width: 10px;
	border-style: solid;
	border-color: #FFFFFF;
}

#contenedor{ 
	margin-top:20px;
	margin-right:50px;
	margin-bottom:20;
	margin-left:70px;
}
.cabecera{
	background-color: #005EA3;
}

#seccion-1{
	margin-top:20px;
	margin-right:30px;
	margin-bottom:20;
	margin-left:30px;	
}

#seccion-2{
	background-color: #C5C6D0;
}

#btn-cotiza{
	
}

img.btn-whatsapp {
display: block !important;
position: fixed;
z-index: 9999999;
bottom: 20px;
right: 20px;
cursor: pointer;
border-radius:100px !important;
}
img.btn-whatsapp:hover{
border-radius:100px !important;
-webkit-box-shadow: 0px 0px 15px 0px rgba(7,94,84,1); 
-moz-box-shadow: 0px 0px 15px 0px rgba(7,94,84,1);
box-shadow: 0px 0px 15px 0px rgba(7,94,84,1);
transition-duration: 1s;
} 

<!-- Slider -->

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 600px;
  position: relative;
  margin: 20px auto 0;
}



/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 20px auto 0;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.20s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 6.5s;
  animation-name: fade;
  animation-duration: 6.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

