html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
   font-family: 'Open Sans', sans-serif;

   height: 100vh;
}

a{
   text-decoration: none;
}

div {
   text-decoration: none;
}


.corol-auto{
   overflow: hidden;
}

.corol-auto__img {
   position: relative;
}

.corol-auto__img img{
   display:inline; 
   vertical-align: middle;
   width: 100%;
}
.img1{
   height: 50vh;
   transition: 1s;
   display: block;
   position: relative;
   top: 0;
   left: 0;

   border-bottom: 2px solid #fff;
}

.img1:hover{
   transform: scale(1.1);
}

.img2 {
   height: 50vh;
   transition: 1s;
   display: block;
   position: relative;
   top: 0;
   left: 0;

   border-top: 2px solid #fff;
}

.img2:hover{
   transform: scale(1.1);
}

.corol-auto__logo img {
   width: 30px;
}

.logo-div {
   position: absolute;
   top: 2%;
   left: 1%;
}

.logo-div img {
   width: 100px;
   border-radius: 10px;
}

.a2 .logo-div img {
   width: 120px;
}

.a2 .logo-div {
   position: absolute;
   top: 2%;
   left: 1%;
}


.corol-auto__a {

   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-position: top;
   background-repeat: no-repeat;
}

.a1{
   background-image: url('img/02ca2-banner-01.jpg');
}

/* .a1::before {
   content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0, 0, 0, .3);
} */

.a2 {
   background-image: url('img/GF5rPJF1F0U.jpg');
}


.title {
   color: #fff;
   font-size: 35px;
   font-weight: 600;
   text-transform: uppercase;
   text-shadow: 3px 5px 2px #474747;
   padding: 5px;

   white-space: nowrap;

}
.address {
   color: #fff;

   font-size: 25px;
   font-weight: 600;
   padding: 10px 0;

   text-shadow: 3px 5px 2px #474747;
}

.number {
   
   color: #fff;

   font-size: 25px;
   font-weight: 600;
   padding: 10px 0;

   text-shadow: 3px 5px 2px #474747;
}

.df {
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;

   margin-left: auto;
   margin-right: auto;
}

.button {
   background-color: rgb(219, 45, 46);
   font-size: 20px;
   font-weight: 600;
   padding: 10px;
   color: #fff;
   box-sizing: border-box;
   border-radius: 2px;
   margin-top: 5px;
}

.button:hover {
   transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
   background-color: rgb(165, 23, 23);
}

/* @media (max-width: 1280px) {

}
@media (max-width: 1024px) {
   
} */

@media (max-width: 960px) {
   .title {
      font-size: 25px;
   }
   .address {
      font-size: 20px;
   }
   
   .number {
      font-size: 20px;
   }

   .button {
      font-size: 15px;
      padding: 9px;
   }
}


/* @media (max-width: 768px) {

} */
@media (max-width: 600px) {

   .logo-div img {
      width: 80px;
   }

   .a2 .logo-div img {
      width: 100px;
   }

   .title {
      font-size: 20px;
   
   }
   .address {
      font-size: 15px;;
   }
   
   .number {
      font-size: 15px;
   }

   .button {
      font-size: 15px;
      padding: 8px;
   }
}
@media (max-width: 480px) {
   .logo-div img {
      width: 60px;
   }

   .a2 .logo-div img {
      width: 80px;
   }

   .title {
      font-size: 17px;
   
   }
   .address {
      font-size: 13px;;
   }
   
   .number {
      font-size: 13px;
   }

   .button {
      font-size: 13px;
      padding: 7px;
   }
}
@media (max-width: 320px) {
   .logo-div img {
      width: 50px;
   }

   .a2 .logo-div img {
      width: 70px;
   }
   .title {
      font-size: 15px;

   }
   .address {
      font-size: 11px;;
   }
   
   .number {
      font-size: 11px;
      padding: 5px;
   }

   .button {
      font-size: 11px;
      padding: 7px;
   }
}